AWS VPC Flow Logs Deleted

Original Source: [Sigma source]
Title: AWS VPC Flow Logs Deleted
Status: experimental
Description:Detects the deletion of one or more VPC Flow Logs in AWS Elastic Compute Cloud (EC2) through the DeleteFlowLogs API call. Adversaries may delete flow logs to evade detection or remove evidence of network activity, hindering forensic investigations and visibility into malicious operations.
References:
  -https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteFlowLogs.html
  -https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/delete-flow-logs.html
  -https://www.elastic.co/docs/reference/security/prebuilt-rules/rules/integrations/aws/defense_evasion_ec2_flow_log_deletion
Author: Ivan Saakov
Date: 2025-10-19
modified:None
Tags:
  • -'attack.defense-evasion'
Logsource:
  • product: aws
  • service: cloudtrail
Detection:
  selection_event_name:
    eventName: 'DeleteFlowLogs'
  selection_status_success:
    errorCode: 'Success'
  selection_status_null:
    errorCode: 'None'
  condition:selection_event_name and 1 of selection_status_*
Falsepositives:
  -During maintenance operations or testing, authorized administrators may delete VPC Flow Logs as part of routine network management or cleanup activities.
Level: high