Techniques
Sample rules
AWS Deletion of RDS Instance or Cluster
- source: elastic
- technicques:
- T1485
Description
Identifies the deletion of an Amazon Relational Database Service (RDS) Aurora database cluster, global database cluster, or database instance.
Detection logic
event.dataset:aws.cloudtrail and event.provider:rds.amazonaws.com and event.action:(DeleteDBCluster or DeleteGlobalCluster or DeleteDBInstance)
and event.outcome:success