Re: IIS log files and how to locate if the client is trying to infect my web server

From: Jeff Cochran (jcochran.nospam_at_naplesgov.com)
Date: 05/11/04


Date: Tue, 11 May 2004 20:38:54 GMT

On 11 May 2004 09:20:38 -0700, godtoall@hotmail.com (Jeremy Smith)
wrote:

>I know how to find Nimda and Code Red, but was curious if their is a
>complete list of all of the viruses that can be found in th IIS Log
>files.

You can't find viruses, only specific requests. Nimda/Code Red
requests have a unique signature, but you don't see the virus, you
only see the results of someone's system infected with the virus
attacking you.

Analyzing the logs *can* help with spotting attacks, and the keys to
look for are the 404 and 500 errors for unsuccessful ones, and
requests for cmd.exe with a 200 result, which may have been
successful.

Of course, since you're using the IIS Lockdown Tool and URLScan, you
won't see any of those... :)

Jeff



Relevant Pages

  • Re: What does "/_vti_bin/owssvr.dll" do??
    ... in the IIS log files. ... When sending an HTTP request to a server, IE will first attempt to do so ... pretty typical to see 3 requests in a row for each resource in your IIS log ...
    (microsoft.public.sharepoint.portalserver)
  • RE: Taking forever to start processing
    ... You can enable time-taken field in IIS log to verify if the delay is ... actually on IIS processing the requests: ... determine the actual time taken for IIS to process the requests. ...
    (microsoft.public.inetserver.iis)
  • Re: How does IE resolve hostname on 64bit OS
    ... See replies to your original post: ... Colin li wrote: ... On 32bit OS, check the IIS log. ... the requests are both from 127.0.0.1 ...
    (microsoft.public.windows.inetexplorer.ie6.browser)