From 9f9d82adef2a9284d3166e50cd3b0c4f941f122c Mon Sep 17 00:00:00 2001 From: kamiryo <46115740+kamiryo@users.noreply.github.com> Date: Mon, 30 Aug 2021 16:43:42 +0900 Subject: [PATCH] Update check29 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Fixed typo --- checks/check29 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check29 b/checks/check29 index b5023894..316c7275 100644 --- a/checks/check29 +++ b/checks/check29 @@ -21,7 +21,7 @@ CHECK_ASFF_RESOURCE_TYPE_check29="AwsEc2Vpc" CHECK_ALTERNATE_check209="check29" CHECK_ASFF_COMPLIANCE_TYPE_check29="ens-op.mon.1.aws.flow.1" CHECK_SERVICENAME_check29="vpc" -CHECK_RISK_check29='PC Flow Logs provide visibility into network traffic that traverses the VPC and can be used to detect anomalous traffic or insight during security workflows.' +CHECK_RISK_check29='VPC Flow Logs provide visibility into network traffic that traverses the VPC and can be used to detect anomalous traffic or insight during security workflows.' CHECK_REMEDIATION_check29='It is recommended that VPC Flow Logs be enabled for packet "Rejects" for VPCs. ' CHECK_DOC_check29='http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html ' CHECK_CAF_EPIC_check29='Logging and Monitoring'