CN_disclosed_20180208_System3
Description
Detects malware from disclosed CN malware set
Query · yara
strings:
$a1 = "WmiPrvSE.exe" fullword wide
$s1 = "C:\\Users\\sgl\\AppData\\Local\\" ascii
$s2 = "Temporary Projects\\WmiPrvSE\\" ascii
$s3 = "$15a32a5d-4906-458a-8f57-402311afc1c1" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 200KB and $a1 and 1 of ($s*)