Blocking SiteFinder Service
apankrat writes "Given VeriSign's position on wildcard redirection service, it looks like it's time for a simplier and more efficient ways of bringing things back to where they were. For those running BIND there is a patch;
for those on the client side - there is a dnsfix for Windows and the usual iptables hackery under Linux. Aware of any other clean and easy ways to block wildcarding ? Post below."
here.
version 1.16 is ok.
others have fixes, too, you can find them in this place.
hope I have helped,
It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
I added this to my FORWARD rule on the Firewall:
iptables -A blocked_sites -p TCP -d 64.94.110.11 -j REJECT --reject-with icmp-host-unreachable
Will be doing the DNS patch soon. But this works for now.
Chris Southern
The way I've dealt with it under both XP & OS X is to modify etc/hosts.
Under OS X, Solaris, Linux, etc., it's "/etc/hosts". Under Windows XP, it's "C:\Windows\system32\drivers\etc\hosts"
In either case, add this to the end of the file:
0.0.0.0 sitefinder.verisign.com
Wah-lah!
the clock on the wall says 4 til 7
wrong
You are talking about one of those on-the-fly patches released by some pissed-of admin on the same day. The ISC-patch allows you to say "the following zone are only allowed to have delegations" (like NS-records), all other data (like A-records) are ignored. That's exactly the behaviour You expect from a TLD.
Of course verisign could get around that (by putting a windcard NS-record into their TLDs), but that would be really offensive. Let's see if they will go that far ...
Patch 'em up and move 'em out...
Warning: This signature may offend some viewers.