mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
26 lines
936 B
YAML
26 lines
936 B
YAML
title: ProxyLogon Reset Virtual Directories Based On IIS Log
|
||
id: effee1f6-a932-4297-a81f-acb44064fa3a
|
||
status: experimental
|
||
description: When exploiting this vulnerability with CVE-2021–26858, an SSRF attack is used to manipulate virtual directories
|
||
references:
|
||
- https://bi-zone.medium.com/hunting-down-ms-exchange-attacks-part-1-proxylogon-cve-2021-26855-26858-27065-26857-6e885c5f197c
|
||
author: frack113
|
||
date: 2021/08/10
|
||
logsource:
|
||
product: windows
|
||
category: webserver
|
||
definition: w3c-logging must be enable https://docs.microsoft.com/en-us/windows/win32/http/w3c-logging
|
||
detection:
|
||
selection:
|
||
cs-method: 'POST'
|
||
sc-status: 200
|
||
cs-uri-stem|startswith: '/ecp/DDI/DDIService.svc/SetObject'
|
||
cs-uri-stem|contains|all:
|
||
- 'schema=Reset'
|
||
- 'VirtualDirectory'
|
||
cs-username|endswith: '$'
|
||
condition: selection
|
||
falsepositives:
|
||
- Unlikely
|
||
level: critical
|