Equation_Kaspersky_DoubleFantasy_1
Description
Equation Group Malware - DoubleFantasy
Query · yara
strings: $z1 = "msvcp5%d.dll" fullword ascii $s0 = "actxprxy.GetProxyDllInfo" fullword ascii $s3 = "actxprxy.DllGetClassObject" fullword ascii $s5 = "actxprxy.DllRegisterServer" fullword ascii $s6 = "actxprxy.DllUnregisterServer" fullword ascii $x2 = "191H1a1" fullword ascii $x3 = "November " fullword ascii $x4 = "abababababab" fullword ascii $x5 = "January " fullword ascii $x6 = "October " fullword ascii $x7 = "September " fullword ascii condition: uint16(0) == 0x5a4d and filesize < 350000 and ( ( $z1 ) or ( all of ($s*) and 6 of ($x*) ) )