WEBSHELL_ASPX_ProxyShell_Aug21_2
Description
Detects webshells dropped by ProxyShell exploitation based on their file header (must be PST), size and content
Query · yara
strings:
$s1 = "Page Language=" ascii nocase
condition:
uint32(0) == 0x4e444221 /* PST header: !BDN */
and filesize < 2MB
and $s1