CN_disclosed_20180208_c
Description
Detects malware from disclosed CN malware set
Query · yara
strings:
$x1 = "cmd.exe /c ping 0 -n 2 & del \"" fullword wide
$x2 = "schtasks /create /sc minute /mo 1 /tn Server /tr " fullword wide
$x3 = "www.upload.ee/image/" wide
$s1 = "winmgmts:\\\\.\\root\\SecurityCenter2" fullword wide
$s2 = "/Server.exe" fullword wide
$s3 = "Executed As " fullword wide
$s4 = "WmiPrvSE.exe" fullword wide
$s5 = "Stub.exe" fullword ascii
$s6 = "Download ERROR" fullword wide
$s7 = "shutdown -r -t 00" fullword wide
$s8 = "Select * From AntiVirusProduct" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 100KB and (
1 of ($x*) or
4 of them
)