When the worm executes, it injects itself into the following service:
svchost.exe
It makes a copy of %System%\wmicuclt.exe and moves it to the following location:
%System%\wmicuclt
The worm then copies %System%\wscript.exe to the following location:
%System%\wmicuclt.exe
The worm infects the following file by injecting itself into the last section of the file:
%System%\wmicuclt.exe
Note: The worm may also infect other executable files on the compromised computer.
The worm creates the following mutex so that only one instance of the worm runs on the compromised computer:
Global\_PPIftSvc
It creates the following registry entries to register itself as a system service:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\Security\"Security" = "[WORM BODY IN HEXADECIMAL CHARACTERS]"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"WOW64" = "2"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"Start" = "2"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"ErrorControl" = "0"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"Type" = "20"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"ObjectName" = "Local System"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\wmicucltsvc\"(Default)" = "Service"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"Description" = "Stores security information for local user accounts."
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"DisplayName" = "Remote Access Connection Service"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wmicucltsvc\"ImagePath" = "%System%\wmicuclt.exe"
It also creates the following registry entries to store data as well as a copy of itself:
- HKEY_LOCAL_MACHINE\SYSTEM\Select\"v" = "[WORM BODY]"
- HKEY_LOCAL_MACHINE\SYSTEM\Select\"p" = "[DATA]"
- HKEY_LOCAL_MACHINE\SYSTEM\Select\"pu" = "[DATA]"
It then modifies the following registry entries to disable certain system settings:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\"NoPopUpsOnBoot" = "1"
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\"DontshowUI" = "1"
It also modifies the following registry entries to disable security-related applications:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\360rp\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\zhudongfangyu\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ekrn\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MsMpSvc\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\V3 Service\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AntiVirService\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\a2AntiMalware\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FSORSPClient\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FSMA\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\F-Secure Gatekeeper Handler Starter\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\kxescore\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\kxesapp\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AVGwd\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AVGIDSAgent\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NIS\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\avast! Antivirus\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\vsserv\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\mcshield\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\mcods\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\amsp\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RsRavMon\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SavService\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PavFnSvr\"Start" = "4"
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\pavsrv\"Start" = "4"
It also deletes certain security-related applications if found on the compromised computer.
The worm attempts to open the Remote Desktop Protocol (RDP) connection on computers in the local network by using common user name and password combinations.
Once connected, it opens the default RDP file share created on the compromised computer to access computers on the network:
\\tsclient
It installs itself on remote computers by using the following commands:
- rundll32 \\tsclient\a\a.dll a
- regedit /s \\tsclient\a\r.reg
The worm also attempts to spread by copying itself to removable drives.
Next, the worm may attempt to download potentially malicious files from the following remote locations:
- d.ppns.info
- e.ppift.net
- e.ppift.com
- e.ppift.in
Symantec Security Response encourages all users and administrators to adhere to the following basic security "best practices":