turbot/tailpipe-mod-aws-cloudtrail-log-detections

Query: waf_web_acl_disassociated_from_elb_application_load_balancer

Usage

powerpipe query aws_cloudtrail_log_detections.query.waf_web_acl_disassociated_from_elb_application_load_balancer

Tailpipe Tables

SQL

select
tp_timestamp as timestamp,
string_split(event_source, '.')[1] || ':' || event_name as operation,
request_parameters ->> 'resourceArn' as resource,
user_identity.arn as actor,
tp_source_ip as source_ip,
tp_index as account_id,
aws_region as region,
tp_id as source_id,
*
from
aws_cloudtrail_log
where
event_source = 'wafv2.amazonaws.com'
and event_name = 'DisassociateWebACL'
and (request_parameters ->> 'resourceArn') like '%elasticloadbalancing:%:%:loadbalancer/app/%'
and error_code is null
order by
event_time desc;

Detections

The query is being used by the following detections: