MAL_Winnti_BR_Report_MockingJay
Description
Detects Winnti samples
Query · yara
strings:
$load_magic = { C7 44 ?? ?? FF D8 FF E0 }
$iter = { E9 EA EB EC ED EE EF F0 }
$jpeg = { FF D8 FF E0 00 00 00 00 00 00 }
condition:
uint16(0) == 0x5a4d and
$jpeg and
($load_magic or $iter in (@jpeg[1]..@jpeg[1]+200)) and
for any i in (1..#jpeg): ( uint8(@jpeg[i] + 11) != 0 )