StoneDrill_Malware_2
Description
Detects malware from StoneDrill threat report
Query · yara
strings:
$s1 = "cmd /c WMIC Process Call Create \"C:\\Windows\\System32\\Wscript.exe //NOLOGO " fullword wide
$s2 = "C:\\ProgramData\\InternetExplorer" fullword wide
$s3 = "WshShell.CopyFile \"" fullword wide
$s4 = "Abd891.tmp" fullword wide
$s5 = "Set WshShell = Nothing" fullword wide
$s6 = "AaCcdDeFfGhiKLlMmnNoOpPrRsSTtUuVvwWxyZz32" fullword ascii
$s7 = "\\FileInfo.txt" wide
$x1 = "C-PDI-C-Cpy-T.vbs" fullword wide
$x2 = "C-Dlt-C-Org-T.vbs" fullword wide
$x3 = "C-PDC-C-Cpy-T.vbs" fullword wide
$x4 = "AC-PDC-C-Cpy-T.vbs" fullword wide
$x5 = "C-Dlt-C-Trsh-T.tmp" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 700KB and ( 1 of ($x*) or 3 of ($s*) ) ) or 5 of them