Files
blue-team-tools/rules/cloud/aws/aws_enum_network.yml
T

31 lines
895 B
YAML
Raw Normal View History

2022-12-29 05:46:36 +11:00
title: Potential Network Enumeration on AWS
2022-12-16 09:24:19 +01:00
id: c3d53999-4b14-4ddd-9d9b-e618c366b54d
status: experimental
2022-12-29 05:46:36 +11:00
description: Detects network enumeration performed on AWS.
2022-12-16 09:24:19 +01:00
references:
- https://unit42.paloaltonetworks.com/compromised-cloud-compute-credentials/
author: Janantha Marasinghe
date: 2022/12/13
2022-12-29 05:46:36 +11:00
modified: 2022/12/28
2022-12-16 09:24:19 +01:00
tags:
- attack.discovery
- attack.t1016
logsource:
product: aws
service: cloudtrail
detection:
selection:
2022-12-23 11:01:57 +01:00
eventSource: 'ec2.amazonaws.com'
eventName:
- 'DescribeCarrierGateways'
- 'DescribeVpcEndpointConnectionNotifications'
- 'DescribeTransitGatewayMulticastDomains'
- 'DescribeClientVpnRoutes'
- 'DescribeDhcpOptions'
- 'GetTransitGatewayRouteTableAssociations'
2022-12-22 07:56:14 +11:00
timeframe: 10m
2022-12-23 12:32:05 +01:00
condition: selection | count() > 5
2022-12-16 09:24:19 +01:00
falsepositives:
- Unknown
level: low