LOG_ProxyNotShell_POC_CVE_2022_41040_Nov22
Description
Detects logs generated after a successful exploitation using the PoC code against CVE-2022-41040 and CVE-2022-41082 (aka ProxyNotShell) in Microsoft Exchange servers
Query · yara
strings:
$aa1 = " POST " ascii wide
$aa2 = " GET " ascii wide
$ab1 = " 200 " ascii wide
$s01 = "/autodiscover.json x=a" ascii wide
$s02 = "/autodiscover/admin@localhost/" ascii wide
condition:
1 of ($aa*) and $ab1 and 1 of ($s*)