EquationGroup_Toolset_Apr17_SetResourceName
Description
Detects EquationGroup Tool - April Leak
Query · yara
strings:
$x1 = "Updates the name of the dll or executable in the resource file" fullword ascii
$x2 = "*NOTE: SetResourceName does not work with PeddleCheap versions" fullword ascii
$x3 = "2 = [appinit.dll] level4 dll" fullword ascii
$x4 = "1 = [spcss32.exe] level3 exe" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 100KB and 1 of them )