AWS Bucket Deleted
Description
Detects the deletion of S3 buckets in AWS CloudTrail logs. Monitoring the deletion of S3 buckets is critical for security and data integrity, as it may indicate potential data loss or unauthorized access attempts.
Query · sigma
selection_event_name: eventName: DeleteBucket selection_status_success: errorCode: Success selection_status_null: errorCode: null condition: selection_event_name and 1 of selection_status_*
Known false positives
- During maintenance operations or testing, authorized administrators may delete S3 buckets as part of routine data management or cleanup activities.