Techniques
Sample rules
Deprecated - AWS RDS Security Group Deletion
- source: elastic
- technicques:
- T1531
Description
Identifies the deletion of an Amazon Relational Database Service (RDS) Security group. Modern RDS deployments run in a VPC and use standard EC2 security groups instead. This rule should be retained only for historical log analysis on legacy CloudTrail data. We recommend relying on “AWS EC2 Security Group Configuration Change” rule for network-control changes impacting RDS in VPC-based deployments.
Detection logic
event.dataset:aws.cloudtrail and event.provider:rds.amazonaws.com and event.action:DeleteDBSecurityGroup and event.outcome:success