APT_FIN7_MsDoc_Sep21_1
Description
Detects MalDocs used by FIN7 group
Query · yara
strings:
/* John \x0bW10ProOff16 */
$xc1 = { 00 4A 00 6F 00 68 00 6E 00 0B 00 57 00 31 00 30
00 50 00 72 00 6F 00 4F 00 66 00 66 00 31 00 36 }
$s1 = "word_data.bin" ascii fullword
$s2 = "V:\\DOC\\For_JS" ascii
$s3 = "HomeCompany" ascii
$s4 = "W10ProOff16" ascii
condition:
uint16(0) == 0xcfd0
and (
1 of ($x*) or
3 of them
)