AWS CloudTrail Log Deleted
Description
Detects deletion of an AWS CloudTrail trail via DeleteTrail API. Removing trails is a high-risk action that destroys an audit control plane and is frequently paired with other destructive or stealthy operations. Validate immediately and restore compliant logging.
Query · kuery
data_stream.dataset: "aws.cloudtrail"
and event.provider: "cloudtrail.amazonaws.com"
and event.action: "DeleteTrail"
and event.outcome: "success"
Investigation fields
Pivot points the source recommends for triage.
@timestampuser.nameuser_agent.originalsource.ipaws.cloudtrail.user_identity.arnaws.cloudtrail.user_identity.typeaws.cloudtrail.user_identity.access_key_idevent.actionevent.outcomecloud.account.idcloud.regionaws.cloudtrail.request_parameters
Known false positives
- Trail deletions may be made by a system or network administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment. Trail deletions by unfamiliar users or hosts should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
Analyst notes
Investigating AWS CloudTrail Log Deleted
AWS CloudTrail is a service that enables governance, compliance, and operational and risk auditing of your AWS account. It logs API calls and related events, providing visibility into user activity. This rule identifies the deletion of an AWS log trail using the DeleteTrail API. Deleting a trail can eliminate visibility and is a strong indicator of defense evasion or sabotage.
Possible investigation steps
- Actor & target
- Identify
aws.cloudtrail.user_identity.arn,user_agent.original,source.ip. - Confirm which trail was deleted (name/ARN, multi-region/organization status) from
aws.cloudtrail.request_parameters. - Blast radius
- Determine whether it was the only trail or if organization/multi-region coverage remains.
- Review preceding
StopLoggingorUpdateTrailand subsequent high-risk actions (IAM, S3, KMS, EC2 exports). - Data preservation
- Verify S3 destinations and CloudWatch log groups for retained historical logs and file integrity validation.
False positive analysis
- Planned deletion: Validate with tickets and decommissioning plans; ensure replacement/alternate trails exist.
Response and remediation
- Recreate or re-enable compliant multi-region (or organization) trails immediately.
- Investigate the actor’s recent activity; rotate creds if compromise is suspected.
- Validate destination bucket policies, CMK policies, and event selectors for all active trails.
- Hardening: Restrict
cloudtrail:DeleteTrailand enforce guardrails via AWS Config/SCPs; alert on future deletions.
Additional information
- AWS IR Playbooks
- AWS Customer Playbook Framework
- Security Best Practices: AWS Knowledge Center – Security Best Practices.