SUSP_NET_NAME_ConfuserEx
Description
Detects ConfuserEx packed file
Query · yara
strings:
$name = "ConfuserEx" ascii wide
$compile = "AssemblyTitle" ascii wide
condition:
(uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them