APT_Trojan_Win_REDFLARE_3
Description
APT_Trojan_Win_REDFLARE_3
Query · yara
strings:
$calc_image_size = { 28 00 00 00 [2-30] 83 E2 1F [4-20] C1 F8 05 [0-8] 0F AF C? [0-30] C1 E0 02 }
$str1 = "CreateCompatibleBitmap" fullword
$str2 = "BitBlt" fullword
$str3 = "runCommand" fullword
condition:
(uint16(0) == 0x5A4D) and (uint32(uint32(0x3C)) == 0x00004550) and all of them