DefenderYara/VirTool/WinNT/Sinowal/VirTool_WinNT_Sinowal_E.yar

12 lines
341 B
Plaintext

rule VirTool_WinNT_Sinowal_E{
meta:
description = "VirTool:WinNT/Sinowal.E,SIGNATURE_TYPE_PEHSTR_EXT,02 00 02 00 02 00 00 01 00 "
strings :
$a_03_0 = {8b 45 f8 01 45 fc 8b 06 8b 7d f4 9c 90 02 0b 83 cf 00 3b fe 5f 74 90 00 } //01 00
$a_01_1 = {b8 aa aa aa aa 8d 7d f0 ab 56 ff 75 fc ab } //00 00
condition:
any of ($a_*)
}