WEBSHELL_ASPX_SimpleSeeSharp
Description
A simple ASPX Webshell that allows an attacker to write further files to disk.
Query · yara
strings:
$header = "<%@ Page Language=\"C#\" %>"
$body = "<% HttpPostedFile thisFile = Request.Files[0];thisFile.SaveAs(Path.Combine"
condition:
$header at 0 and
$body and
filesize < 1KB