WEBSHELL_ASPX_ProxyShell_Aug21_3
Description
Detects webshells dropped by ProxyShell exploitation based on their file header (must be DER), size and content
Query · yara
strings:
$s1 = "Page Language=" ascii nocase
condition:
uint16(0) == 0x8230 /* DER start */
and filesize < 10KB
and $s1