mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
23 lines
605 B
YAML
23 lines
605 B
YAML
title: Exchange Exploitation CVE-2021-28480
|
|
id: a2a9d722-0acb-4096-bccc-daaf91a5037b
|
|
status: experimental
|
|
description: Detects successful exploitation of Exchange vulnerability as reported in CVE-2021-28480
|
|
references:
|
|
- https://twitter.com/GossiTheDog/status/1392965209132871683?s=20
|
|
author: Florian Roth
|
|
date: 2021/05/14
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1190
|
|
logsource:
|
|
category: webserver
|
|
detection:
|
|
selection:
|
|
c-uri|contains: '/owa/calendar/a'
|
|
cs-method: 'POST'
|
|
filter:
|
|
sc-status: 503
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Unknown
|
|
level: critical |