LoFP LoFP / verify if the modification or deletion was performed by an authorized administrator.

Techniques

Sample rules

Modification or Deletion of an AWS RDS Cluster

Description

Detects modifications to an RDS cluster or its deletion, which may indicate potential data exfiltration attempts, unauthorized access, or exposure of sensitive information.

Detection logic

condition: selection
selection:
  eventName:
  - ModifyDBCluster
  - DeleteDBCluster
  eventSource: rds.amazonaws.com