Forum Moderators: open
212.142.33.101 - - [26/Oct/2003:16:54:28 -0600] "GET /bot/trap.pl HTTP/1.0" 200 218 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
He continued requesting pages at a much faster rate of 8-10 per second for another five minutes. I'm going to add a long sleep to my 403 page to slow these guys way down.
Yes, another fine visitor from RIPE:
inetnum: 212.142.33.0 - 212.142.33.255
netname: UPC-BRAIN-2
descr: Brain IP access Amsterdam
country: NL
A common mistake in badbot baiting is to use an external redirect to forward the bot from the bait faile to the actual trap script. If possible, redirect from the bait file to the actual trap using an internal redirect. In mod_rewrite format, an internal redirect would be:
RewriteRule ^tasty_bait\.html$ /bad/trap.pl [L]
RewriteRule ^tasty_bait\.html$ http://www.example.com/bad/trap.pl [[b]R[/b],L]
Jim