Description
This is a virus detection. Viruses are programs that self-replicate recursively, meaning that infected systems spread the virus to other systems, which then propagate the virus further. While many viruses contain a destructive payload, it's quite common for viruses to do nothing more than spread from one system to another.
Indication of Infection
This script will copy itself to the local system:
windir\MSNetLog.vbs
windir\Command\Energy.vbs
This script will write another script as (windir\SearchMSN.vbs) to search a hard coded path for (C:\Windows\MSNetLog.vbs) and if not exist then it recreates from the "backup copy" from (windir\Command\Energy.vbs).
Methods of Infection
This virus uses 6 possible subject/body combinations when sending itself via Outlook. Possible selections are the following:
subject = Surprise
body = A nice surprise for you, check it out...
subject = Great...
body = Great app, check it out..
subject = Important, Please Read
body = A paper I downloaded from Symantec about new virus, you should read
subject = Happy Birthday
body = A happy birthday surprise
subject = Take a look...
body = Take a look and the app that chenge to a pic
subject = Great Joke.. Read it
body = Read this joke, it is so great... ha ha
This script will copy itself to the local system:
windir\MSNetLog.vbs
windir\Command\Energy.vbs
This script will write another script as (windir\SearchMSN.vbs) to search a hard coded path for (C:\Windows\MSNetLog.vbs) and if not exist then it recreates from the "backup copy" from (windir\Command\Energy.vbs).
The registry is modifed:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
SearchMSN=windir\SearchMSN.vbs
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
MSNetLog=windir\MSNetLog.vbs
HKCU\Microsoft\Internet Explorer\Main\
Start Page=http://vx.dirtyhosting.com
If either (C:\Mirc\Mirc.ini) or (C:\Mirc32\mirc.ini) exists, then the MIRC.INI file is replaced to distribute the file (windir\Command\Energy.vbs).
The email routine runs after the above take place, sending to all recipients in all lists.
The file types (.sys, .dll, .ocx) are replaced with copies of the script. The file REGEDIT.EXE is deleted from the (windir) directory.
Lastly, if the day of the month is equal to (2, 10, 20, 28) then the script will attempt to initiate instances of Notepad.exe in a continuous loop.
Aliases
VBS.JongBoy@mm (NAV)