WEBSHELL_ASPX_ProxyShell_Aug21_1
Description
Detects webshells dropped by ProxyShell exploitation based on their file header (must be PST) and extension
Query · yara
condition:
uint32(0) == 0x4e444221 /* PST header: !BDN */
and extension == ".aspx"