Exchange Exploitation CVE-2021-28480


Description

Detects successful exploitation of Exchange vulnerability as reported in CVE-2021-28480

Query · sigma

selection:
  cs-uri-query|contains: /owa/calendar/a
  cs-method: POST
filter_main_status:
  sc-status: 503
condition: selection and not 1 of filter_*

Known false positives

  • Unknown
Raw source Exchange Exploitation CVE-2021-28480 · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: Exchange Exploitation CVE-2021-28480
id: a2a9d722-0acb-4096-bccc-daaf91a5037b
status: test
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 (Nextron Systems)
date: 2021-05-14
modified: 2023-01-02
tags:
    - attack.initial-access
    - attack.t1190
    - cve.2021-28480
    - detection.emerging-threats
logsource:
    category: webserver
detection:
    selection:
        cs-uri-query|contains: '/owa/calendar/a'
        cs-method: 'POST'
    filter_main_status:
        sc-status: 503
    condition: selection and not 1 of filter_*
falsepositives:
    - Unknown
level: critical

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.