CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2001
    Location
    British Columbia, Canada
    Posts
    19

    Log Files Corrupted?

    Ok, I don't know if this is the right board for this problem, but I didn't know where else to put it.

    The company I work for uses Webtrends Log Analyzer to create reports for websites based on .log files. Recently, one of our customers complained that the number of reported hits has dropped from 27,000 a month to some rediculously small number like 500. I looked at the .log files and noticed that the ones for recent months are not only much much smaller than usual, but also have some strange text in them. I'm concerned that thy've become corrupted somehow, but am not sure how or why this may have happened or even if there actually is a problem (maybe his site is suddenly unpopular?)

    Could anyone take a peek at one of the recent files (attached) and let me know if there's something wrong with it?


    Thanks for any help or advice,
    Apprentice
    The more you know, the more you know you don't know.

  2. #2
    Join Date
    Jul 2001
    Location
    British Columbia, Canada
    Posts
    19
    Darn, my file didn't upload. Let's try this again.
    Attached Files Attached Files
    The more you know, the more you know you don't know.

  3. #3
    Join Date
    Jan 2002
    Location
    Germany
    Posts
    49
    It seems that your webserver was attacked by a virus (line 5), eg. "CodeRed". Usually they attack the IIS-webserver, but this is probably not the solution for your problem.

    BTW, you should update the latest security patches from microsoft and watch the logs again.
    susad

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured