Detection rules › Sigma
AWS CloudTrail Important Change
Detects disabling, deleting and updating of a Trail
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Defense Impairment | T1685.002 Disable or Modify Tools: Disable or Modify Cloud Log |
Event coverage
Rules detecting the same action
Other rules on this platform that filter on the same API call or operation.
- Attempt To Delete A CloudTrail Log (Sigma)
- Attempt To Modify CloudTrail Log Settings (Sigma)
- Attempt To Stop CloudTrail Logging (Sigma)
- AWS CloudTrail Log Deleted (Elastic)
- AWS CloudTrail Log Suspended (Elastic)
- AWS CloudTrail Log Updated (Elastic)
- AWS Defense Evasion Delete Cloudtrail (Splunk)
- AWS Defense Evasion Stop Logging Cloudtrail (Splunk)
Rule body yaml
title: AWS CloudTrail Important Change
id: 4db60cc0-36fb-42b7-9b58-a5b53019fb74
status: test
description: Detects disabling, deleting and updating of a Trail
references:
- https://docs.aws.amazon.com/awscloudtrail/latest/userguide/best-practices-security.html
author: vitaliy0x1
date: 2020-01-21
modified: 2022-10-09
tags:
- attack.defense-impairment
- attack.t1685.002
logsource:
product: aws
service: cloudtrail
detection:
selection_source:
eventSource: cloudtrail.amazonaws.com
eventName:
- StopLogging
- UpdateTrail
- DeleteTrail
condition: selection_source
falsepositives:
- Valid change in a Trail
level: medium
Stages and Predicates
Stage 0: condition
selection_sourceStage 1: selection_source
selection_source:
eventSource: cloudtrail.amazonaws.com
eventName:
- StopLogging
- UpdateTrail
- DeleteTrail
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.
| Field | Kind | Values |
|---|---|---|
eventName | eq |
|
eventSource | eq |
|