EquationGroup_PC_Level3_http_flav_dll_x64
Description
EquationGroup Malware - file PC_Level3_http_flav_dll_x64
Query · yara
strings:
$s1 = "Psxssdll.dll" fullword wide
$s2 = "Posix Server Dll" fullword wide
$s3 = ".?AVOpenSocket@@" fullword ascii
$s4 = "RHTTP/1.0" fullword wide
$s5 = "Copyright (C) Microsoft" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 400KB and ( all of ($s*) ) ) or ( all of them )