Susp_PowerShell_Sep17_1
Description
Detects suspicious PowerShell script in combo with VBS or JS
Query · yara
strings:
$x1 = "Process.Create(\"powershell.exe -nop -w hidden" fullword ascii nocase
$x2 = ".Run\"powershell.exe -nop -w hidden -c \"\"IEX " ascii
$s1 = "window.resizeTo 0,0" fullword ascii
condition:
( filesize < 2KB and 1 of them )