SUSP_IIS_Config_ProxyShell_Artifacts
Description
Detects suspicious virtual directory configured in IIS pointing to a ProgramData folder (as found in attacks against Exchange servers in August 2021)
Query · yara
strings:
$a1 = "<site name=" ascii /* marker used to select IIS configs */
$a2 = "<sectionGroup name=\"system.webServer\">" ascii
$s1 = " physicalPath=\"C:\\ProgramData\\" ascii
condition:
filesize < 500KB and all of ($a*) and 1 of ($s*)