WEBSHELL_ASPX_Sharepoint_Drop_CVE_2025_53770_Jul25
Description
Detects ASPX web shell dropped during the exploitation of SharePoint RCE vulnerability CVE-2025-53770
Query · yara
strings:
$x1 = "var sy = System.Reflection.Assembly.Load(" ascii
$x2 = "Response.Write(cg.ValidationKey+" ascii
$s1 = "<script runat=\"server\" language=\"c#\" CODEPAGE=\"65001\">" ascii fullword
condition:
filesize < 4KB
and 1 of ($x*)
or all of them