Yesterday my employer got hit hard with the Nimda-d Windows Virus. My machine was okay as it's AV was upto date, and I had patched IE to a higher level than the company official level.

As I run Apache not IIS on my dev (NT) box, it was the only server running during the morning long attack, the IT team had shut down or isolated all the NT servers. I was therefore the only person able to give them a list of known infected machines, by simply tailing my access logs - which proved more efficient that simply waiting for people to complain that their machine was sick.

This morning I'm writing a simple "honey pot" script to log any future Nimda or Code Red like activity. I've done all ths simple Apache stuff, so it triggers a PerlRun script on my NT box, logs the IP and such, but I was wondering what else I can do?

I'll add an email action to, but during the attack yesterday on of the first things to be switched off was the Exchange/SMTP servers, so email isn't going to do much...

Unlike the typical example I've seen before, (Apache::CodeRed), I know where all the machines are (on our intranet) and I know who to contact, but there may be no point in emailing as the server may be down, and our IT team may be too busy to respond anyway.

Basically I think I need two responses:

Anything else? Is a desktop alert worth trying?

Ironically I only use IE/outlook because I have to, in fact I've spent the last week arguing why Unix/Apache/Perl is better than NT/IIS/VB for the web project I'm working on - but that's another story...

As ever, very humble thanks in advance.


In reply to Virus Honey Pot by ajt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.