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.

  • 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 DeleteAccessKey

Permanently deletes an IAM user's access key, revoking the associated programmatic access credentials.

Cloud Service: AWS - IAM
Tactics:
Techniques:

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 DeleteUser

Permanently deletes an IAM user; all attached policies, group memberships, and keys must be removed first.

Cloud Service: AWS - IAM
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

Registers a container image manifest in ECR (the layer blobs are uploaded separately), finalizing an image push and potentially introducing a backdoored image into the 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: