Details:
Arrival and Installation
This backdoor program is dropped by TROJ_MULDROP.Q.
Upon execution, it drops a copy of itself in the Windows folder as WIN32.EXE. It may also drop the following nonmalicious components:
- Win32_hook.dll a tool from madcodehook
- Win32.dll a tool from madcodehook
- Win32key.dll a dll file that hooks the keyboard presses
Autostart Technique
On Win 95, 98, and ME, this backdoor creates the following registry entry to enable its dropped file to run at every startup:
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Run
Win32.exe = %Windows%\Win32.exe
(Note: %Windows% is the default Windows folder, usually C:\Windows or C:\WINNT.)
On NT-based systems, this backdoor creates the following registry keys to register itself as service:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\
Services\mchInjDrv
HKEY_LOCAL_MACHINE\System\CurrentControlSet\
Services\win32
Backdoor Routines
This backdoor has the ability to log all user keystrokes. It also opens an Internet Explorer in the background, using a random port, which allows a remote user to gain access to the infected system.
Other Details
This backdoor creates the following mutex to prevent multiple copies of itself running on the system:
It also has rootkit functionalities, which allows it to hide its process and dropped files.
Analysis By: Dexter See To
Revision History: