in reply to Re: Re: Dealing with Nimda
in thread Anomalous Log Entry
This not only stops the Nimda worm, but others as well some future IIS exploits that may come.RewriteEngine on RewriteBase / RewriteCond %{REQUEST_URI} system32/cmd.exe [OR] RewriteCond %{REQUEST_URI} (MSADC|scripts)/root.exe [OR] RewriteCond %{REQUEST_URI} ^/_vti RewriteRule ^(.*)$ http://localhost/$1 [L,R=301]
|
|---|