Commit 3317c0a
chore(aws): enhance metadata for
Co-authored-by: Daniel Barranquero <[email protected]>ec2 service (#9549)1 parent 8476455 commit 3317c0a
File tree
71 files changed
+1359
-861
lines changed- prowler
- providers/aws/services/ec2
- ec2_ami_public
- ec2_client_vpn_endpoint_connection_logging_enabled
- ec2_ebs_default_encryption
- ec2_ebs_public_snapshot
- ec2_ebs_snapshot_account_block_public_access
- ec2_ebs_snapshots_encrypted
- ec2_ebs_volume_encryption
- ec2_ebs_volume_protected_by_backup_plan
- ec2_ebs_volume_snapshots_exists
- ec2_elastic_ip_shodan
- ec2_elastic_ip_unassigned
- ec2_instance_account_imdsv2_enabled
- ec2_instance_detailed_monitoring_enabled
- ec2_instance_imdsv2_enabled
- ec2_instance_internet_facing_with_instance_profile
- ec2_instance_managed_by_ssm
- ec2_instance_older_than_specific_days
- ec2_instance_paravirtual_type
- ec2_instance_port_cassandra_exposed_to_internet
- ec2_instance_port_cifs_exposed_to_internet
- ec2_instance_port_elasticsearch_kibana_exposed_to_internet
- ec2_instance_port_ftp_exposed_to_internet
- ec2_instance_port_kafka_exposed_to_internet
- ec2_instance_port_kerberos_exposed_to_internet
- ec2_instance_port_ldap_exposed_to_internet
- ec2_instance_port_memcached_exposed_to_internet
- ec2_instance_port_mongodb_exposed_to_internet
- ec2_instance_port_mysql_exposed_to_internet
- ec2_instance_port_oracle_exposed_to_internet
- ec2_instance_port_postgresql_exposed_to_internet
- ec2_instance_port_rdp_exposed_to_internet
- ec2_instance_port_redis_exposed_to_internet
- ec2_instance_port_sqlserver_exposed_to_internet
- ec2_instance_port_ssh_exposed_to_internet
- ec2_instance_port_telnet_exposed_to_internet
- ec2_instance_profile_attached
- ec2_instance_public_ip
- ec2_instance_secrets_user_data
- ec2_instance_uses_single_eni
- ec2_instance_with_outdated_ami
- ec2_launch_template_imdsv2_required
- ec2_launch_template_no_public_ip
- ec2_launch_template_no_secrets
- ec2_networkacl_allow_ingress_any_port
- ec2_networkacl_allow_ingress_tcp_port_22
- ec2_networkacl_allow_ingress_tcp_port_3389
- ec2_networkacl_unused
- ec2_securitygroup_allow_ingress_from_internet_to_all_ports
- ec2_securitygroup_allow_ingress_from_internet_to_any_port
- ec2_securitygroup_allow_ingress_from_internet_to_high_risk_tcp_ports
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_22
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_3389
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_cassandra_7199_9160_8888
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_elasticsearch_kibana_9200_9300_5601
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_ftp_20_21
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_kafka_9092
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_memcached_11211
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_mongodb_27017_27018
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_mysql_3306
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_oracle_1521_2483
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_postgres_5432
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_redis_6379
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_sql_server_1433_1434
- ec2_securitygroup_allow_ingress_from_internet_to_tcp_port_telnet_23
- ec2_securitygroup_allow_wide_open_public_ipv4
- ec2_securitygroup_default_restrict_traffic
- ec2_securitygroup_from_launch_wizard
- ec2_securitygroup_not_used
- ec2_securitygroup_with_many_ingress_egress_rules
- ec2_transitgateway_auto_accept_vpc_attachments
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+1359
-861
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
Lines changed: 17 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | | - | |
| 26 | + | |
20 | 27 | | |
21 | | - | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
25 | | - | |
26 | | - | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
Lines changed: 24 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | | - | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
23 | | - | |
24 | | - | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| |||
Lines changed: 22 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | | - | |
15 | | - | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | | - | |
26 | | - | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | | - | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
15 | | - | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | | - | |
| 25 | + | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | | - | |
26 | | - | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
Lines changed: 20 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | | - | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | | - | |
26 | | - | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments