SigmaHQ/rules/cloud/aws/aws_rds_change_master_password.yml

24 lines
735 B
YAML
Raw Normal View History

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