From 37ec460f64a310bf266a34bd74f1a4b60fcac502 Mon Sep 17 00:00:00 2001 From: Nacho Rivera Date: Thu, 9 Feb 2023 14:06:54 +0100 Subject: [PATCH] fix(hardware mfa): changed hardware mfa description (#1873) --- .../iam_root_hardware_mfa_enabled.metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prowler/providers/aws/services/iam/iam_root_hardware_mfa_enabled/iam_root_hardware_mfa_enabled.metadata.json b/prowler/providers/aws/services/iam/iam_root_hardware_mfa_enabled/iam_root_hardware_mfa_enabled.metadata.json index e55dbdba..92e2b796 100644 --- a/prowler/providers/aws/services/iam/iam_root_hardware_mfa_enabled/iam_root_hardware_mfa_enabled.metadata.json +++ b/prowler/providers/aws/services/iam/iam_root_hardware_mfa_enabled/iam_root_hardware_mfa_enabled.metadata.json @@ -1,7 +1,7 @@ { "Provider": "aws", "CheckID": "iam_root_hardware_mfa_enabled", - "CheckTitle": "Ensure hardware MFA is enabled for the root account", + "CheckTitle": "Ensure only hardware MFA is enabled for the root account", "CheckType": [ "Software and Configuration Checks", "Industry and Regulatory Standards", @@ -12,8 +12,8 @@ "ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id", "Severity": "critical", "ResourceType": "AwsIamUser", - "Description": "Ensure hardware MFA is enabled for the root account", - "Risk": "The root account is the most privileged user in an AWS account. MFA adds an extra layer of protection on top of a user name and password. With MFA enabled when a user signs in to an AWS website they will be prompted for their user name and password as well as for an authentication code from their AWS MFA device. For Level 2 it is recommended that the root account be protected with a hardware MFA.", + "Description": "Ensure only hardware MFA is enabled for the root account", + "Risk": "The root account is the most privileged user in an AWS account. MFA adds an extra layer of protection on top of a user name and password. With MFA enabled when a user signs in to an AWS website they will be prompted for their user name and password as well as for an authentication code from their AWS MFA device. For Level 2 it is recommended that the root account be protected with only a hardware MFA.", "RelatedUrl": "", "Remediation": { "Code": {