Spam bot and harvester psycheclone
Published June 28th, 2006 in Web PagesThis is for those of you running webpages: psycheclone appears to be a fairly recent bot on the net (within the past month or so) that will follow every single link on your page (even unintelligently following javascript), trying to pick up e-mail addresses. You can use .htaccess to deny the ip range like this:
order allow,deny
deny from 208.66.195.
allow from all
deny from 208.66.195.
allow from all
But Domain Tools reveals the the IP address has been changing quite a bit. For the more daring, you might try a little PHP:
PHP:
On another semi-related note: if you are experiencing a lot of phishing problems, check out: http://www.phishfighting.com/


0 Responses to “Spam bot and harvester psycheclone”
Please Wait
Leave a Reply