Once executed, the worm copies itself as the following file:
%System%\[RANDOM FILE NAME].dll
Next, the worm deletes any user-created System Restore points.
It creates the following service:
Name: netsvcs
ImagePath: %SystemRoot%\\system32\\svchost.exe -k netsvcs
Then the worm creates the following registry entry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netsvcs\Parameters\"ServiceDll" = "[PathToWorm]"
The worm connects to the following URLs to obtain IP address of the compromised computer:
-
http://www.getmyip.org
-
http://getmyip.co.uk
-
http://checkip.dyndns.org
Next, the worm downloads a file from the following URL and executes it:
[http://]trafficconverter.biz/4vir/antispyware/loada[REMOVED]
The worm then creates a http server on the compromised computer on a random port, for example:
http://[EXTERNAL IP ADDRESS OF INFECTED MACHINE]:[RANDOM PORT]
The worm then sends this URL as part of its payload to remote computers.
Upon…
Continue reading about New Worm W32.Downadup








