OilRig_Malware_Nov17_13
Description
OilRig_Malware_Nov17_13
Query · yara
strings:
$x1 = "\\Release\\dnscat2.pdb" ascii
$x2 = "cscript.exe //T:20 //Nologo " fullword ascii
$a1 = "taskkill /F /IM cscript.exe" fullword ascii
$a2 = "cmd.exe /c " fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 3000KB and (
pe.imphash() == "0160250adfc97f9d4a12dd067323ec61" or
1 of ($x*) or
all of ($a*)
)