For about the past month, I’ve been getting a lot of spam messages posted to my blog. They are all stupid one-line messages that usually include vulgar references to sex in some manner or another. They always post a url, which is always a .info domain, which redirects to winantispyware.com. I think they have an affiliate program with softwareprofit.com or something like that. Either way, they seem to be dirty companies, using a lot of spam, popups and other malicious web tricks. I was receiving up to 30 spam messages a day from this company, which was quite a hassle. The biggest problem was trying to find a way to prevent the messages from getting through.
After repeatedly emailing any address I could find related to both companies and not getting any replies, I decided to see what I could do to block the offending messages. Using the features of Wordpress, I was able to flag any spam messages so they wouldn’t be posted on the site. However, that meant I still had to sift through messages, deleting most of them. I thought about blocking ip addresses, but almost all of the messages were from different addresses, so that wouldn’t work. I thought about playing with the Wordpress code to introduce a captcha image or something when posting a new comment, but luckily I found a cool plugin that was just the ticket.
Bad behaviour is a set of PHP scripts that prevents spambots from accessing your site. It analyzes HTTP requests and compares them to profiles of known spambots. It’s available as a Wordpress plugin, and is also available for a few other CMS, forum and wiki packages. Since installing, I’ve seen the number of spam comments go from 25 or more per day to just 2 in the past week. I highly recommend bad behaviour to help combat spam in your blogs or forums.




