Forum Moderators: phranque
Project Honey Pot is the first and only distributed system for identifying spammers and the spambots they use to scrape addresses from your website.
SecHttpBlKey INSERT YOUR ACCESS KEY HERE
SecRule TX:REAL_IP|REMOTE_ADDR "@rbl dnsbl.httpbl.org" "id:'99010',chain,phase:1,t:none,capture,block,msg:'HTTPBL Match of Client IP.',logdata:'%{tx.httpbl_msg}',setvar:tx.httpbl_msg=%{tx.0}"
SecRule TX:0 "threat score (\d+)" "chain,capture"
SecRule TX:1 "@gt 20" Access denied with code 406 (phase 1). Operator GT matched 20 at TX:1. [file "/usr/local/apache/conf/modsec2.user.conf"] [line "343"] [id "99010"] [msg "HTTPBL Match of Client IP."] [data "RBL lookup of MYACCESSKEY.82.225.47.96.dnsbl.httpbl.org succeeded at REMOTE_ADDR. Suspicious comment spammer IP: 1 days since last activity, threat score 82"] Access denied with code 406 (phase 1). Operator GT matched 20 at TX:1. [file "/usr/local/apache/conf/modsec2.user.conf"] [line "343"] [id "99010"] [msg "HTTPBL Match of Client IP."] [data "RBL lookup of MYACCESSKEY.99.226.10.5.dnsbl.httpbl.org succeeded at REMOTE_ADDR. Suspicious IP: 64 days since last activity, threat score 25"] Http:BL is similar to a DNSBL but for web traffic rather than mail traffic. This data can be used in order to stop malicious robots from accessing your web pages.