Webserver Request Matching for CVE-2020-0688 Exploitation Attempt
Alerts when webserver URI queries include /ecp/default.aspx with __VIEWSTATEGENERATOR and __VIEWSTATE consistent with CVE-2020-0688 probing.
- Category
- webserver
- Author
- NVISO (SigmaHQ), DRL 1.1
- Published
- 2020-02-27
- Updated
- 2026-07-31
ATT&CK techniques
Initial AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies web requests whose URI query contains the Exchange ecx/default.aspx endpoint along with ASP.NET ViewState parameters (__VIEWSTATEGENERATOR and __VIEWSTATE). Attackers may use crafted ViewState data to target known vulnerable behavior, making these specific query components a useful early signal. The detection relies on webserver telemetry that captures the full request URI query string.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: Webserver Request Matching for CVE-2020-0688 Exploitation Attempt
id: 7e35a2ab-e97d-4563-806b-0a8167a2b459
status: test
description: This rule identifies web requests whose URI query contains the Exchange ecx/default.aspx endpoint along with ASP.NET ViewState parameters (__VIEWSTATEGENERATOR and __VIEWSTATE). Attackers may use crafted ViewState data to target known vulnerable behavior, making these specific query components a useful early signal. The detection relies on webserver telemetry that captures the full request URI query string.
references:
- https://github.com/Ridter/cve-2020-0688
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2020/Exploits/CVE-2020-0688/web_cve_2020_0688_exchange_exploit.yml
author: NVISO, Huntrule Team
date: 2020-02-27
modified: 2023-01-02
tags:
- attack.initial-access
- attack.t1190
- cve.2020-0688
- detection.emerging-threats
logsource:
category: webserver
detection:
selection:
cs-uri-query|contains|all:
- /ecp/default.aspx
- __VIEWSTATEGENERATOR=
- __VIEWSTATE=
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: 7c64e577-d72e-4c3d-9d75-8de6d1f9146a
type: derived