Domain Squatter Blacklist
Posted
by
David Chang
on Server Fault
See other posts from Server Fault
or by David Chang
Published on 2010-10-09T13:37:37Z
Indexed on
2010/12/29
20:56 UTC
Read the original article
Hit count: 322
Is there a list of common ip addresses used by domain squatters (the ip addresses of the sites they resolve the domains to)? I have a list of domains and I need to remove most squatted/parked domains from the list, I can do that in a perl script (that currently removes dead domains) but I need the IP addresses the squatted domains resolve to so I can remove them as well. I know there are spam/phishing/malware blacklists available, does anyone know of a squatter blacklist? I can't find one using Google.
EDIT: I am trying to remove dead domains from a list, I can already remove domains that don't resolve but I need to remove squatted domains as well so I need a list of ip addresses squatted domains resolve to so I can remove them.
© Server Fault or respective owner