APT_Trojan_Win_REDFLARE_2
Description
Detects FireEye's REDFLARE tool
Query · yara
strings:
$1 = "initialize" fullword
$2 = "getData" fullword
$3 = "putData" fullword
$4 = "fini" fullword
$5 = "Cookie: SID1=%s" fullword
condition:
(uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them