-
Notifications
You must be signed in to change notification settings - Fork 232
Expand file tree
/
Copy pathenumerate-aws-ec2.yml
More file actions
62 lines (62 loc) · 2.74 KB
/
enumerate-aws-ec2.yml
File metadata and controls
62 lines (62 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
rule:
meta:
name: enumerate AWS EC2
namespace: host-interaction/cloud/aws
authors:
- maximemorin@google.com
scopes:
static: function
dynamic: call
att&ck:
- Discovery::Cloud Service Discovery [T1526]
- Discovery::System Information Discovery [T1082]
- Discovery::System Network Configuration Discovery [T1016]
references:
- https://unit42.paloaltonetworks.com/teamtnt-operations-cloud-environments/
- https://docs.aws.amazon.com/cli/latest/reference/ec2/index.html
features:
- or:
- string: "aws ec2 describe-account-attributes"
- string: "aws ec2 describe-addresses"
- string: "aws ec2 describe-bundle-tasks"
- string: "aws ec2 describe-classic-link-instances"
- string: "aws ec2 describe-conversion-tasks"
- string: "aws ec2 describe-customer-gateways"
- string: "aws ec2 describe-dhcp-options"
- string: "aws ec2 describe-export-tasks"
- string: "aws ec2 describe-flow-logs"
- string: "aws ec2 describe-host-reservations"
- string: "aws ec2 describe-hosts"
- string: "aws ec2 describe-images"
- string: "aws ec2 describe-import-image-tasks"
- string: "aws ec2 describe-import-snapshot-tasks"
- string: "aws ec2 describe-instance-status"
- string: "aws ec2 describe-instances"
- string: "aws ec2 describe-internet-gateways"
- string: "aws ec2 describe-key-pairs"
- string: "aws ec2 describe-moving-addresses"
- string: "aws ec2 describe-nat-gateways"
- string: "aws ec2 describe-network-acls"
- string: "aws ec2 describe-network-interfaces"
- string: "aws ec2 describe-placement-groups"
- string: "aws ec2 describe-reserved-instances"
- string: "aws ec2 describe-reserved-instances-listings"
- string: "aws ec2 describe-reserved-instances-modifications"
- string: "aws ec2 describe-route-tables"
- string: "aws ec2 describe-scheduled-instances"
- string: "aws ec2 describe-security-groups"
- string: "aws ec2 describe-snapshots"
- string: "aws ec2 describe-spot-datafeed-subscription"
- string: "aws ec2 describe-spot-fleet-requests"
- string: "aws ec2 describe-spot-instance-requests"
- string: "aws ec2 describe-subnets"
- string: "aws ec2 describe-tags"
- string: "aws ec2 describe-volume-status"
- string: "aws ec2 describe-volumes"
- string: "aws ec2 describe-vpc-classic-link"
- string: "aws ec2 describe-vpc-classic-link-dns-support"
- string: "aws ec2 describe-vpc-endpoints"
- string: "aws ec2 describe-vpc-peering-connections"
- string: "aws ec2 describe-vpcs"
- string: "aws ec2 describe-vpn-connections"
- string: "aws ec2 describe-vpn-gateways"