LOG_EXPL_ProxyToken_Exploitation_Aug21_1
Description
Detects ProxyToken CVE-2021-33766 exploitation attempts on an unpatched system
Query · yara
strings:
$ss0 = "POST " ascii
$ss1 = " 500 0 0"
$sa1 = "/ecp/" ascii
$sa2 = "/RulesEditor/InboxRules.svc/NewObject" ascii
$sb1 = "/ecp/" ascii
$sb2 = "SecurityToken=" ascii
condition:
all of ($ss*) and ( all of ($sa*) or all of ($sb*) )