Virus Characteristics
System Changes
Upon execution the virus copies itself into the following location.
- %WinDir%\csrss.exe
- %UserProfile%\csrss.exe
And drops another file in the following location.
- %WinDir%\System32\lsasvc.exe
Registers run entry to run the process after reboot.
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Windows Update"= "%Userprofile%\csrss.exe"
The virus identifies the shared resources and harvests the email address from the victim machine.
It constructs messages using its own SMTP engine, attaching itself as an EXE (sometimes within a ZIP archive).
The virus uses the following Subjects for the Email
- 192.168.1.12| WinXp
- 192.168.1.12| Win2003
- 192.168.1.12| Unkown
- 192.168.1.12| WinVista
- 192.168.1.12| WinNt
- 192.168.1.12| Win2000
The lsasvc.exe file is installed as service on the victim machine, with the following properties:
- Display Name: Microsoft LSA Logon Authorization Service
- Image Path: %WindDir%\System32\LSASvc.exe
The service is installed to start automatically at system startup.
These defaults for typical path variables. (Although they may differ, these are common examples)
[Where %WinDir% is the Windows Directory - for example c:\windows and % UserProfile% is C:\Documents and Settings\Administrator]