DefenderYara/VirTool/WinNT/Rootkitdrv/VirTool_WinNT_Rootkitdrv_GP...

12 lines
443 B
Plaintext

rule VirTool_WinNT_Rootkitdrv_GP{
meta:
description = "VirTool:WinNT/Rootkitdrv.GP,SIGNATURE_TYPE_PEHSTR_EXT,02 00 02 00 02 00 00 "
strings :
$a_03_0 = {83 65 fc 00 6a 04 6a 04 53 ff 15 ?? ?? ?? ?? 6a 04 6a 04 57 ff 15 ?? ?? ?? ?? 83 4d fc ff } //1
$a_01_1 = {8b 08 fa 0f 20 c0 25 ff ff fe ff 0f 22 c0 8b 07 89 04 91 0f 20 c0 0d 00 00 01 00 0f 22 c0 fb 83 65 e4 00 eb } //1
condition:
((#a_03_0 & 1)*1+(#a_01_1 & 1)*1) >=2
}