<<<
NEWS FROM THE LAB - Wednesday, January 7, 2009
>>>
 

 
When is AUTORUN.INF really an AUTORUN.INF? Posted by Mikko @ 12:52 GMT

In addition to everything else, Downadup is also a USB worm.

USB worms work by creating a file called AUTORUN.INF on the root of USB drives. These INF files then use Autorun or Autoplay (not the same thing!) to execute themselves either when the stick is inserted, or more commonly, when the user double-clicks on the USB drive icon from My Computer (Windows Explorer).

Removable USB Drive

Such malicious AUTORUN.INF files are easy to spot. Here's what they typically look like:

Typical Autorun.INF

But Downadup does not create files such as this. What it drops on USB drives are AUTORUN.INF files that look like this:

Downadup Autorun.INF

So, that's binary garbage. Won't work. Right?

Look closer.

Downadup Autorun.INF

The noteworthy text is found somewhere around the middle of this 90kB file. At the bottom of the screenshot. See it?

Open=RUNDLL32.EXE .\RECYCLER\jwgvsq.vmx

…which would execute a DLL called jwgvsq.vmx from a hidden folder on the USB drive.

The rest of the binary junk are comments and will be ignored by Windows. And of course, the file size and amount of binary junk is different every time.

Nice trick.