Forum Moderators: DixonJones
tia- WT
Anyone else seeing this and where the heck has this IP range been assigned? Are these all just zombie attacks?
If you have sufficient control over your Apache configuration, you could (IIRC) filter this particular attack from your logs (assuming you're not actually using WebDav, which most people aren't). Use SetEnvIf to set an environment variable whenever the request method is "SEARCH" (I'm guessing about the specifics of your attack, but it's probably a good guess). Then, use a CustomLog statement that only logs requests when that environment variable is not set (see Apache docs for details).