Malware_QA_1177
Description
VT Research QA uploaded malware - file 1177.vbs
Query · yara
strings:
$x1 = ".specialfolders (\"startup\") & \"\\ServerName.EXE\"" fullword ascii
$x2 = "expandenvironmentstrings(\"%%InsallDir%%\") " ascii
$s1 = "CreateObject(\"WScript.Shell\").Run(" ascii
$s2 = "TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAA" ascii
$s3 = "cial Thank's to Dev-point.com" fullword ascii
$s4 = ".createElement(\"tmp\")" fullword ascii
$s5 = "'%CopyToStartUp%" fullword ascii
condition:
( uint16(0) == 0x4d27 and filesize < 100KB and ( 1 of ($x*) or 4 of ($s*) ) )
or ( 5 of them )