Spam-b-gone
June 8, 2006 3:29 PM
Subscribe
Seeking comment spam uber advice.
I recently started a new website. Within days of talking about the under-construction site on my blog I started getting comment spam on the new site. Okay. Sure. I know it's all done by robots so hardly a surprise. And I wanted to start playing with captchas anyway, so I put one of those (freecap) in place. All that did was slow the spam down. Slowed it down a lot to be sure, but still not enough. Either they're brute-forcing the word list, using a middle-man attack, or OCRing the image.
For the first option I've already created my own word list. For the second I'm not sure what to do. And for the third I'm reluctant to obscure the image more. Good luck right? Ideas?
Now, after spending several hours of reading webpages about securing and breaking captchas, I've decided a) I already know more about this than I wanted to, b) I haven't even started to learn about other spam prevention methods, and c) I'm not much closer to solving my comment spam problem. I'm a geek, so learning about hacks is fun and all, but I'd really rather be doing content creation. So I'm hoping someone else can point me to the good stuff.
So I'm asking for some personal experiences with beating comment spammers. What works and what doesn't. If not captchas, then what?
To make things harder - I want to use whatever technique I settle on at all of my sites, and one of those sites wouldn't really work with user registration.
Also - I'd prefer to code a solution myself, so I'm really more interested in strategies that work rather than off-the-shelf products.
posted by y6y6y6 to computers & internet (27 comments total)
5 users marked this as a favorite
Have you examined your logs carefully? To what extent is the IP address of the spam consistent from spam to spam, or from salvo to salvo? Repeat offenders can be blocked by IP, and damage from single-IP (or single-IP-range) salvos can be cleaned up pretty quickly. Both of those are reactive and not proactive, but depending on the nature of your spammers and your willingness to do cleanup, it may be the simplest route.
posted by cortex at 3:37 PM on June 8, 2006