Virus Characteristics
W32/Autorun.worm.dw was previously classified as Downloader-BIP . This Autorun worm has the ability to infect attached drives such as USBs when they are autodetected.
The following observations were made during the time of testing.
Files have been observed to be downloaded from the following domain:
- hxxp://worldnews.ath.cx/update/[removed]
The following files were added
- %SYSTEM%\[Random Named DLL File]
- %SYSTEM%\mswmpdat.tlb
- %SYSTEM%\winview.ocx
On execution, it adds the following registry keys
- HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8F147B28-EF39-44A0-B6EC-3CC6F2F08794}
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\StrtdCfg
The following key/value pairs were added
- HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8F147B28-EF39-44A0-B6EC-3CC6F2F08794}\InprocServer32
- default = %SYSTEM%\[Random Named DLL File]
- HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8F147B28-EF39-44A0-B6EC-3CC6F2F08794}\InprocServer32
- ThreadingModel: "Apartment"
- HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8F147B28-EF39-44A0-B6EC-3CC6F2F08794}
- default = "Java.Runtime.52"
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad
- UpdateCheck = {8F147B28-EF39-44A0-B6EC-3CC6F2F08794}
The above keys allow injecting code into Explorer. The injected code tracks drives such as USB's. If a drive is detected, the worm creates an Autorun.inf file and copies the Random Named DLL to the drive with a new random name. The Autorun file refers this new random DLL's function "InstallM". Everytime the drive is opened "InstallM" is executed which facilitates the worms spread.