Bad Behavior was designed and built by watching actual spambots which harvested email addresses, posted comment spam, and used fake referrers. By logging their entire HTTP requests and comparing them to HTTP requests of legitimate users, it is possible to detect most spambots. Bad Behavior blocks spambots with a 412 error. It also has three configurable User-Agent lists for spambots and other malicious bots which actually identify themselves.
Bad Behavior can use string matching or regular expression matching against a User-Agent. Bad Behavior intends to target any malicious software directed at a Web site, whether it be a spambot, ill-designed search engine bot, or system crackers. In that spirit, it is not limited to WordPress users; a generic interface has been provided whereby it can be integrated into virtually any PHP-based software.
Do you like this article? Submit it to Blogosphere News!
2 Responses
WordPress Italy » Archivio Blog » Plugin WordPress: Bad Behavior
April 25th, 2005 at 5:25 pm
1[...] interfaccia generica, che può essere integrata in qualsiasi software PHP. [Traduzione da Blogging Pro] Questo articolo è st [...]
IO ERROR
April 29th, 2005 at 12:27 am
2Bad Behavior 1.0-rc3
Security Update: All Bad Behavior users should update to 1.0-rc3 immediately to prevent malicious attacks on your database.
I’ll skip the usual mumbo jumbo and skip right to the important parts:
Fixed in this release:
A security issue has be…