cve20200688_exchange_exploitation_via_web_log
Description
Detects the exploitation of Microsoft Exchange vulnerability as described in CVE-2020-0688 License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection1.network.http.method = "GET" and (re.regex($selection1.target.url, `.*/ecp/.*`) or re.regex($selection1.target.url, `.*/owa/.*`)) and re.regex($selection1.target.url, `.*__VIEWSTATE=.*`))
condition:
$selection1