WEBSHELL_ASPX_ProxyShell_Aug15
Description
Webshells iisstart.aspx and Logout.aspx
Query · yara
strings:
$g1 = "language=\"JScript\"" ascii
$g2 = "function getErrorWord" ascii
$g3 = "errorWord" ascii
$g4 = "Response.Redirect" ascii
$g5 = "function Page_Load" ascii
$g6 = "runat=\"server\"" ascii
$g7 = "Request[" ascii
$g8 = "eval/*" ascii
$s1 = "AppcacheVer" ascii /* HTTP Request Parameter */
//$s2 = "clientCode" ascii /* HTTP Request Parameter */
$s3 = "LaTkWfI64XeDAXZS6pU1KrsvLAcGH7AZOQXjrFkT816RnFYJQR" ascii
$fp1 = "<input type=\"submit\" Value=\"Refresh This Page\""
condition:
filesize < 1KB
and (
1 of ($s*)
or 4 of ($g*)
)
and not 1 of ($fp*)