Skip to main content

lacework-global-35

1.5 Enable Multi-Factor Authentication (MFA) for the 'root' user account (Automated)

Profile Applicability

• Level 1

Description

The 'root' user account is the most privileged user in an AWS account. Multi-factor Authentication (MFA) adds an extra layer of protection on top of a username and password. With MFA enabled, when a user signs in to an AWS website, they must provide their username and password as well as an authentication code from their AWS MFA device.

note

When using virtual MFA for 'root' accounts, best practices recommend that the device used is NOT a personal device, but rather a dedicated charged and secured mobile device that is independent of any individual personal devices. ("non-personal virtual MFA") This lessens the risks of losing access to the MFA due to device loss, device trade-in or if the individual owning the device is no longer employed at the company.

Rationale

Enabling MFA provides increased security for console access as it requires the authenticating principal to possess a device that emits a time-sensitive key and have knowledge of a credential.

Audit

Perform the following to determine if the 'root' user account has MFA setup:

From Command Line

  1. Run the following command:
 aws iam get-account-summary | grep "AccountMFAEnabled"
  1. Ensure the AccountMFAEnabled property is set to 1

Remediation

Perform the following to establish MFA for the 'root' user account:

  1. Sign in to the AWS Management Console and open the Identity and Access Management (IAM) console at https://console.aws.amazon.com/iam/.

    note

    To manage MFA devices for the 'root' AWS account, you must use your 'root' account credentials to sign in to AWS. You cannot manage MFA devices for the 'root' account using other credentials.

  2. Choose Dashboard, and under Security Status, expand Activate MFA on your root account.

  3. Choose Activate MFA.

  4. In the wizard, choose A virtual MFA device and then choose Next Step.

  5. IAM generates and displays configuration information for the virtual MFA device, including a QR code graphic. The graphic is a representation of the 'secret configuration key' that is available for manual entry on devices that do not support QR codes.

  6. Open your virtual MFA application. (For a list of apps that you can use for hosting virtual MFA devices, see Virtual MFA Applications.) If the virtual MFA application supports multiple accounts (multiple virtual MFA devices), choose the option to create a new account (a new virtual MFA device).

  7. Determine whether the MFA app supports QR codes, and then do one of the following:

  • Use the app to scan the QR code. For example, you might choose the camera icon or choose an option similar to Scan code, and then use the device's camera to scan the code.
  • In the Manage MFA Device wizard, choose Show secret key for manual configuration, and then type the secret configuration key into your MFA application.

When completed, the virtual MFA device starts generating one-time passwords.

  1. In the Manage MFA Device wizard, in the Authentication Code 1 box, type the one-time password that currently appears in the virtual MFA device. Wait up to 30 seconds for the device to generate a new one-time password. Then type the second one-time password into the Authentication Code 2 box.
  2. Choose Assign Virtual MFA.

References

CCE-78911-5
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#id_root-user_manage_mfa
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html#enable-virt-mfa-for-root

Additional Information

IAM User account "root" for us-gov cloud regions does not have console access. This control is not applicable for us-gov cloud regions.