fix: correct the provider for the create, delete and modify routes in EC2 VPCs (#3500)
This commit is contained in:
@@ -39,7 +39,7 @@ timestamp_override = "event.ingested"
|
||||
type = "query"
|
||||
|
||||
query = '''
|
||||
event.dataset:aws.cloudtrail and event.provider:cloudtrail.amazonaws.com and event.action:(CreateRoute or CreateRouteTable) and
|
||||
event.dataset:aws.cloudtrail and event.provider:ec2.amazonaws.com and event.action:(CreateRoute or CreateRouteTable) and
|
||||
event.outcome:success
|
||||
'''
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ timestamp_override = "event.ingested"
|
||||
type = "query"
|
||||
|
||||
query = '''
|
||||
event.dataset:aws.cloudtrail and event.provider:cloudtrail.amazonaws.com and event.action:(ReplaceRoute or ReplaceRouteTableAssociation or
|
||||
event.dataset:aws.cloudtrail and event.provider:ec2.amazonaws.com and event.action:(ReplaceRoute or ReplaceRouteTableAssociation or
|
||||
DeleteRouteTable or DeleteRoute or DisassociateRouteTable) and event.outcome:success
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user