EnigmaPacker_Rare
Description
Detects an ENIGMA packed executable
Query · yara
strings:
$s1 = "P.rel$oc$" fullword ascii
$s2 = "ENIGMA" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 4000KB and all of them )
Detects an ENIGMA packed executable
strings:
$s1 = "P.rel$oc$" fullword ascii
$s2 = "ENIGMA" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 4000KB and all of them )
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.