Detection rules › Sigma

New member added to an Exchange administration group (high risk)

Status
experimental
Severity
medium
Log source
product windows, service security
Author
mdecrevoisier
Source
github.com/mdecrevoisier/SIGMA-detection-rules

Detects scenarios where a new member is added to a sensitive group related to Exchange server

MITRE ATT&CK coverage

TacticTechniques
PersistenceT1098 Account Manipulation

Event coverage

Rule body yaml

title: New member added to an Exchange administration group (high risk)
description: Detects scenarios where a new member is added to a sensitive group related to Exchange server
references:
- https://msexchangeguru.com/2015/12/18/rbac-2016/
- https://github.com/mdecrevoisier/EVTX-to-MITRE-Attack/tree/master/TA0003-Persistence/T1098.xxx-Account%20manipulation
tags:
- attack.persistence
- attack.t1098
author: mdecrevoisier
status: experimental
logsource:
  product: windows
  service: security
detection:
  selection:
    EventID:
      - 4728 # security global group member added
      - 4756 # universal group member added
      - 4732 # local and domain local group member added
    TargetUserName:
      #- 'Exchange Trusted Subsystem' > See related rule for DC sync group change
      #- 'Exchange Windows Permissions' > See related rule for DC sync group change
      - 'Exchange Organization Administrators'
      - 'Exchange Public Folder Administrators'
      - 'Exchange Recipient Administrators'
      - 'Security Administrator'
      - 'Exchange Domain Servers'
      - 'Exchange Enterprise Servers'
      - 'Exchange Servers'
  condition: selection
falsepositives:
- Exchange administrator updating server configuration
- Exchange upgrade or migration
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
  EventID:
    - 4728
    - 4756
    - 4732
  TargetUserName:
    - 'Exchange Organization Administrators'
    - 'Exchange Public Folder Administrators'
    - 'Exchange Recipient Administrators'
    - 'Security Administrator'
    - 'Exchange Domain Servers'
    - 'Exchange Enterprise Servers'
    - 'Exchange Servers'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
TargetUserNameeq
  • Exchange Domain Servers
  • Exchange Enterprise Servers
  • Exchange Organization Administrators
  • Exchange Public Folder Administrators
  • Exchange Recipient Administrators
  • Exchange Servers
  • Security Administrator