-
Website
http://omninoggin.com -
Original page
http://omninoggin.com/projects/list-poisoning-email-harvesters/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
briancarnell
1 comment · 1 points
-
Artem Russakovskii
13 comments · 1 points
-
AndyBeard
2 comments · 4 points
-
Thaya Kareeson
21 comments · 2 points
-
willandbeyond
1 comment · 1 points
-
-
Popular Threads
Thanks for the article and the code. I've been a long-time user of Project Honeypot and always wondered how the service operates. Never really bothered to check on the code. Seeing your demonstration I've a much clearer idea on how this whole spam-bot catcher / list poisoning system works.
Cheers,
m^e
Thank you for visiting. I'm glad that the article was helpful to you. I have a question though. Do you use the Http:BL PHP API they supply or do you use the Apache mod_httpbl? It seems that the only way to use Project Honey Pot on a shared host is via the Http:BL PHP API they supply.
Sorry about the late reply. I guess I'm using the Http:BL PHP API... I haven't really looked into the various options they offer - nor, did I reasearch the terminology they use for the options they offer. I simply followed their instructions and installed the script in a subfolder of my site and added a link in the WP_loop to publish a spmanbot-trapper link following every post in my blog. I'm definitely not using the Apache mod_httpbl...so this has to be the other one, i.e. the PHP API. If you require further details, I'll be more than happy to fill you in.
Cheers,
m^e
Thank you for your reply. That was the only detail I was looking for. I'm glad that there is still need for the PHP API because I am working on packaging a nice plugin for this. I guess for shared-hosting, the PHP API is the only way to go. Thank you!
http://www.sarahbohr.com/poohbear
Thank you for visiting and thank you for your kind words! Let's troubleshoot.
Can you check what your .htaccess file says? By default, the 6th line shows:
You'd have to change this to
I appologize that I forgot to mention this and have updated the instructions. Please let me know if this works out for you.
Thanks again for your help, I can't wait to get my first 'catch'!
Great to hear this! Please let me know when you catch one for yourself!
Thanks for the code.
I'm interested in building a trap that will verify the action of the bot.
In the case of your trap, you assume that the bot is harvesting emails but there is no real indication for that, isn't it? it can be a downloading bot, index bot etc?
If I'm right, Are you familiar with methods to actually verify an email was harvested?
I can't see any way of verifying if a bot is harvesting emails or not. Even if that's the case, this trap also fights against downloading bots and indexing bots since there are recursive links and time-delays between each script call. Bots will waste valuable time doing useless things like crawling a recursive page structure.
Project Honey Pot is a centralize database that tracks bots' IP addresses and activities to determine what kind of bots they are (not sure how they do the "determining" part). Regardless, you should check them out. I also made a plugin that you can use to easily integrate them into your WordPress blog (if you have one).
I'm into creating this kind of DB for research purposes.
I actually found a way to figure out an email harvesting bot.
Still checking what will be the way to figure out a downloading bot.
I need to collect this info my self, but thanks again for the redirection.