Molerats_Jul17_Sample_5
Description
Detects Molerats sample - July 2017
Query · yara
strings:
$x1 = "powershell.exe -nop -c \"iex" nocase ascii
$x2 = ".run('%windir%\\\\SysWOW64\\\\WindowsPowerShell\\\\" ascii
$a1 = "Net.WebClient).DownloadString" nocase ascii
$a2 = "gist.githubusercontent.com" nocase ascii
condition:
filesize < 200KB and ( 1 of ($x*) or 2 of them )