EquationGroup_Toolset_Apr17_xxxRIDEAREA
Description
Detects EquationGroup Tool - April Leak
Query · yara
strings:
$x1 = "USAGE: %s -i InputFile -o OutputFile [-f FunctionOrdinal] [-a FunctionArgument] [-t ThreadOption]" fullword ascii
$x2 = "The output payload \"%s\" has a size of %d-bytes." fullword ascii
$x3 = "ERROR: fwrite(%s) failed on ucPayload" fullword ascii
$x4 = "Load and execute implant within the existing thread" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 200KB and 1 of them )