Trojan_Win_Generic_101
Description
Detects FireEye Windows trojan
Query · yara
strings:
$s0 = { 2A [1-16] 17 [1-16] 02 04 00 00 [1-16] FF 15 }
$s1 = { 81 7? [1-3] 02 04 00 00 7? [1-3] 83 7? [1-3] 17 7? [1-3] 83 7? [1-3] 2A 7? }
$s2 = { FF 15 [4-16] FF D? [1-16] 3D [1-24] 89 [1-8] E8 [4-16] 89 [1-8] F3 A4 [1-24] E8 }
$si1 = "PeekMessageA" fullword
$si2 = "PostThreadMessageA" fullword
condition:
(uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and @s0[1] < @s1[1] and @s1[1] < @s2[1] and all of them