EquationGroup_Toolset_Apr17_DS_ParseLogs
Description
Detects EquationGroup Tool - April Leak
Query · yara
strings:
$x1 = "* Size (%d) of remaining capture file is too small to contain a valid header" fullword wide
$x2 = "* Capture header not found at start of buffer" fullword wide
$x3 = "Usage: %ws <capture_file> <results_prefix>" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 100KB and 1 of them )