Skip to content

AWS Events

Amazon Web Services (AWS) specific security events, detections, and incident response procedures. These events are typically sourced from AWS CloudTrail, CloudWatch, VPC Flow Logs, and other AWS native logging services.

  • Console Login Anomalies: Unusual sign-in patterns or locations
  • IAM Privilege Escalation: Unauthorized role assumptions or policy modifications
  • S3 Bucket Exposure: Public bucket configurations or data exfiltration
  • EC2 Instance Compromise: Unauthorized instance access or lateral movement
  • Lambda Function Abuse: Serverless function exploitation for persistence
  • AWS CloudTrail: API call logging and user activity
  • AWS CloudWatch: Application and infrastructure monitoring
  • VPC Flow Logs: Network traffic analysis
  • AWS Config: Configuration change tracking
  • Amazon GuardDuty: Threat detection service

AWS DeleteDBInstance

Permanently deletes an RDS database instance, with an option to take a final snapshot before deletion.

Cloud Service: AWS - RDS
Tactics:
Techniques:

AWS DeleteObject

Deletes a single object from an S3 bucket; with versioning enabled, a delete marker is created instead.

Cloud Service: AWS - S3
Tactics:
Techniques:

AWS DeleteObjects

Deletes multiple S3 objects in a single batch request, more efficient than individual delete operations.

Cloud Service: AWS - S3
Tactics:
Techniques:

AWS DeleteVolume

Permanently deletes an EBS volume; the volume must be detached from any instance before deletion.

Cloud Service: AWS - EC2
Tactics:
Techniques:

AWS DisableKey

Disables a KMS encryption key, preventing any operations that depend on it until the key is re-enabled.

Cloud Service: AWS - KMS
Tactics:
Techniques:

AWS Invoke

Invokes a Lambda function synchronously or asynchronously, triggering its execution with an optional input payload.

Cloud Service: AWS - Lambda
Tactics:
Techniques:

AWS PutImage

Pushes a container image to ECR, potentially introducing backdoored images into the deployment pipeline.

Cloud Service: AWS - ECR
Tactics:
Techniques:

AWS PutRule

Creates an EventBridge rule that triggers on specific events, used for persistent execution of Lambda or other targets.

Cloud Service: AWS - EventBridge
Tactics:
Techniques: