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

25 lines
752 B
YAML
Raw Normal View History

2020-02-12 23:09:16 +02:00
title: AWS RDS Master Password Change
2020-02-12 22:21:52 +02:00
id: 8a63cdd4-6207-414a-85bc-7e032bd3c1a2
status: experimental
2020-09-13 22:03:04 -06:00
description: Detects the change of database master password. It may be a part of data exfiltration.
2020-02-12 22:21:52 +02:00
author: faloker
date: 2020/02/12
2021-08-20 13:43:00 +01:00
modified: 2021/08/20
2020-02-12 22:21:52 +02:00
references:
2021-08-20 13:43:00 +01:00
- https://github.com/RhinoSecurityLabs/pacu/blob/master/pacu/modules/rds__explore_snapshots/main.py
2020-02-12 22:21:52 +02:00
logsource:
2021-11-14 09:56:59 +01:00
product: aws
2020-02-12 22:48:46 +02:00
service: cloudtrail
2020-02-12 22:21:52 +02:00
detection:
2020-02-12 22:48:46 +02:00
selection_source:
2021-08-09 15:41:40 +02:00
eventSource: rds.amazonaws.com
2022-01-06 14:02:35 +01:00
responseElements.pendingModifiedValues.masterUserPassword: '*'
2021-08-09 15:41:40 +02:00
eventName: ModifyDBInstance
condition: selection_source
2020-02-12 22:21:52 +02:00
falsepositives:
- Benign changes to a db instance
2020-09-13 22:03:04 -06:00
level: medium
2020-02-12 22:21:52 +02:00
tags:
- attack.exfiltration
2020-02-12 22:48:46 +02:00
- attack.t1020