Files
blue-team-tools/rules/cloud/aws/aws_enum_network.yml
T
2022-12-16 09:24:19 +01:00

29 lines
829 B
YAML

title: Network Enumeration on AWS
id: c3d53999-4b14-4ddd-9d9b-e618c366b54d
status: experimental
description: Identifies when network enumeration is performed on AWS.
references:
- https://unit42.paloaltonetworks.com/compromised-cloud-compute-credentials/
author: Janantha Marasinghe
date: 2022/12/13
tags:
- attack.discovery
- attack.t1016
logsource:
product: aws
service: cloudtrail
detection:
selection:
eventSource: ec2.amazonaws.com
eventName:
- DescribeCarrierGateways
- DescribeVpcEndpointConnectionNotifications
- DescribeTransitGatewayMulticastDomains
- DescribeClientVpnRoutes
- DescribeDhcpOptions
- GetTransitGatewayRouteTableAssociations
condition: selection
falsepositives:
- Unknown
level: low