Files
blue-team-tools/rules/web/web_exchange_cve_2020_0688_exploit.yml
T

25 lines
537 B
YAML
Raw Normal View History

2020-02-27 12:56:56 +01:00
title: CVE-2020-0688 Exploitation Attempt
2020-02-27 12:51:10 +01:00
id: 7c64e577-d72e-4c3d-9d75-8de6d1f9146a
2021-11-27 11:33:14 +01:00
status: test
2020-02-27 12:51:10 +01:00
description: Detects CVE-2020-0688 Exploitation attempts
author: NVISO
2020-09-15 07:02:30 -06:00
references:
- https://github.com/Ridter/cve-2020-0688
2021-11-27 11:33:14 +01:00
date: 2020/02/27
modified: 2021/11/27
2020-02-27 12:51:10 +01:00
logsource:
category: webserver
detection:
selection:
2020-02-27 13:23:25 +01:00
c-uri|contains|all:
2022-01-11 13:40:53 +01:00
- '/ecp/default.aspx'
- '__VIEWSTATEGENERATOR='
- '__VIEWSTATE='
2020-02-27 12:51:10 +01:00
condition: selection
falsepositives:
- Unknown
level: high
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.initial_access
- attack.t1190