Files
blue-team-tools/rules/cloud/aws/aws_cloudtrail_disable_logging.yml
T

27 lines
707 B
YAML
Raw Normal View History

2020-01-29 20:25:46 +01:00
title: AWS CloudTrail Important Change
2020-01-21 15:06:44 +02:00
id: 4db60cc0-36fb-42b7-9b58-a5b53019fb74
status: experimental
2020-09-13 22:03:04 -06:00
description: Detects disabling, deleting and updating of a Trail
2020-01-21 15:06:44 +02:00
author: vitaliy0x1
2020-01-29 20:25:46 +01:00
date: 2020/01/21
2021-08-09 15:41:40 +02:00
modified: 2021/08/09
2020-01-21 15:06:44 +02:00
references:
2020-06-16 14:46:08 -06:00
- https://docs.aws.amazon.com/awscloudtrail/latest/userguide/best-practices-security.html
2020-01-21 15:06:44 +02:00
logsource:
2021-11-14 09:56:59 +01:00
product: aws
2020-06-16 14:46:08 -06:00
service: cloudtrail
2020-01-21 15:06:44 +02:00
detection:
2020-06-16 14:46:08 -06:00
selection_source:
2021-08-09 15:41:40 +02:00
eventSource: cloudtrail.amazonaws.com
eventName:
2020-06-16 14:46:08 -06:00
- StopLogging
- UpdateTrail
- DeleteTrail
2021-08-09 15:41:40 +02:00
condition: selection_source
2020-01-21 15:06:44 +02:00
falsepositives:
- Valid change in a Trail
2020-09-13 22:03:04 -06:00
level: medium
2020-01-21 15:06:44 +02:00
tags:
2020-07-18 02:41:10 +01:00
- attack.defense_evasion
2020-06-16 14:46:08 -06:00
- attack.t1562.001