feat(metadata): Include EC2 subservices (#1311)

This commit is contained in:
Pepe Fagoaga
2022-08-03 17:29:43 +02:00
committed by GitHub
parent 5e40fc28c9
commit de96894a4d
10 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure there are no EBS Snapshots set as Public.",
"CheckType": "Data Protection",
"ServiceName": "ec2",
"SubServiceName": "ebs-snapshots",
"SubServiceName": "snapshot",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "critical",
"ResourceType": "AwsEc2Snapshot",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Check if EBS snapshots are encrypted.",
"CheckType": "Data Protection",
"ServiceName": "ec2",
"SubServiceName": "ebs-snapshots",
"SubServiceName": "snapshot",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "medium",
"ResourceType": "AwsEc2Snapshot",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Check for EC2 Instances with Public IP.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "instances",
"SubServiceName": "instance",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "medium",
"ResourceType": "AwsEc2SecurityGroup",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no Network ACLs allow ingress from 0.0.0.0/0 to SSH port 22",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "networkacls",
"SubServiceName": "networkacl",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2NetworkAcl",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no Network ACLs allow ingress from 0.0.0.0/0 to Microsoft RDP port 3389",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "networkacls",
"SubServiceName": "networkacl",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2NetworkAcl",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no security groups allow ingress from 0.0.0.0/0 or ::/0 to any port.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "securitygroups",
"SubServiceName": "securitygroup",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no security groups allow ingress from 0.0.0.0/0 or ::/0 to SSH port 22.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "securitygroups",
"SubServiceName": "securitygroup",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no security groups allow ingress from 0.0.0.0/0 or ::/0 to port 3389.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "securitygroups",
"SubServiceName": "securitygroup",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",

View File

@@ -4,7 +4,7 @@
"CheckTitle": "Ensure no security groups allow ingress from 0.0.0.0/0 or ::/0 to MySQL port 3306.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "",
"SubServiceName": "securitygroups",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",

View File

@@ -5,7 +5,7 @@
"CheckTitle": "Ensure no security groups allow ingress from 0.0.0.0/0 or ::/0 to Oracle ports 1521 or 2483.",
"CheckType": "Infrastructure Security",
"ServiceName": "ec2",
"SubServiceName": "",
"SubServiceName": "securitygroup",
"ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id",
"Severity": "high",
"ResourceType": "AwsEc2SecurityGroup",