[VulnWatch] Ruh-Roh SOBIG.G?

From: Dragos Ruiu (dr_at_kyx.net)
Date: 09/25/03

  • Next message: scrap: "[VulnWatch] myServer 0.4.3 Directory Traversal Vulnerability"
    To: vulnwatch@vulnwatch.org
    Date: Thu, 25 Sep 2003 00:18:06 -0700
    
    

    SOBIG was nasty for me. One of my clients was getting more than 7MB/s
    sustained of SOBIG.F, and I had to deal with bandwidth charges for more
    than 450GB of SOBIG over a ten day period! My client had a particularly
    nasty problem with this nuisance because the malware email address scanner
    picked up the support email out of their software which is estimated to
    be installed at over 10 million computers. And when you try to stuff seven
    megaBYTES per second into a 1.5 megaBIT per second office T1 some
    not nice stuff happens. Nevermind their poor Exchange server blowing
    up trying to deal with 400-700 messages/min (which I still think any
    reasonable _real_ mail server _should_ be able to cope with). Postfix
    and PCRE on a fat pipe was the solution (albeit at some cost) in this
    instance.

    (Gave some interesting stats actually, for instance worm activity peaked
    every day between 6-8 am PST and again nightly at 7pm PST which roughly
    corresponds to morning in Asia. ~10 Million users yielded around 30k unique
    IP hosts that generated that 450Gb of traffic, with the average host sending
    500-1000 individual copies, but there were about a dozen or so notables
    that sent us 10-30k copies well above the rest. Heavy tailed distribution.
    Interestingly, there seemed to be no peak for Europe morning indicating
    maybe this thing wasn't such a big problem there.)

    So anyway let me get to the punchline. After SOBIG.F so nicely shut itself
    down on Sept 10 according to its built in lycene deficiency, we all went
    phew, and went to pay the silly bandwidth bill (while vowing to pour a
    full beer on the head of the author if he ever turns up).

    Now I noted with concern this morning that I started getting more wicked
    screensavers. :-) Analysis indicates that this new nuisance of this
    the newly ressurected malware does not correspond with any of the earlier
    variants. (the files show the same variations in length as the older SOBIG.F)
    I did a little poking at it and it seems to be pretty similar to the old one.
    I can provide this to anyone who needs it but you should have a copy
    of it already. :-(

    The old one was static across copies usually differing only in
    bytes at the end after the null region and the length.

    The new one is mildly different. Below are some diffs of hexdumps.
    (byte per line between the new one and the old one)
    I haven't pulled it apart in disassembly yet, but I wanted to
    send out a heads up, and to flip the bird to whatever cretin
    spawned this new nuisance. I now owe you two beers on
    your head I think.

    SOBIG Filter instructions for Postfix
    ---------------------------------------
    (compile with pcre - this is in the OpenBSD Ports tree already)

    1) Add this to main.cf:
    mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp

    2) Then put this in /etc/postfix/mime_header_checks.regexp:
    /filename=\"?(.*)\.(bat|chm|cmd|com|do|exe|hta|jse|rm|scr|pif|vbe|vbs|vxd|xl)\"?$/
       REJECT For security reasons we reject attachments of this type

    Diff of new and old binaries attached below.

    BTW in case you were wondering how to use diff
    on binary files this little program is a nice trick to
    to let you use standard diff on arbitrary binaries... :-)

    #include <stdio.h>
    main()
    {
    int c;
            while((c = getchar()) != EOF)
                    printf("%02x\n",c);
    }

    sigh...
    --dr

    -- 
    Top security experts.  Cutting edge tools, techniques and information.
    Tokyo, Japan   November, 2003   http://www.pacsec.jp
    pgpkey http://dragos.com/ kyxpgp
    --- old.pif.hex     Wed Sep 24 23:17:15 2003
    +++ new.pif.hex   Wed Sep 24 23:17:15 2003
    @@ -72270,19 +72270,6 @@
     00
     00
     00
    -5d
    -00
    -00
    -00
    -58
    -43
    -30
    -30
    -31
    -38
    -31
    -35
    -64
     00
     00
     00
    @@ -72633,7 +72620,7 @@
     00
     00
     00
    -c8
    +bb
     01
     00
     00
    @@ -72740,8 +72727,19 @@
     00
     00
     00
    +26
    +02
     00
     00
    +58
    +43
    +30
    +30
    +31
    +38
    +31
    +35
    +64
     00
     00
     00
    @@ -73126,148 +73124,8 @@
     00
     00
     00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -41
    -04
    +b3
    +03
     00
     00
     58
    @@ -73306,2591 +73164,8 @@
     00
     00
     00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -9a
    -05
    -00
    -00
    -58
    -43
    -30
    -30
    -31
    -38
    -31
    -35
    -64
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -00
    -80
    -0e
    +db
    +03
     00
     00
     58
    -- 
    Top security experts.  Cutting edge tools, techniques and information.
    Tokyo, Japan   November, 2003   http://www.pacsec.jp
    pgpkey http://dragos.com/ kyxpgp
    

  • Next message: scrap: "[VulnWatch] myServer 0.4.3 Directory Traversal Vulnerability"