1、修改注册表文件:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
键值: 字串:_WinStart = "%Windows%\Connection Wizard\Status\services.exe"
HKEY_LOCAL_METHINE\Software\Microsoft\Windows\CurrentVersion\Run
键值: 字串:WinStart = "%Windows%\Connection Wizard\Status\services.exe"
HKEY_LOCAL_METHINE \Software\Microsoft\Windows\CurrentVersion\RunOnce
键值: 字串:WinStart = "%Windows%\Connection Wizard\Status\services.exe %1"
2、释放病毒相关文件:
%Windows%\Connection Wizard\Statuscsrss.exe
%Windows%\Connection Wizard\Statussmss.exe
%Windows%\Connection Wizard\Statusservices.exe
3、病毒主要通过发送含有病毒附件的email来传播,其中:
病毒通过搜索被感染主机的以下扩展名的文件来获取其中的email地址:
msg
jsp
oft
vbs
uin
ldb
abc
pst
cfg
mdw
mbx
mdx
mda
adp
nab
fdb
vap
dsp
ade
sln
dsw
mde
frm
bas
adr
cls
ini
……
当遇到一下字符串时,病毒将不发送邮件:
@gmetref
sql.
som
eone
nothing
you@
user@
reciver@
somebody
secure
whatever@
whoever@
anywhere
yourname
mustermann@
……
病毒邮件主题可能为:
Your Password
Registration Confirmation
Your email was blocked
……
病毒附件经过zip压缩,其中zip包中的病毒文件名为:Winzipped-Text_Data.txt .pif
4、病毒尝试删除以下文件:
a*.exe
luc*.exe
ls*.exe
luu*.exe
注:% System%是一个可变路径。病毒通过查询操作系统来决定当前System文件夹的位置。Windows2000/NT中默认的安装路径是C:\Winnt\System32,windows95/98/me中默认的安装路径是C:\Windows\System,windowsXP中默认的安装路径是C:\Windows\System32。 |