mjc
09-17-2003, 01:29 PM
Verisign, in a quest for more "profits" has slipped to become one of the low-life vermin infesting the internet. The are now, as of this past Monday, redirecting misspelled/not registered/inactive url requests to their own site. In most cases an individual would end up at the sitefinder site instead of the normal error page.
On Monday, VeriSign began to redirect domain lookups for misspelled or nonexistent names to its own site, a process that has confused Internet e-mail utilities and drawn angry denunciations of the company's business practices from frustrated network administrators. The Mountain View, Calif.-based company enjoys a government-granted monopoly as the master database administrator for .com and .net.
VeriSign's new policy is intended to generate more advertising revenue from additional visitors to its network of Web sites. But the change has had the side effect of rewiring a portion of the Internet that software designers always had expected to behave a certain way, snarling antispam mechanisms that check to see if the sender's domain exists, complicating the analysis of network problems, and possibly even polluting search engine results.
http://news.com.com/2100-1032-5077530.html
Basically, this is the same thing done by many crapware hijackers, many of which are considered to be some of the sleeziest purveyors of filth on the 'Net. This is really nothing more than your standard DNS error hijack...
To prevent being redirected to Verisign's Sitefinder for a "not found":
Add the following to your HOSTS file:
127.0.0.1 sitefinder.verisign.com #Block Verisign SiteFinder
127.0.0.1 sitefinder-idn.verisign.com #Block Verisgn SiteFinder
This will block most, if not all of the redirects.
If you have a firewall that allows IP blocking you can add the following IPs to its blocklist.
12.158.80.10
64.94.110.11
Preferably blocking in both directions, any application and all protocols.
On Monday, VeriSign began to redirect domain lookups for misspelled or nonexistent names to its own site, a process that has confused Internet e-mail utilities and drawn angry denunciations of the company's business practices from frustrated network administrators. The Mountain View, Calif.-based company enjoys a government-granted monopoly as the master database administrator for .com and .net.
VeriSign's new policy is intended to generate more advertising revenue from additional visitors to its network of Web sites. But the change has had the side effect of rewiring a portion of the Internet that software designers always had expected to behave a certain way, snarling antispam mechanisms that check to see if the sender's domain exists, complicating the analysis of network problems, and possibly even polluting search engine results.
http://news.com.com/2100-1032-5077530.html
Basically, this is the same thing done by many crapware hijackers, many of which are considered to be some of the sleeziest purveyors of filth on the 'Net. This is really nothing more than your standard DNS error hijack...
To prevent being redirected to Verisign's Sitefinder for a "not found":
Add the following to your HOSTS file:
127.0.0.1 sitefinder.verisign.com #Block Verisign SiteFinder
127.0.0.1 sitefinder-idn.verisign.com #Block Verisgn SiteFinder
This will block most, if not all of the redirects.
If you have a firewall that allows IP blocking you can add the following IPs to its blocklist.
12.158.80.10
64.94.110.11
Preferably blocking in both directions, any application and all protocols.