2020-02-12 21:09:16 +00:00
|
|
|
title: AWS RDS Master Password Change
|
2020-02-12 20:21:52 +00:00
|
|
|
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.
|
2020-02-12 20:21:52 +00:00
|
|
|
author: faloker
|
|
|
|
date: 2020/02/12
|
2021-08-20 12:43:00 +00:00
|
|
|
modified: 2021/08/20
|
2020-02-12 20:21:52 +00:00
|
|
|
references:
|
2021-08-20 12:43:00 +00:00
|
|
|
- https://github.com/RhinoSecurityLabs/pacu/blob/master/pacu/modules/rds__explore_snapshots/main.py
|
2020-02-12 20:21:52 +00:00
|
|
|
logsource:
|
2020-02-12 20:48:46 +00:00
|
|
|
service: cloudtrail
|
2020-02-12 20:21:52 +00:00
|
|
|
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
|
2020-02-12 20:21:52 +00:00
|
|
|
falsepositives:
|
|
|
|
- Benign changes to a db instance
|
2020-09-14 04:03:04 +00:00
|
|
|
level: medium
|
2020-02-12 20:21:52 +00:00
|
|
|
tags:
|
2020-09-03 14:16:47 +00:00
|
|
|
- attack.exfiltration
|
2020-02-12 20:48:46 +00:00
|
|
|
- attack.t1020
|