Home→Descriptions→Net-Worm.Win32.Padobot.m
| Detected | Jun 24 2004 15:50 GMT |
| Released | Jun 24 2004 15:50 GMT |
| Published | Feb 14 2005 10:56 GMT |
Padobot.m infects computers running under Windows. The worm itself is a Windows PE EXE file approximately 10KB in size, packed using UPX. The unpacked file is approximately 24KB in size.
The worm propagates by exploiting a vulnerability in Microsoft Windows LSASS. This vulnerability is described in detail in Microsoft Security Bulletin MS04-011
The worm contains a backdoor function.
Once launched, the worm copies itself to the Windows system directory under a random name. For example:
%System%\gytotrn.exe
Then the worm registers this file as a key in the system registry:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "Cryptographic Service" = "%System%\>random name<.exe"
This ensures that the worm will be launched each time the infected machine is rebooted.
It also creates a registry key:
[HKLM\SOFTWARE\Microsoft\Wireless] "ID" = "<random value>"
It creates the mutex "uterm19" to flag its presence in the system.
The worm starts its propagation routine, selecting IP addresses to attack, and sending a request to TCP port 445. If the remote computer responds, then the worm launches its code on the victim machine, by utilizing the LSASS vulnerability.
The worm opens a random TCP port in order to receive commands. The backdoor function provides a malicious remote attacker with full access to the victim machine.
Padobot.m attempts to receive commands and transmit data, while connecting to several IRC channels:
Net-Worms propagate via computer networks. The distinguishing feature of this type of worm is that it does not require user action in order to spread.
This type of worm usually searches for critical vulnerabilities in software running on networked computers. In order to infect the computers on the network, the worm sends a specially crafted network packet (called an exploit) and as a result the worm code (or part of the worm code) penetrates the victim computer and activates. Sometimes the network packet only contains the part of the worm code which will download and run a file containing the main worm module. Some network worms use several exploits simultaneously to spread, thus increasing the speed at which they find victims.
Net-Worm.