MAL_BurningUmbrella_Sample_21
Description
Detects malware sample from Burning Umbrella report
Query · yara
strings:
$s1 = "c:\\windows\\ime\\setup.exe" fullword ascii
$s2 = "ws.run \"later.bat /start\",0Cet " fullword ascii
$s3 = "del later.bat" fullword ascii
$s4 = "mycrs.xls" fullword ascii
$a1 = "-el -s2 \"-d%s\" \"-p%s\" \"-sp%s\"" fullword ascii
$a2 = "<set ws=wscript.createobject(\"wscript.shell\")" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 500KB and 2 of them