Comcast Using JavaScript Injection To Serve Ads On Public Wi-Fi Hotspots
An anonymous reader writes: For some time now, Comcast has setting up public Wi-Fi hotspots, some of which are run on the routers of paying subscribers. The public hotspots are free, but not without cost: Comcast uses JavaScript to inject self-promotional ads into the pages served to users. "Security implications of the use of JavaScript can be debated endlessly, but it is capable of performing all manner of malicious actions, including controlling authentication cookies and redirecting where user data is submitted. ... Even if Comcast doesn't have any malicious intent, and even if hackers don't access the JavaScript, the interaction of the JavaScript with websites could "create" security vulnerabilities in websites, [EFF technologist Seth Schoen] said. "Their code, or the interaction of code with other things, could potentially create new security vulnerabilities in sites that didn't have them," Schoen said."
Yet another reason to disable JavaScript from your computing devices.
Does this violate the copyright of the sites the user is visiting? By modifying the content stream, they're creating a derivative work without authorization.
On the other hand, user-controlled plugins and ad blockers do that all the time, so I wouldn't be too quick to make that argument in court.
Only way to keep the junk out.
All FOUR times they told me "no problem sir". I finally went out and bought my own router.
Don't use random hot spots. It's like safe sex, only for your computer. Stay away from sketchy connections.
there are 3 kinds of people:
* those who can count
* those who can't
then take 'em to court.
What a bunch of colossal vermin.
Because Fuck You...That's Why.
Did anyone catch the promise in the FrontPorch video ad that customers could use the technology to "gather valuable business intelligence"? Guess it doesn't only deliver ads... it ransacks the device!!!
Those are my principles, and if you don't like them... well, I have others.
The ISPs can not be trusted with our data.
I'm sure the terms and conditions you agree to when using their hotspots explicitly grant them permission to do so.
It would be interesting to see what would happen if you browsed a website with Content Security Policy headers on a Comcast public Wi-Fi hotspot.
The technology is new enough that the injection technology might not handle it and thus the browser would block the ad. But if they did, by changing the CSP headers, the website might have a stronger case for suing Comcast since they would be explicitly bypassing a security technology.
For lost ad revenue, dilution of trademarks or service quality, etc?
This must be illegal, since it modifies copyrighted content before delivery to the consumer. If this happens to your site, sue them for violating copyright. Can you imagine what it would do to a ad-free website's reputation to have some ads injected into it? This is an attack on web publishers.
So now the Internet is complaining that the wifi access points they're totally not going to use because comcast is morally wrong to share your broadband without your permission is injecting ads into the experience. How do you know?
Yes, definitely. Also, it violates the policies of ad-free sites to not subject their visitors to ads. Websites will not be able to maintain their terms of service. For example: if you pay the website for an ad-free subscription, and Comcast then injects ads, your customers are screwed.
An ad-blocker is for personal use -- kind of like marking a page in a book that you're reading or removing a picture because you don't want to see it. Systematic modification of copyrighted content before delivery to customers is definitely criminal.
That would be nice, but it's impossible to use the modern web and HTML5 without JavaScript. Maybe Privacy Badger or Ghostery can block it.
After calling Comcast several times asking them to please shut off the public wifi signal on my cable modem, I finally just put the whole thing inside a Faraday bag. Problem solved.
Comcast are serving ads with Doubleclick? Start a campaign to put pressure on Google to disallow the practice. DNS highjacking is another serious problem. T-Mobile and MetroPCS are going that at the moment. I get a page of T-Mobile ads when I try to search Google on my phone.
Well, since I write a system that uses HTTP:80 calls to send JSON and XML to AJAX handlers, if these systems piss ads into that stream, we'll have a problem...
ISPs used to be ad supported. There were tons of free dial-up ISPs like NetZero or Juno that gave you free internet access, but displayed an ad banner on your desktop. If Comcast is injecting ads (which has been done before by other ISPs and covered on Slashdot) into their 'free' wireless (you have to pay after an hour, I've used the service) then I'd don't have any moral issues switching mac address so I can continue using their ad supported service forever (though the speed is slower than dial-up during peak hours and at random other hours. Probably the wireless bandwidth was linked with the customer's real service instead of being separate).
Always make sure your session cookies are tagged with HttpOnly, so Javascript code has no access to them.
From a user of a wifi hotspot's point of view, use a VPN or only browse HTTPS sites.
Maybe I'm missing some thing here but it seems like a edit to a local hosts file could resolve this.
Generically, for instance, if the ads injected were coming from ads.comcast.net one could simply add a line to the hosts file:
0.0.0.0 ads.comcast.net
Wouldn't this prevent the ads from loading to begin with? I mean sure it's a little more difficult on phones and tablets but regular PCs it should be at all difficult to make this edit.
Since I'm apparently in a generous mood, for windows users, open an "administrator command prompt" and paste in the following line. You should be able to save the changes. If not the you might have take off the read-only flag. Sorry, it's been a while since I set it up on a fresh install.
notepad c:\Windows\System32\drivers\etc\hosts
Or do like a real geek and pipe all network traffic coming in to windows through a (properly configured) pfSense virtual machine.
"UNIX is very simple, it just needs a genius to understand its simplicity." -Dennis Ritchie
Am I considered responsible for any damage done to someones data or computer system if it came from the access point in my house that I choose to connect to comcast?
Maybe I'm missing some thing here but it seems like a edit to a local hosts file could resolve this.
You're not the only one who uses hosts files like this. When Flash ads first appeared on Slashdot, I started blocking servers that send Flash ads. (I'll never buy Splunk because it was the first thing I ever saw advertised in a Flash ad.) I've since switched to click-to-play plug-ins for that, but I have written a few thoughts on how to make hosts file parsing more efficient than it currently is.
Alex P. Kowalski (APK) has long been an advocate of using hosts files for DNS blacklisting and acceleration, and his tool for Windows aggregates multiple sources over a million lines long. It also looks up the IP addresses for commonly accessed sites and caches them locally. He claims that his tool is more efficient than DNS because the operating system's hosts file parser allegedly runs in kernel space (fewer context switches) and the most commonly accessed sites (good or bad) are at the top of the list.
But lately, Windows Defender has been reverting the hosts file so that malware can't use the hosts file to redirect Facebook and the major webmails and "steal" users' credentials that way. You have to opt out of hosts file protection if you want to continue using APKware.
Sometimes when I log into Yahoo mail (https log-in page), the secure icon in Firefox changes from padlock to exclamation mark. Same problem on Twitter, the https turns into an exclamation mark. This is a permanent problem on Google Image search. The worst thing about this problem is in Yahoo. When I press tab and am about to fill in my password, the caret jumps from password field to username field, which means part of my username now has appended to it part of my password. I only notice that after hitting Enter and the screen returns an invalid login error. My suspicion is that my ISP has somehow managed to inject a tiny Java script into my https log-in page. In Facebook, sometimes my first login attempt doesn't even register, so I have to hit Enter again. Is that me being too paranoid?
Even if Comcast doesn't have any malicious intent
Of course they have malicious intent; they are inserting ads where previously there were none. Isn't that malicious enough for you?
... of using https for everything. I do now.
this could be reversed easily by either the browser or a site could do it themselves.
when the page is loaded, check for the comcast javascript in the dom. If found redirect to https.
conservation of evil. It has to go somewhere. Comcast seems to be at the root of every bad deed these days. I think we figured out that google is dumping its evil quota on comcast.
Some drink at the fountain of knowledge. Others just gargle.
https everywhere
To bad you can't use https for slashdot. Redirects back to http. (And after all their own coverage of NSA spying?) FAIL.
Why do you think this would be your ISP and not some malware on your computer or a neighbor phishing you? Have you bothered inspecting the traffic to see what gets sent back and forth?
I was promised a flying car. Where is my flying car?
Who uses an unsecured, unencrypted wireless network without tunneling all of the traffic through a VPN anyway?
Microsft spel chekar vor sail, worgs grate !!!
> it's impossible to use the modern web and HTML5 without JavaScript
If we are that far, it's because of defetists like you.
I truth I have Javascript disabled most of the time. Now if those @#*$&! at Mozilla gave me that convenient checkbox to enable/disable Javascript without having to mess with about:config, I'd have one gripe less. It's as if they wanted to force us to keep that stuff enabled.
One of these days I'll lose all trust in this and do it at the proxy level.
Yes, use the NoScript add-on for Firefox.
But the subject is about Comcast abuse. Here is just one example, from Comcast's "Automatic Payment Terms & Conditions", retrieved a few minutes ago:
"6. COMCAST SHALL BEAR NO LIABILITY OR RESPONSIBILITY FOR ANY LOSSES OF ANY KIND THAT YOU MAY INCUR AS A RESULT OF A PAYMENT MADE ON ITEMS INCORRECTLY BILLED..."
Most people don't have time to read legal language. Many would not understand it fully. It is overly broad. And, in my experience, Comcast often tries to over-bill.
My opinion? Chairman and CEO Brian L. Roberts (The page jumps around if you move the mouse over the menu.), and Tom Karinshak, Senior Vice President of Customer Experience at Comcast (See the bottom of the page.), should be removed from office.
Another example: The Login page has a link at the bottom left, Contact Us. As of Tuesday, September 9, 2014, 4:18 am Pacific Time, it is a dead link.
From the Wikipedia entry for Comcast:
"In April 2014, Comcast was awarded the 2014 "Worst Company in America" award; an annual contest by the consumer affairs blog The Consumerist that runs a series of reader polls to determine the least popular company in America."
More from the same Wikipedia article:
In 2004 and 2007, the American Customer Satisfaction Index (ACSI) survey found that Comcast had the worst customer satisfaction rating of any company or government agency in the country, including the Internal Revenue Service.
Up to 40% of sites = ads: My FREE hosts program adds speed, security, reliability, & more, by doing more, more efficiently vs. addons + fixes DNS' issues:
APK Hosts File Engine 9.0++ 32/64-bit:
http://start64.com/index.php?o...
---
A.) Hosts do more than:
1.) AdBlock ("souled-out" 2 Google/Crippled by default http://techcrunch.com/2013/07/... )
2.) Ghostery (Advertiser owned) - "Fox guards henhouse" http://en.wikipedia.org/wiki/G...
3.) Request Policy -> http://yro.slashdot.org/commen...
B.) Hosts add reliability vs. downed/redirected dns (& overcome site redirects e.g. /. beta).
C.) Hosts secure vs. malicious domains too -> http://tech.slashdot.org/comme... w/ less "moving parts" complexity
D.) Hosts files yield more:
1.) Speed (adblock & hardcodes fav sites - faster than remote dns)
2.) Security (vs. malicious domains serving malcontent + block spam/phish & trackers)
3.) Reliability (vs. downed or Kaminsky redirect vulnerable dns, 99% = unpatched vs. it & worst @ isp level + weak vs DGA, & Fastflux + dynDNS botnets)
4.) Anonymity (vs. dns request logs + dnsbl's).
---
* Hosts do more w/ less (1 file) @ faster levels (ring 0) vs redundant inefficient addons (slowing slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ os, & 1st net resolver queried w\ 45++ yrs.of optimization).
* Addons = more complex + slow browsers in messagepassing (use a few concurrently & see) & are nullified by native browser methods - It's how Clarityray's destroying Adblock.
* Addons slowup slower usermode browsers layering on more - & bloat RAM consumption + excessive cpu use too (4++gb extra in FireFox https://blog.mozilla.org/nneth...)
Instead, work w/ a native kernelmode part - hosts (An integrated part of the ip stack)
APK
P.S.=> "The premise is quite simple: Take something designed by nature & reprogram it to make it work for the body rather than against it..." - Dr. Alice Krippen: "I am legend"
...apk
there is an xfinity user around here that broadcasts a wifi signal.you get directed to a log on screen if you try to use. i now get weird redirects when using my regular service. it seems my computer hooks itself back up to the xfinity router even though i have edited my network connections. is this the java script doing this?
Can adblock do the following things (that custom hosts files can):
1.) Secure you vs. known malicious sites/servers
2.) Secure you vs. downed DNS servers aiding reliability
3.) Secure you vs. DNS redirect poisoned dns servers
4.) Protect you vs. fastflux using botnet attacks and stop their communications back to their C&C servers
5.) Protect you vs. dynamic dns using botnet attacks and stop their communications back to their C&C servers
6.) Protect you vs. domain generation algorithm using botnet attacks and stop their communications back to their C&C servers
7.) Speed you up for websurfing not only by adblocking but also hardcoding favorite sites
8.) Get you past a dnsbl you may not agree with
9.) Keep you off dns request logs
10.) Do all of those things and block ads (better than adblock) more efficiently in cpu cycles and memory usage
11.) Work on ANY webbound application (think stand-alone email programs, for example).
12.) Give you direct, easily notepad/texteditor controlled data for all of the above
13.) Block out trackers
14.) Block spam mails sources
15.) Block phishing mails sources
"?"
* Simple YES or NO answers will do for repliers to this - that's all.
APK
P.S.=> Of course, ANSWER ="NO" to each enumerated item above as far as "Almost ALL Ads Blocked" (crippled by default & 'souled-out' defeating it's very base purpose) is concerned -> http://techcrunch.com/2013/07/...
So, *IF* you feel like doing things LESS efficiently as well -> https://blog.mozilla.org/nneth... ontop of doing less than hosts do (by far) with more complexity + from a slower mode of operations (usermode with more messagepassing overheads vs. hosts in kernelmode, also starting up w/ the IP stack itself, before REDUNDANT inefficient addons even BEGIN to operate, & as the 1st resolver queried by the OS as well)?
That's illogical, but up to you - I can lead a horse to water, but I can't make them drink!
... apk
W. Palant wrote me by email 1st saying "hosts are a shitty solution" to which I replied:
"Show us adblock can do more for added speed, security, reliability, & anonymity than hosts can, + that adblock does it more efficiently than hosts"
Which on my latter 'point-in-challenge' on efficiency AdBlock's proven by research to be MASSIVELY inefficient -> https://blog.mozilla.org/nneth... & adblock does FAR less than hosts (especially crippled by default).
I sent Wladimir Palant that challenge in response to his statement from 2 different email addresses I use!
Result = Still no answer from him in regard to my challenge put to him to this very day MONTHS later - that tell you anything? It did me!
He knows his addon is less efficient & features laden by FAR vs. hosts - Wladimir Palant RAN like a scared rabbit!
ClarityRay's also DESTROYING AdBlock - via native browser methods to DUMP what addons you use (it can't DO THAT to hosts files).
I only tell it how it is on hosts' superiority vs. AdBlock - Funny part is, Wladimir Palant running does too!
Especially considering "Almost ALL Ads Blocked" has 'souled-out' -> Google And Others Reportedly Pay Adblock Plus To Show You Ads Anyway: http://news.slashdot.org/comme...
APK
P.S.=> Bottom-Line: Hosts = a superior solution that also fixes DNS redirect security issues (vs. browser addons & their inefficiencies + messagepassing overheads as well as myriad lack of abilities hosts have from 1 file that's part of the IP stack itself - faster, more efficient, & less redundant as well, since TCP/IP has 45++ yrs. of refinement & optimization in it, & runs in a higher CPU serviced ring of privelege & operations in kernelmode vs. slower usermode layering over browsers slowing them more, & hosts = 1st resolver queried by the OS itself also)... apk
Uses 12 reputable security sites to populate hosts - My FREE hosts program adds speed, security, reliability, & more, by doing more, more efficiently vs. addons + fixes DNS' issues:
APK Hosts File Engine 9.0++ 32/64-bit:
http://start64.com/index.php?o...
---
A.) Hosts do more than:
1.) AdBlock ("souled-out" 2 Google/Crippled by default http://techcrunch.com/2013/07/... )
2.) Ghostery (Advertiser owned) - "Fox guards henhouse" http://en.wikipedia.org/wiki/G...
3.) Request Policy -> http://yro.slashdot.org/commen...
B.) Hosts add reliability vs. downed/redirected dns (& overcome site redirects e.g. /. beta).
C.) Hosts secure vs. malicious domains too -> http://tech.slashdot.org/comme... w/ less "moving parts" complexity
D.) Hosts files yield more:
1.) Speed (adblock & hardcodes fav sites - faster than remote dns)
2.) Security (vs. malicious domains serving malcontent + block spam/phish & trackers)
3.) Reliability (vs. downed or Kaminsky redirect vulnerable dns, 99% = unpatched vs. it & worst @ isp level + weak vs DGA, & Fastflux + dynDNS botnets)
4.) Anonymity (vs. dns request logs + dnsbl's).
---
* Hosts do more w/ less (1 file) @ faster levels (ring 0) vs redundant inefficient addons (slowing slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ os, & 1st net resolver queried w\ 45++ yrs.of optimization).
* Addons = more complex + slow browsers in messagepassing (use a few concurrently & see) & are nullified by native browser methods - It's how Clarityray's destroying Adblock.
* Addons slowup slower usermode browsers layering on more - & bloat RAM consumption + excessive cpu use too (4++gb extra in FireFox https://blog.mozilla.org/nneth...)
Instead, work w/ a native kernelmode part - hosts (An integrated part of the ip stack)
APK
P.S.=> "The premise is quite simple: Take something designed by nature & reprogram it to make it work for the body rather than against it..." - Dr. Alice Krippen: "I am legend"
...apkb
Can adblock do the following things (that custom hosts files can):
1.) Secure you vs. known malicious sites/servers
2.) Secure you vs. downed DNS servers aiding reliability
3.) Secure you vs. DNS redirect poisoned dns servers
4.) Protect you vs. fastflux using botnet attacks and stop their communications back to their C&C servers
5.) Protect you vs. dynamic dns using botnet attacks and stop their communications back to their C&C servers
6.) Protect you vs. domain generation algorithm using botnet attacks and stop their communications back to their C&C servers
7.) Speed you up for websurfing not only by adblocking but also hardcoding favorite sites
8.) Get you past a dnsbl you may not agree with
9.) Keep you off dns request logs
10.) Do all of those things and block ads (better than adblock) more efficiently in cpu cycles and memory usage
11.) Work on ANY webbound application (think stand-alone email programs, for example).
12.) Give you direct, easily notepad/texteditor controlled data for all of the above
13.) Block out trackers
14.) Block spam mails sources
15.) Block phishing mails sources
"?"
* Simple YES or NO answers will do for repliers to this - that's all.
APK
P.S.=> Of course, ANSWER ="NO" to each enumerated item above as far as "Almost ALL Ads Blocked" (crippled by default & 'souled-out' defeating it's very base purpose) is concerned -> http://techcrunch.com/2013/07/...
So, *IF* you feel like doing things LESS efficiently as well -> https://blog.mozilla.org/nneth... ontop of doing less than hosts do (by far) with more complexity + from a slower mode of operations (usermode with more messagepassing overheads vs. hosts in kernelmode, also starting up w/ the IP stack itself, before REDUNDANT inefficient addons even BEGIN to operate, & as the 1st resolver queried by the OS as well)?
That's illogical, but up to you - I can lead a horse to water, but I can't make them drink!
... apk
W. Palant wrote me by email 1st saying "hosts are a shitty solution" to which I replied:
"Show us adblock can do more for added speed, security, reliability, & anonymity than hosts can, + that adblock does it more efficiently than hosts"
Which on my latter 'point-in-challenge' on efficiency AdBlock's proven by research to be MASSIVELY inefficient -> https://blog.mozilla.org/nneth... & adblock does FAR less than hosts (especially crippled by default).
I sent Wladimir Palant that challenge in response to his statement from 2 different email addresses I use!
Result = Still no answer from him in regard to my challenge put to him to this very day MONTHS later - that tell you anything? It did me!
He knows his addon is less efficient & features laden by FAR vs. hosts - Wladimir Palant RAN like a scared rabbit!
ClarityRay's also DESTROYING AdBlock - via native browser methods to DUMP what addons you use (it can't DO THAT to hosts files).
I only tell it how it is on hosts' superiority vs. AdBlock - Funny part is, Wladimir Palant running does too!
Especially considering "Almost ALL Ads Blocked" has 'souled-out' -> Google And Others Reportedly Pay Adblock Plus To Show You Ads Anyway: http://news.slashdot.org/comme...
APK
P.S.=> Bottom-Line: Hosts = a superior solution that also fixes DNS redirect security issues (vs. browser addons & their inefficiencies + messagepassing overheads as well as myriad lack of abilities hosts have from 1 file that's part of the IP stack itself - faster, more efficient, & less redundant as well, since TCP/IP has 45++ yrs. of refinement & optimization in it, & runs in a higher CPU serviced ring of privelege & operations in kernelmode vs. slower usermode layering over browsers slowing them more, & hosts = 1st resolver queried by the OS itself also)... apk
This seems to me a clear case of copyright violation. The original webpage author should claim it. The original content was modified and redistributed without his consent and, worse of all, with the intent of profit...
"We think it's a courtesy, and it helps address some concerns that people might not be absolutely sure they're on a hotspot from Comcast," Douglas said.
This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
See subject: 2ndly - Antivirus = ineffective & SYMANTEC/NORTON *admits* it as only "55% effective" nowadays - > http://beta.slashdot.org/story...
All that "said & aside":
Yes - You can disable Windows Defender & substitute a better antivirus/antispyware that does *NOT* do that to hosts file!
(Plus, my program APK Hosts File Engine 9.0++ 32/64-bit http://start64.com/index.php?o... additionally PROTECTS the hosts file *IF* left running, above + beyond Windows' File Protection too).
* Antivirus programs = Ineffective & "REACTIVE TECHNOLOGY" (poor & the results above prove that much) vs. HOSTS as a "PROACTIVE TECHNOLOGY" by comparison!
(Hosts = proactive, in that they act for stopping threats BEFORE they can get to you by blocking their source online 1st before you can touch it - & what you can't touch, can't hurt you - plus, even *IF* you are infected already? Hosts even STOP communication BACK to malware's C&C Servers, effectively nullifying them - bonus!)
Hosts work, antivirus doesn't - Since threats are WEBBOUND delivered, & what cuts that off? Hosts can... easily (& more efficiently than ANY single slower usermode browser addon by far).
APK
P.S.=> Bottom-Line: Hosts = a superior solution that also fixes DNS redirect security issues (vs. browser addons & their inefficiencies + messagepassing overheads as well as myriad lack of abilities hosts have from 1 file that's part of the IP stack itself - faster, more efficient, & less redundant as well, since TCP/IP has 45++ yrs. of refinement & optimization in it, & runs in a higher CPU serviced ring of privelege & operations in kernelmode vs. slower usermode layering over browsers slowing them more, & hosts = 1st resolver queried by the OS itself also)... apk
Khyber'll fail to disprove my points here, yet again, too -> http://mobile.slashdot.org/com...
* :)
(Yes folks - it's *ALWAYS* the same vs. these trolls who shoot their mouths off, & I slam them shut with that challenge in the link I just posted above... every single time!).
APK
P.S.=> Fools like Khyber + their BIG mouths write checks their asses CANNOT ca$h... which, of course, works out just FINE for me - why?
Well, they can NEVER meet that challenge - ever. I love it... & thus, well - you KNOW I've just GOTTA say it (as is per my own "inimitable style"), that THIS?
This was just "too, Too, TOO EASY - just '2ez'" & it ALWAYS IS, per the reasons noted above & trolls doing their usual "Run, Forrest: RUN!!!" vs. my completely FAIR challenge put to them... apk
Use 12 reputable from the security community instead - My FREE hosts program adds speed, security, reliability, & more, by doing more, more efficiently vs. addons + fixes DNS' issues:
APK Hosts File Engine 9.0++ 32/64-bit:
http://start64.com/index.php?o...
---
A.) Hosts do more than:
1.) AdBlock ("souled-out" 2 Google/Crippled by default http://techcrunch.com/2013/07/... )
2.) Ghostery (Advertiser owned) - "Fox guards henhouse" http://en.wikipedia.org/wiki/G...
3.) Request Policy -> http://yro.slashdot.org/commen...
B.) Hosts add reliability vs. downed/redirected dns (& overcome site redirects e.g. /. beta).
C.) Hosts secure vs. malicious domains too -> http://tech.slashdot.org/comme... w/ less "moving parts" complexity
D.) Hosts files yield more:
1.) Speed (adblock & hardcodes fav sites - faster than remote dns)
2.) Security (vs. malicious domains serving malcontent + block spam/phish & trackers)
3.) Reliability (vs. downed or Kaminsky redirect vulnerable dns, 99% = unpatched vs. it & worst @ isp level + weak vs DGA, & Fastflux + dynDNS botnets)
4.) Anonymity (vs. dns request logs + dnsbl's).
---
* Hosts do more w/ less (1 file) @ faster levels (ring 0) vs redundant inefficient addons (slowing slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ os, & 1st net resolver queried w\ 45++ yrs.of optimization).
* Addons = more complex + slow browsers in messagepassing (use a few concurrently & see) & are nullified by native browser methods - It's how Clarityray's destroying Adblock.
* Addons slowup slower usermode browsers layering on more - & bloat RAM consumption + excessive cpu use too (4++gb extra in FireFox https://blog.mozilla.org/nneth...)
Instead, work w/ a native kernelmode part - hosts (An integrated part of the ip stack)
APK
P.S.=> "The premise is quite simple: Take something designed by nature & reprogram it to make it work for the body rather than against it..." - Dr. Alice Krippen: "I am legend"
...apk
If browsers treated HTTP GET nowadays like they have treated HTTP POST (i.e. pop up an annoying modal dialog that says "This connection is untrusted. Are you sure you want to continue?"), I daresay this would motivate everyone to move to HTTPS.
The problem is the web of trust and the cost of getting certificates. There needs to be a mechanism for getting a free or trivial cost certificate if you are not a corporation.
Now if those @#*$&! at Mozilla gave me that convenient checkbox to enable/disable Javascript without having to mess with about:config, I'd have one gripe less.
Consider your request granted. QuickJava puts buttons to enable/disable Flash, JavaScript, Java, Silverlight, etc., etc. on the menu bar.
"A person is smart. People are dumb, panicky dangerous animals and you know it." - K
AC users get "/. classic", *IF* they want it, using hosts thus:
Add these lines to your hosts file 1st (& do NOT take a cookie, & disable javascript too - I don't use them period unless I absolutely HAVE to on most sites, by setting a GLOBAL policy in Opera by default that way, & only creating "exception sites" as needed - very easy to do in Opera 12.17 64-bit, as it's the MOST flexible browser under the sun STILL (db access stuff, see below)).
216.34.181.45 slashdot.org
216.34.181.45 beta.slashdot.org
216.34.181.46 images.slashdot.org
216.34.181.48 it.slashdot.org
216.34.181.48 developers.slashdot.org
216.34.181.48 yro.slashdot.org
216.34.181.48 mobile.slashdot.org
216.34.181.48 news.slashdot.org
216.34.181.48 ask.slashdot.org
216.34.181.48 tech.slashdot.org
216.34.181.48 apple.slashdot.org
216.34.181.48 books.slashdot.org
216.34.181.48 games.slashdot.org
216.34.181.48 hardware.slashdot.org
216.34.181.48 interviews.slashdot.org
216.34.181.48 linux.slashdot.org
216.34.181.48 science.slashdot.org
216.34.181.48 idle.slashdot.org
---
* Note the BOLDED lines above? They're key!
It forces you to go to "classic" /. that way by doing that (see the one above, same IP address), overriding the redirect, easy as apple-pie!
(To quote Tony Stark/Iron Man, regarding his Arc Reactor? "It works"... & "it's as strong as steel & 1/3rd the weight" of other "so-called 'solutions'" that're INEFFICIENT as hell (Howard Stark this time regarding Capt. America's Shield...))
APK
P.S.=> You *may* also wish to force the other "normal/classic" sites that way beneath too, e.g.:
216.34.181.48 it.slashdot.org
216.34.181.48 beta.it.slashdot.org
& ANY others you may frequent - I note I don't have to, & always get "classic" pages: Works for me, should any fellow "AC" user, like myself... apk
""Frequently, bad sites can substitute porn sites for things like Google in your hosts file" - by Khyber (864651) on Tuesday September 09, 2014 @10:25AM (#47861729) Homepage
Using my free hosts program it PROTECTS HOSTS vs. infestation ontop of Windows File Protection doing so as well, fool...
* :)
(How many times must I put you in your place?)
As far as the DUNCE over on wikipedia managing that hosts file page? LMAO - I *truly* & SEVERELY doubt that moron can even *BEGIN* to touch me on knowledge in computing: No questions asked.
(He is, after all, completely FREE to show *any* of us that he's done MORE, BETTER, & EARLIER in computing in this field than I have, including commercially sold code to MY name & credit, that won finalist placement @ MS TechEd 2000-2002, 2 yrs. in a ROW in its hardest category: SQLServer Performance Enhancement).
APK
P.S.=> This "did you in" along with your erroneous b.s as well, ontop of THIS post, here -> http://mobile.slashdot.org/com... regarding YOUR ERRORS on /. beta which hosts gets you BACK "/. classic" *IF* you want it to, easily... apk
"Eat your words" fool - hosts get ac users back "/. classic", easily -> http://mobile.slashdot.org/com... & that post in that link shows them all how to do so, easily, using hosts.
* Seriously: Is THAT set of lies &/or b.s. "the best you got"?
APK
P.S.=> It ain't much... apk
"Your brain must be pretty weak" - by Khyber (864651) on Tuesday September 09, 2014 @10:16AM (#47861619) Homepage
Considering you can't disprove my points here -> http://mobile.slashdot.org/com... ?
You're clearly FULL OF IT, lol...
Your other NUMEROUS fails/blunders in this exchange vs. myself were as follows as well:
Hosts work to get ac users /. classic easily: http://mobile.slashdot.org/com...
My program PROTECTS HOSTS vs. alteration by malware easily: http://mobile.slashdot.org/com...
P.S.=>
"Guess what's more superior?" - by Khyber (864651) on Tuesday September 09, 2014 @10:16AM (#47861619) Homepage
Ok: MY brain, & SKILL, for a couple things, in creating the MOST superior solution for added speed, security, reliability & more there is, bar-none, especially vs. usermode layered on messagepassing bound "souled-out" so called 'solutions' (ALMOST all ADS BLOCKED + GHOSTERY) that betrayed their users & defeated their BASE PURPOSE, in browser addons (& hosts even fixes DNS redirect security issues + proofs you vs. downed dns servers too - bonus)... apk
My FREE hosts program adds speed, security, reliability, & more, by doing more, more efficiently vs. addons + fixes DNS' issues:
APK Hosts File Engine 9.0++ 32/64-bit:
http://start64.com/index.php?o...
---
A.) Hosts do more than:
1.) AdBlock ("souled-out" 2 Google/Crippled by default http://techcrunch.com/2013/07/... )
2.) Ghostery (Advertiser owned) - "Fox guards henhouse" http://en.wikipedia.org/wiki/G...
3.) Request Policy -> http://yro.slashdot.org/commen...
B.) Hosts add reliability vs. downed/redirected dns (& overcome site redirects e.g. /. beta).
C.) Hosts secure vs. malicious domains too -> http://tech.slashdot.org/comme... w/ less "moving parts" complexity
D.) Hosts files yield more:
1.) Speed (adblock & hardcodes fav sites - faster than remote dns)
2.) Security (vs. malicious domains serving malcontent + block spam/phish & trackers)
3.) Reliability (vs. downed or Kaminsky redirect vulnerable dns, 99% = unpatched vs. it & worst @ isp level + weak vs DGA, & Fastflux + dynDNS botnets)
4.) Anonymity (vs. dns request logs + dnsbl's).
---
* Hosts do more w/ less (1 file) @ faster levels (ring 0) vs redundant inefficient addons (slowing slower ring 3 browsers) via filtering 4 the IP stack (coded in C, loads w/ os, & 1st net resolver queried w\ 45++ yrs.of optimization).
* Addons = more complex + slow browsers in messagepassing (use a few concurrently & see) & are nullified by native browser methods - It's how Clarityray's destroying Adblock.
* Addons slowup slower usermode browsers layering on more - & bloat RAM consumption + excessive cpu use too (4++gb extra in FireFox https://blog.mozilla.org/nneth...)
Instead, work w/ a native kernelmode part - hosts (An integrated part of the ip stack)
APK
P.S.=> "The premise is quite simple: Take something designed by nature & reprogram it to make it work for the body rather than against it..." - Dr. Alice Krippen: "I am legend"
...apk
Can adblock do the following things (that custom hosts files can):
1.) Secure you vs. known malicious sites/servers
2.) Secure you vs. downed DNS servers aiding reliability
3.) Secure you vs. DNS redirect poisoned dns servers
4.) Protect you vs. fastflux using botnet attacks and stop their communications back to their C&C servers
5.) Protect you vs. dynamic dns using botnet attacks and stop their communications back to their C&C servers
6.) Protect you vs. domain generation algorithm using botnet attacks and stop their communications back to their C&C servers
7.) Speed you up for websurfing not only by adblocking but also hardcoding favorite sites
8.) Get you past a dnsbl you may not agree with
9.) Keep you off dns request logs
10.) Do all of those things and block ads (better than adblock) more efficiently in cpu cycles and memory usage
11.) Work on ANY webbound application (think stand-alone email programs, for example).
12.) Give you direct, easily notepad/texteditor controlled data for all of the above
13.) Block out trackers
14.) Block spam mails sources
15.) Block phishing mails sources
"?"
* Simple YES or NO answers will do for repliers to this - that's all.
APK
P.S.=> Of course, ANSWER ="NO" to each enumerated item above as far as "Almost ALL Ads Blocked" (crippled by default & 'souled-out' defeating it's very base purpose) is concerned -> http://techcrunch.com/2013/07/...
So, *IF* you feel like doing things LESS efficiently as well -> https://blog.mozilla.org/nneth... ontop of doing less than hosts do (by far) with more complexity + from a slower mode of operations (usermode with more messagepassing overheads vs. hosts in kernelmode, also starting up w/ the IP stack itself, before REDUNDANT inefficient addons even BEGIN to operate, & as the 1st resolver queried by the OS as well)?
That's illogical, but up to you - I can lead a horse to water, but I can't make them drink!
... apk
W. Palant wrote me by email 1st saying "hosts are a shitty solution" to which I replied:
"Show us adblock can do more for added speed, security, reliability, & anonymity than hosts can, + that adblock does it more efficiently than hosts"
Which on my latter 'point-in-challenge' on efficiency AdBlock's proven by research to be MASSIVELY inefficient -> https://blog.mozilla.org/nneth... & adblock does FAR less than hosts (especially crippled by default).
I sent Wladimir Palant that challenge in response to his statement from 2 different email addresses I use!
Result = Still no answer from him in regard to my challenge put to him to this very day MONTHS later - that tell you anything? It did me!
He knows his addon is less efficient & features laden by FAR vs. hosts - Wladimir Palant RAN like a scared rabbit!
ClarityRay's also DESTROYING AdBlock - via native browser methods to DUMP what addons you use (it can't DO THAT to hosts files).
I only tell it how it is on hosts' superiority vs. AdBlock - Funny part is, Wladimir Palant running does too!
Especially considering "Almost ALL Ads Blocked" has 'souled-out' -> Google And Others Reportedly Pay Adblock Plus To Show You Ads Anyway: http://news.slashdot.org/comme...
APK
P.S.=> Bottom-Line: Hosts = a superior solution that also fixes DNS redirect security issues (vs. browser addons & their inefficiencies + messagepassing overheads as well as myriad lack of abilities hosts have from 1 file that's part of the IP stack itself - faster, more efficient, & less redundant as well, since TCP/IP has 45++ yrs. of refinement & optimization in it, & runs in a higher CPU serviced ring of privelege & operations in kernelmode vs. slower usermode layering over browsers slowing them more, & hosts = 1st resolver queried by the OS itself also)... apk
"Whitespace saves bandwidth ads steal + protects vs. ads infecting users via malicious code in them!
I have dozens of evidences of malicious code in ads over the last decade also - *IF* you want proof? Ask & "ye shall receive"!
I also see no ad placeholders in IE11, Opera 12, FireFox, or Chrome.
This is what I am assuming you mean in your terming it "whitespace" - see subject-line then & upgrade to a modern browser is my suggestion to you before you risk infestation due to old software vulnerabilities and to get a normal view of a webpage if you're having problems.
APK
P.S.=> I use hosts, as do 100's here on /. too mind you, & I see NONE of what you complain of, whatsoever - & hosts give me more speed (for MY money paid out monthly to be online & bandwidth ads rob users of + infesting us with malicious scripts code), security (vs. said javascript fails I just noted, AND known bad sites-servers that serve up malicious content), reliability (vs. downed OR dns poisoned redirected sites), & even more anonymity (vs. dns request logs)!
So - "Beat THAT with a stick" (oh, that's right - you haven't so far, & evaded that challenge to you, here -> http://mobile.slashdot.org/com... where YOU ARE UNABLE TO PROVE MY POINTS incorrect, validly & technically - YOU? Fail, lol)... apk
"I don't disagree that hosts file might not be better" - by mcfedr (1081629) on Tuesday September 09, 2014 @11:45AM (#47862521)
See subject-line above 1st: Hosts are way better & do more with less (especially vs. Almost All Ads Blocked which is INEFFICIENT AS HELL -> https://blog.mozilla.org/nneth... AND which 'souled-out' to advertisers & crippled it by default, defeating its VERY base purpose no less -> http://mobile.slashdot.org/com...
---
"adblock is just a very simple solution, for non Slashdot users" - by mcfedr (1081629) on Tuesday September 09, 2014 @11:45AM (#47862521)
That doesn't DO ITS JOB/WORK RIGHT anymore, by default & is 'souled-out' to advertisers (just like Ghostery is) -> http://techcrunch.com/2013/07/...
APK
P.S.=> I can lead a horse to water, however, I can't make him drink - I only tell it how it REALLY is, & that reality is that hosts files (especially via my free program to automate their efficient population + creation -> APK Hosts File Engine 9.0++ 32/64-bit http://start64.com/index.php?o... ) are the "SUPERIOR WARRIOR" for giving users more speed (via adblocking + hardcoding favorite websites into hosts = faster than remote DNS lookups), security (vs. known bad sites/servers that serve up malicious code, + vs. malcode in adbanners too), reliability (vs. downed/crashed OR dns poisoning redirected dns servers), & even anonymity (vs. dns request logs)...
... apk
You mean the Cable WIFI and Xfinity? I thought only customers of Cox and Comcast (forgot the other companies) could use these cable WIFI hotspots with a proper username and password. Never knew the hotspots are public.
Courtesy of "yours truly", gratis, & this APK Hosts File Engine 9.0++ 32/64-bit http://start64.com/index.php?o...
* :)
(Hosts get you back BOTH screen realestate AND bandwidth for the monies YOU paid out to be online monthly via the easiest to manage with less moving parts complexity + the MOST efficient way BY FAR (especially vs. clearly INFERIOR slower usermode messagepassing overheads laden browser addons like AdBlock &/or Ghostery - BOTH of which "souled-out" to advertisers no less, defeating their VERY BASE PURPOSE)).
APK
P.S.=> Some "backing evidences" to my statements on AdBlock selling out to admen -> http://techcrunch.com/2013/07/...
AND
AdBlock GROSS INEFFICIENCIES in RAM + CPU overuse -> https://blog.mozilla.org/nneth...
... apk
All ISPs can do that. Why focus on public wifi? I don't mind ads(I'll find a way to disable them) for free internet access. I sell my soul.
* the article fucked up, and really meant was Commercial WiFi Hot Spots, not Public WiFi -- the public is only a "user" on said network
* rest of this tripe is irrelevant because of this
* YOU ARE THE PRODUCT
Or Mr. BotnetHerder OR inferior competitor sockpuppet but us using hosts, getting more speed, security, reliability and anonymity too love it and You can't prove apk's points on hosts regarding those things wrong here either http://mobile.slashdot.org/com... so you FAIL as always vs. apk.
We are to blame for these advertising practices where there is no shame. These corporations should be made to pay us for their advertising in our face. We all just keep on letting push their crap into our lives. Its a form of mind pollution. AND, its unwanted.
I use NoScript, and only allow Javascripts that I trust.
I am also a Comcast customer. The cable connection is through an old, weak cable that goes through the apartment downstairs, and it slows down my connection a bit, but that is tolerable. To fix it, they would have to rip apart the walls in a bedroom occupied by an eight-year-old girl, and I don't want to put any child through that trauma. If I allow Comcast to share my cable connection, then I might be slowed down to an unacceptable level.
Also, their new cable modems DO NOT come with a battery backup -- they make you buy the battery from them.
They say that nobody can take advantage of you without your permission. Well, I'm paying enough in cable bills, and I'm not going to let them. Unfortunately, FiOS is not available in my apartment complex, so Comcast has a monopoly.
I'm pretty clue-less in this so I'll just ask straight up...
Is it not against the laws in some ways that Comcast does this? What is the Justice Department and the rest of government authorities going to do about it?
Also, your HOSTS file does nothing if the ads are served from the root of the domain. What're you going to do, block the entirety of the site? Good luck reading it!
A lot of Slashdot users have told me that if a site has objectionable ads that slip past the ad blocker, they will in fact just leave the site and not come back. I've done that, for example, to www.facebook.com in my laptop's hosts file.
In the context of ad blocking, "whitespace" appears to refer to the fact that even if the computer's DNS resolver has blocked a GIF, SWF, or iframe from loading, the pixels that the blocked object occupies remain allocated to it. This leaves an ugly blank box behind where the ad used to be. I'm guessing that Khyber prefers ad blockers that rewrite the HTML DOM to remove the box entirely.
[Client-side DNS blacklisting] won't protect against MITM, DPI, or other forms of attack.
What sort of man-in-the-middle attack are you referring to? Hosts protects against DNS MITM (admittedly by being one). HTTPS protects against HTTP MITM on sites that support it (such as Reddit). And Perspectives protects against HTTPS MITM.
Just as Nimrod was "a mighty one in the earth [and] a mighty hunter before Jehovah" (Genesis 10:8-9) who helped Asshur build Assyria, APK Hosts File Engine is a mighty hunter of bad hosts that helps build a wall against malware.
Did I say hosts protect against MITM? No. Did I say hosts protect vs. BGP even?? No. In fact, on the latter, I've admitted hosts can't protect you there before. See subject-line.
As far as being "banned" HERE or on wikipedia? I'm posting here aren't I? I can on wikipedia all I wish as well. Nothing's stopping me. So much for that line of b.s. from you now too.
APK
P.S.=> You're pitiful - and you fail, again - especially since you're unable to prove my points wrong... apk
Screenshots? I can say something's wrong (even when it's not) too. I use hosts, no problems in FF.
See subject-line: ONLY time I've ever seen that was in old IE (sub 9 iirc) versions - not anymore w/ new browsers like the ones I mentioned in my subject-line OR even latest FireFox or Chrome.
APK
P.S.=> He's FULL of it & can't manage to prove my points here wrong, incorrect, or inaccurate -> http://mobile.slashdot.org/com...
... apk
Show me where I said hosts protect vs. MITM? I never did. Putting words in my mouth I never said now?? Please... lol!
See subject-line above, & you're defeated by myself here http://mobile.slashdot.org/com... since you can't technically validly prove my points there wrong on how hosts give users more speed, security, reliability, & anonymity even.
APK
P.S.=> Big talk from a "ne'er-do-well" like you is 1 thing (considering you can't show us anything you've created that does a better job than my hosts file program for 1 thing), but *trying* to put words in my mouth I never stated now too? Give us a break - you fail (& you know it)... apk
Sexconker did also http://mobile.slashdot.org/com... & that's pretty much what I'd have said to you also.
By the way: I haven't SEEN 'whitespace boxes' using hosts since, oh... Internet Explorer 7 iirc - hence my suggestion to you of "upgrade your browser"!
(It's that, or use a better one that doesn't do that. I use Opera 12 (best one, not "Chopera"), latest Chrome, latest FireFox, and IE 11 (latest) - no whitespace boxes using hosts).
APK
P.S.=> Funniest part of all is this: You *claim* hosts cause that for you, YET YOU DON'T USE HOSTS FILES MY PROGRAM GENERATES? Then, how can you *make* such claims as hosts causes these alleged 'whitespaces' you bitch about AND blame hosts for it?? Give us a break - you fail, & you can't prove my points on hosts wrong here http://mobile.slashdot.org/com... and you know it (anyone reading with 1/2 a brain knows it)... apk
Fact - you can't show that anymore than you can disprove what I DID ACTUALLY STATE hosts works against, here http://mobile.slashdot.org/com... and for what hosts DO GIVE YOU, in more speed, security, reliability, & anonymity.
In fact, You're making the SAME STUPID MISTAKE BarbaraHudson = TomHudson = Barbara, not Barbie (the known multiple registered account sockpuppeteer) did -> http://slashdot.org/comments.p...
I.E.-> He/She failed on making the claim I said "hosts protect vs. all threats" & when I confronted him/her on it, he/she ran & LIKE YOU, SHE/HE COULD NOT BACKUP THAT FALSE ACCUSATION + attempting to put words in my mouth I never once stated...
Clue: I never ONCE have said hosts protect vs. every possible threat (even with ME admitting they fail vs. say, BGP attacks -> http://tech.slashdot.org/comme... ), & with GOOD REASON - I wrote the very 1st guides for securing Windows vs. threats online:
https://www.google.com/search?...
(Starting in 1997 over @ NTCompatible.com (speed & security guides), & later in that bunch above, I even got paid @ one spot for it - bonus ("The Lord works in mysterious ways" - for me, "The LORD OF HOSTS" (just kidding on that latter part)).
* I favor "layered-security"/"defense-in-depth" since there IS NO SINGLE PERFECT DEFENSE OUT THERE, period - & it's the best thing we have going currently vs. threats online.
APK
P.S.=> You're a fool, & YOU ARE certainly one that cannot prove my points here technically inaccurate OR wrong either (on what I actually *did* say hosts can do for users adding more speed, security, reliability, + more) -> http://mobile.slashdot.org/com...
Admen don't trust webmasters' hit counts = why my subject's true above. Go back to fantasy land Khyber.
Just ads not showing the very point of hosts saving bandwidth ads hog & infecting users with malicious script too (I've got DOZENS of evidences of those, want 'em? Just ask).
* Bottom-Line: YOU are FULL OF SHIT!
I.E. - there is NOTHING WRONG with that webpage (it's even BETTER & FASTER minus ads, if not safer as well).
APK
P.S.=> You're avoiding my question to you: Can you show us WHERE I said hosts are "the perfect defense online & you need NOTHING else besides hosts" - ?
No, you can't, since I never *once* have said that - however, YOU are *trying* vainly to said I said so from what you're inferring... & by the way, since you're so full of "big talk" - implement a MITM on me right now... go for it (you can't), and implement a BGP attack me on, RIGHT NOW (you can't manage THAT either, now can you?)...
Point-Blank: You're an effete BLOWHARD, nothing more (lots of talk, no action).
You're also a "webchump" that *thinks* he can "program" (lol, it's the province of FAILED coders) too!
Lastly: It's funny you can't create a BETTER defense program that adds not only SECURITY, but also SPEED, & yes, RELIABILITY (+ even anonymity to an extent too) than I have either... apk
What gives you THAT rather STUPID idea, you lame little wannabe coder (webchump, lol)?
APK
P.S.=> My hosts file's also protected vs. exploit/alteration by BOTH Windows File Protection AND my APK Hosts File Engine 9.0++ 32/64-bit, concurrently (especially *if/when* left resident & running, but also even when it's not)... apk
You're copping ideas from ClarityRay thief, & hosts stop that (unlike adblock): Just add the new domains into hosts & boom - no more ads, simple.
Whitelisting idiot? I don't *DO* that in hosts!
What I *DO* do, is add favorite sites @ the TOP of my hosts file only!
(Which resolves FASTER than remote OR local DNS lookups even - hosts are the 1st resolver queried by the IP stack & mine's cached into RAM by the kernelmode diskcaching subsystem (not the slower broken with larger hosts files usermode dnscache service)).
APK
P.S.=> Any NEW ads put in are easy to stop that way, & 12 reputable sources in the security community spot them + add them, then my hosts program "automagically" adds them to a hosts file you use & boom - no problem, vs. even ClarityRay techniques (which you're only STEALING now, claiming them "as your own" when they clearly, aren't)... apk
(see subject above) protect vs. ALL possible threats online?
* Show us that...
(NOTHING DOES - however, you also CONVENIENTLY omit the fact I favor "layered-security"/"defense-in-depth" per the 1st security guides for windows https://www.google.com/search?... , that I WROTE MIND YOU, that prove that much & yes - in their contents, I list hosts as a valuable measure for security - which even got me PAID (more than you can say on the note of security I am sure) & "The Lord works in mysterious ways" for me: THE LORD OF HOSTS (not really, but it fits here)).
In fact, even Aryeh Goretsky of NOD32 feels hosts are a valuable layer of defense - per an email he sent me this a.m. - would you LIKE to see it's content? Ask.
APK
P.S.=> I merely state hosts protect vs. *MOST* forms of exploit, AND add speed, reliability, & even anonymity (and you CAN'T manage to disprove that, now can you -> http://mobile.slashdot.org/com... ? Nope... NO MORE THAN YOU CAN CREATE & MOUNT A TRUE "MITM" ON ME, or a BGP attack - you're a LOT OF TALK, no action, & that's additionally proven by you being unable to not only disprove my points validly, but you not being able to create a program like mine that adds security, speed, reliability, & anonymity)...apkAryeh Goretsky of NOD32 feels hosts are a valuable layer of defense
Comcast's Xfinity injection attack TOTALLY bypasses your HOSTS file.
How is Comcast going to inject into an HTTPS session without my browser's certificate verifier smelling a rat?
And the fun part is, I can keep ads from showing to you long enough for you to whitelist the site, and then slam your ass with ads anyways.
At this point I'm ready to split the difference. I agree with APK that hosts is a useful first line of defense, but I agree with you that it doesn't do everything. HTTPS and Flashblock are the next lines.
"secure you vs. every threat online"? That's all I've asked that idiot Khyber to show us.
* That little LOSER's vainly *trying* to put words in my mouth I NEVER ONCE STATED... he's a douchebag for that, no questions asked!
APK
P.S.=> Tepples, also & in case you don't *KNOW* this?
I favor "layered-security"/"defense-in-depth", proven by the VERY FIRST SECURITY GUIDES EVER WRITTEN FOR WINDOWS ONLINE (originated in 1997 @ NTCompatible.com as "APK Speedup & Security") -> https://www.google.com/search?... authored by 'yours truly'
( & yes, hosts are NOTED THERE as a valuable line of defense (heck - even Aryeh Goretsky of NOD32/ESET feels that way & wrote me so this a.m. by email - would you like to see that too?))
... apk
Tepples see subject-line above: Hosts != a "MITM" by any means, proof here -> http://www.speedguide.net/arti...
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\ServiceProvider]
"Class"=dword:00000008
"DnsPriority"=dword:00000006
"HostsPriority"=dword:00000005
"LocalPriority"=dword:00000007
"NetbtPriority"=dword:00000008
"Name"="TCP/IP"
( LOWER NUMBER = HIGHER PRIORITY )
HECK - they're even using MY NUMBERS, not the default 500/600/700 etc. MS gives you over @ speedguide.net, except I change mine SLIGHTLY favoring hosts cached into RAM vs. using the slower usermode dnscache service (which is FAULTY with large hosts due to POOR DESIGN by MS, & I've pointed it out to them, with other flaws regarding hosts (0 allowed in Win2k/XP/Server2003 but not in VISTA onwards after MS Patch Tuesday 12/09/2009))!
APK
P.S.=> Hope you learned something from that - it's only truth! apk
Hosts = a native part of the IP stack & ARE queried BEFORE DNS - or was proof from a reputable source NOT enough?
APK
P.S.=> See subject-line above all else... apk
I proved that to tepples already, & yes - I am secured by layered security/defense in depth - best thing we have going!
(& I practically "wrote the book" on it online, in the FIRST SECURITY GUIDES FOR WINDOWS NT BASED OPERATING SYSTEMS authored by "yours truly", unlike YOU, + I proved that here earlier, unlike you)
I wager I even did so, STRONGLY, before the "ne'er-do-well" likes of YOU got out of diapers, you webchump (unless that was pre-1997), & you're a fool that can't prove my points on hosts wrong validly technically above all else here!
You're merely a "webchump" (province of failed coders), that can't write a BETTER SECURITY, SPEED, RELIABILITY & ANONYMITY solution than I have - show us YOU have, ok? You can't - period.
On System File Protection/Windows File Protection + my program protecting hosts?
Ok - let's SEE a malware/virus blow past BOTH (not possible *IF* my app's resident - it locks hosts vs. alteration).
APK
P.S.=> See subject-line fool - you can *try* all the b.s. you want, but this exchange is FULL of your FAILS vs. myself... shall I list them ALL again for you? LMAO... apk
How come I can post here then? You're reduced to illogical ad hominem attacks after all your crap was disproven by myself thru this exchange!
(With NUMEROUS technical blunders on your end webchump, some of which I consolidated & listed already here http://mobile.slashdot.org/com... SO - shall I do a FINAL consolidated list of them? They've grown since then... just ask!)
Yet you can't disprove MY points on hosts adding speed, security, reliability, & even anonymity validly -> http://mobile.slashdot.org/com...
APK
P.S.=> Go figure, lol - another "webchump" wannabe programmer *trying* me & FAILING hugely... that's Khyber, to a tee, lmao... apk
Or was the proof I put up from search engines not sufficient proof of that?
APK
P.S.=> Tepples, listen: I would go up against ANYBODY on the subject of hosts files, & win...
Heck, I'll give you an EXAMPLE you can VERIFY AS FACT RIGHT NOW:
I have vs. MS themselves & proven myself right!
(on 0 being more efficient than 0.0.0.0 or 127.0.0.1 which is ALL YOU CAN USE NOW post 12/09/2009 MS Patch Tuesday on VISTA onwards, yet you can use 0 in Win2k post SP#2 onwards so someone saw the value in 0 too, XP, Server 2003 still...)
What happened?
Their own staff, a CS degreed one no less, even ADMITTED 0 is faster & better in fact, a VP there right here quoted verbatim on it -> http://slashdot.org/comments.p...
(vs. myself WHICH WAS MY POINT there, + here to you now - I will go against ANY "wannabe expert" on this & come out on top - I have YET to not do so, since I merely use fact & tech information to do so, validly)... apk
Ads that pay aren't served from the same domain as content: Admen don't trust websites on clickcounts is why.
See subject-line: GO BACK TO "FANTASY LAND" you utter fool... lol - what a fool you are, trying *THAT* utter b.s. after the FACT I just put out that webmasters are NOT trusted by advertisers on clickcounts on ads, hence WHY ads that actually PAY aren't served from the same website as content is, 99/100 times.
Yet you *claimed* to be some "expert" on chumpy web page creation? LMAO... you can't even get THAT right!
APK
P.S.=> Learn to read - TRUTH & FACT vs. your b.s. now was said to you already long ago in this exchange ON THIS VERY NOTE I've SHOT YOU DOWN ON, here http://mobile.slashdot.org/com...
... apk
Screw Nimrod, see subject-line above, & this quote from https://answers.yahoo.com/ques...
"The image this title brings to mind is of a mighty military commander, one who can at a mere word summon rank upon rank of protective power."
So, what's the "MAGIC WORD" I use?
Hosts!
APK
P.S.=> I do those better than ANYONE ALIVE currently, with a LOT of excellent help from folks in the security community (gotta give credit where it's due, 12 such sites with custom hosts file data that give users of hosts more speed, security, reliability & even anonymity) via APK Hosts File Engine 9.0++ 32/64-bit http://start64.com/index.php?o...
So... how can I make that BOLD statement? Easily:
The BEST IN THE BUSINESS for antivirus/antispyware per this VERY CURRENT TEST from a reputable source here http://www.av-test.org/en/news... proves they're the best with valid tests first of all!
Secondly:
MalwareBytes feature my program & recommend it as "best of breed" on one of their sites (hpHosts - they recommend me as best @ the top center of the page & MalwareBytes "powers" them, see right-hand side top of page) http://hosts-file.net/?s=Downl...
Let's see Khyber achieve the same (never WILL happen - he's a webchump "wannabe coder", nothing more, who talks a BIG GAME, but can't manage to perform the attacks he notes on ME, in MITM (or BGP I noted) - both of which I admitted hosts don't work on (neither do firewalls or antivirus/antispyware though)).
Cripes - I was achieving great things BEFORE that fool Khyber even got outta diapers I'd wager (since 1996 in publications like Windows IT Pro, then Windows NT Magazine, & many others as well as winning finalist placement 2000-2002 @ MS TechEd in its hardest category: SQLServer performance enhancement) !
That little "webchump wannabe programmer" Khyber actually *thinks* he can get the BETTER of me? Guess again!
FACT - I've got a list of 7 things he's already screwed up on vs. myself in this exchange already, lol... apk
CheckPoint HTTPS description states that the proxy "Creates a new SSL certificate for the communication between the Security Gateway and the client, sends the client the new certificate and continues the SSL negotiation with it [...] you must deploy [your Security Management Server's root certificate] in the Trusted Root Certification Authorities Certificate Store on the client computers." This is MITM, and Comcast is going to have a hard time getting the required root certificate installed on everyone's browser.
I think you need to learn the the value of being approximate with language for the purpose of illustrating a point. Though hosts is part of the IP stack on many platforms, it's like a DNS MITM in that it returns a response before the configured DNS server has a chance to see the request. It has the same net effect as a DNS MITM that a machine's administrator controls.
Is hosts a MITM?
APK
P.S.=> Answer = No, & it's a native part of the IP stack - heck: If you say "yes", then you're also calling firewalls a "MITM" too!
After all - FIrewalls do essentially the same as hosts (albeit by application OR by IP address typically vs. host-domain names though)... apk
Khyber's list of horrendous technical blunders vs. myself:
1.) He can't disprove a SINGLE point of mine when challenged to do so http://mobile.slashdot.org/com...
2.) He *tried* to put words in my mouth I NEVER ONCE STATED (hosts protecting you vs. everything - nothing does) on MITM http://mobile.slashdot.org/com... - he certainly isn't able to mount either BGP or MITM attack on me either. SAME mistake known sockpuppeteering troll tomhudson = BarbaraHudson = Barbara, not Barbie made too.
3.) He OVERLOOKED I wrote the 1st security guides online for Windows NT-based OS from as far back as 1997 which espouse hosts usage for security (even Aryeh Goretsky of NOD32/ESET agreed with me on that this VERY a.m. by email no less) https://www.google.com/search?... & they're about MORE than hosts: They're about "layered-security"/"defense-in-depth".
5.) Khyber's WRONG on hosts making /. look like "beta" - hosts get AC users like ME an safer, FASTER way of seeing /. "classic" -> http://mobile.slashdot.org/com...
6.) He can't show a way for malware to hijack hosts between APK Hosts File Engine protecting hosts combined with WFP/SFP http://mobile.slashdot.org/com...
7.) He *tried* to use b.s. NOBODY DOES (ads served on same domain) - advertisers don't TRUST webmasters on clickcounts http://mobile.slashdot.org/com...
8.) Sexconker verified the SAME THING I told him (& Khyber's 'whitespace' b.s. isn't boxes like YOU THOUGHT TOO, which old IE showed circa sub IE8 iirc only): Hosts made pages faster & safer minus ads http://mobile.slashdot.org/com... & Khyber's own screenshot showed that much (no box placeholders).
FUNNIEST PART there is Khyber doesn't use hosts yet he made that ERRONEOUS statement: Talking out his ass.
APK
P.S.=> Don't waste time on Khyber the webchump wannabe programmer - he's a blunderer (see above) pissed @ hosts since they can't be bought out, crippled by default & controlled (AdBlock + Ghostery are) & he's losing money... apk
So what does " Comcast uses JavaScript to inject self-promotional ads into the pages served to users. " really mean.
At first look this is copyright violation or steps on the Creative Commons Attribution-ShareAlike License a little or a lot.
Copyright law is sufficient to tell them to stop all such activity and make payments to all they abuse.
There was a big expensive stink where copyright owners objected to their material (movies) being edited
for content, to fit the screen and to fit the allocated time. An artifact of this is a banner that they do
this to material they do not own. There was another big stink where top ten radio modified the playback rate
a little bit to make their 440-A a slightly brighter 442-A and all the other notes too.
Conservative or not injecting your content on top of some site's content selling product A finds that vendor B content for a competing product is inserted
in the content they author and pay to display... The legal folk will get rich...
What if Amazon printed little Gamazon stickers and inserted them at random on the pages of books they sell.
Perhaps only on the margin but clearly defacing the books layout and artistic value. (Gamazon==GreedyAmazonThing).
What is preventing them from inserting evil world domination stenography dots in the book or web page.
In the strict sense, hosts is not the same thing as a transparent proxy, which is what MITM originally meant. But hosts, software firewalls, dedicated firewalls, and transparent proxies have similar effects on an Internet connection. It appears we're missing a good name for the larger category.
See subject & your answer: There's NO way to call my ware a MITM or malware then on that basis!
* That's like saying tanks are weapons of war (they kill people) & they have tracks/treads - therefore, bulldozers are weapons of war and kill people too: They also have treads/tracks!
(Thanks for your reply)
APK
P.S.=> Which IS what Khyber tried to do here, scumbag that he is, trying to equate hosts with MITM attacks (might as well have put firewalls in there too then - they block too, albeit on programs running OR IP addresses)... apk