SUSP_PE_Contains_Encrypted_Executable_May26
Description
Detects executables containing an encrypted embedded payload using parameters commonly observed in malware, suggesting obfuscation or staged execution.
Query · yara
strings:
// MZ header AES encrypted with key: 1234567890123456 and IV: abcdefghijklmnop
$op = { ae b6 8d 86 71 f0 a9 c8 90 66 53 31 ef 7f 1f d2 b4 a8 21 bc 39 77 c2 c2 60 db 24 4a 12 32 f9 69 09 09 46 22 a6 d1 0a 5e a7 dc 62 fa 96 56 ad dd }
condition:
uint16(0) == 0x5a4d
and 1 of them