This is rather a question for administration.
The last 3 days my phpbb forum (though patched) is being hit by the worm's requests 15-30 times a minute. I had to put password protection on the forum, but this can't last forever because I will be losing traffic from search engines.
Right at this moment most of the requests are done by the User-Agent "LWP::xxxx" where xxxx is different variations of the Perl script used to conduct the attack (e.g. lwp-trivial, LWP::Simple).
So...
Is it possible to block all the requests done by a user-agent containing the string "LWP"?
More info on LWP is available here:
The last 3 days my phpbb forum (though patched) is being hit by the worm's requests 15-30 times a minute. I had to put password protection on the forum, but this can't last forever because I will be losing traffic from search engines.
Right at this moment most of the requests are done by the User-Agent "LWP::xxxx" where xxxx is different variations of the Perl script used to conduct the attack (e.g. lwp-trivial, LWP::Simple).
So...
Is it possible to block all the requests done by a user-agent containing the string "LWP"?
More info on LWP is available here:

.*):\%22test1\%22\%3b
Comment