EquationGroup_Toolset_Apr17_promiscdetect_safe
Description
Detects EquationGroup Tool - April Leak
Query · yara
strings:
$s1 = "running on this computer!" fullword ascii
$s2 = "- Promiscuous (capture all packets on the network)" fullword ascii
$s3 = "Active filter for the adapter:" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 80KB and all of them )