From 2727b7e8e2391b7f2f577a02c6d95ab741246467 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 28 Apr 2021 18:50:20 +0200 Subject: [PATCH] fix(network-acls): update resource type to match AWS documentation --- checks/check45 | 2 +- checks/check46 | 2 +- checks/check_extra7138 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/checks/check45 b/checks/check45 index f0e1d898..299adbc1 100644 --- a/checks/check45 +++ b/checks/check45 @@ -16,7 +16,7 @@ CHECK_SCORED_check45="SCORED" CHECK_TYPE_check45="LEVEL2" CHECK_SEVERITY_check45="High" CHECK_ASFF_TYPE_check45="Software and Configuration Checks/Industry and Regulatory Standards/CIS AWS Foundations Benchmark" -CHECK_ASFF_RESOURCE_TYPE_check45="AwsEc2NetworkACLs" +CHECK_ASFF_RESOURCE_TYPE_check45="AwsEc2NetworkAcl" CHECK_ALTERNATE_check401="check45" CHECK_SERVICENAME_check45="ec2" CHECK_RISK_check45='Even having a perimeter firewall; having network acls open allows any user or malware with vpc access to scan for well known and sensitive ports and gain access to instance.' diff --git a/checks/check46 b/checks/check46 index 97252df1..5f69998d 100644 --- a/checks/check46 +++ b/checks/check46 @@ -16,7 +16,7 @@ CHECK_SCORED_check46="SCORED" CHECK_TYPE_check46="LEVEL2" CHECK_SEVERITY_check46="High" CHECK_ASFF_TYPE_check46="Software and Configuration Checks/Industry and Regulatory Standards/CIS AWS Foundations Benchmark" -CHECK_ASFF_RESOURCE_TYPE_check46="AwsEc2NetworkACLs" +CHECK_ASFF_RESOURCE_TYPE_check46="AwsEc2NetworkAcl" CHECK_ALTERNATE_check401="check46" CHECK_SERVICENAME_check46="ec2" CHECK_RISK_check46='Even having a perimeter firewall; having network acls open allows any user or malware with vpc access to scan for well known and sensitive ports and gain access to instance.' diff --git a/checks/check_extra7138 b/checks/check_extra7138 index a7b47806..e23f0a81 100644 --- a/checks/check_extra7138 +++ b/checks/check_extra7138 @@ -16,7 +16,7 @@ CHECK_SCORED_extra7138="NOT SCORED" CHECK_TYPE_extra7138="LEVEL2" CHECK_SEVERITY_extra7138="High" CHECK_ASFF_TYPE_extra7138="Software and Configuration Checks/Industry and Regulatory Standards/CIS AWS Foundations Benchmark" -CHECK_ASFF_RESOURCE_TYPE_extra7138="AwsEc2NetworkACLs" +CHECK_ASFF_RESOURCE_TYPE_extra7138="AwsEc2NetworkAcl" CHECK_ALTERNATE_check7138="extra7138" CHECK_SERVICENAME_extra7138="ec2" CHECK_RISK_extra7138='Even having a perimeter firewall; having network acls open allows any user or malware with vpc access to scan for well known and sensitive ports and gain access to instance.'