Files
blue-team-tools/rules/cloud/aws_rds_public_db_restore.yml
T

26 lines
779 B
YAML
Raw Normal View History

2020-02-12 23:09:16 +02:00
title: Restore Public AWS RDS Instance
2020-02-12 22:21:52 +02:00
id: c3f265c7-ff03-4056-8ab2-d486227b4599
status: experimental
2020-09-13 22:03:04 -06:00
description: Detects the recovery of a new public database instance from a snapshot. It may be a part of data exfiltration.
2020-02-12 22:21:52 +02:00
author: faloker
date: 2020/02/12
modified: 2020/09/01
2020-02-12 22:21:52 +02:00
references:
2020-02-12 22:48:46 +02:00
- https://github.com/RhinoSecurityLabs/pacu/blob/master/modules/rds__explore_snapshots/main.py#L10
2020-02-12 22:21:52 +02:00
logsource:
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:
- eventSource: rds.amazonaws.com
selection_ispublic:
- responseElements.publiclyAccessible: "true"
selection_eventname:
- eventName: RestoreDBInstanceFromDBSnapshot
condition: all of them
2020-02-12 22:21:52 +02:00
falsepositives:
- unknown
2020-09-13 22:03:04 -06:00
level: high
2020-02-12 22:21:52 +02:00
tags:
- attack.exfiltration
2020-02-12 22:48:46 +02:00
- attack.t1020