OilRig_ISMAgent_Campaign_Samples2
Description
Detects OilRig malware from Unit 42 report in October 2017
Query · yara
strings:
$x1 = "PolicyConverter.exe" fullword wide
$x2 = "SrvHealth.exe" fullword wide
$x3 = "srvBS.txt" fullword wide
$s1 = "{a3538ba3-5cf7-43f0-bc0e-9b53a98e1643}, PublicKeyToken=3e56350693f7355e" fullword wide
$s2 = "C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\RegAsm.exe" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 700KB and ( 2 of ($x*) or 3 of them )