1、文件运行后会释放以下文件
%Windir%\EntSver.exe
%Windir%\EntSverKey.dll
%Windir%\EntSver.dll
2、创建注册表病毒服务项
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WindowsEntServer2008\Description
值: 字符串: "WindowsEntServer2008"
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WindowsEntServer2008\DisplayName
值: 字符串: "WindowsEntServer2008"
描述:病毒服务描述及服务名称
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WindowsEntServer2008\ImagePath
值: 字符串: "C:\WINDOWS\EntSver.exe"
描述: 服务映像文件的启动路径
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WindowsEntServer2008\Start
值: DWORD: 2 (0x2)
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WindowsEntServer2008\Type
值: DWORD: 16 (0x10)
类型: REG_SZ
描述: 服务启动方式及类型
3、衍生病毒DLL注入到系统所有进程中、截取用户输入的键盘信息保存到LOG中以便病毒作者查看记录,通过Explorer.exe进程连接网络等待接收病毒作者发送的控制指令。
|