http://www.torkington.com/vermicide.txt has a mod_perl handler to
catch the requests as soon as they arrive, and discard them with a
minimum of work to Apache.  If your web server is struggling under the
load, this might help.

The heuristic it uses for "requests to ignore with prejudice" is the
presence of root.exe, cmd.exe, or default.ida.  You might want to
tweak the regexp if those files are part of your web site :-)

Yes, it's ugly to put the code into your httpd.conf.  Consider this a
visual reminder to take it out once the worm scare has passed.

Nat

Reply via email to