turbot/azure_compliance

Control: 1.5 Ensure that 'Allow users to remember multi-factor authentication on devices they trust' is 'Disabled'

Description

Do not allow users to remember multi-factor authentication on devices.

Remembering Multi-Factor Authentication (MFA) for devices and browsers allows users to have the option to bypass MFA for a set number of days after performing a successful sign-in using MFA. This can enhance usability by minimizing the number of times a user may need to perform two-step verification on the same device. However, if an account or device is compromised, remembering MFA for trusted devices may affect security. Hence, it is recommended that users not be allowed to bypass MFA.

Remediation

From Azure Portal

  1. From Azure Home select the Portal Menu
  2. Select to Azure Active Directory
  3. Go to Users
  4. Select All Users
  5. Click on Multi-Factor Authentication button on the top bar
  6. Click on service settings
  7. Select Disable Allow users to remember multi-factor authentication on devices they trust

Please note that at this point of time, there is no Azure CLI or other API commands available to programmatically conduct security configuration for this recommendation.

Default Value

By default, Allow users to remember multi-factor authentication on devices they trust is disabled.

Usage

Run the control in your terminal:

powerpipe control run azure_compliance.control.cis_v150_1_5

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run azure_compliance.control.cis_v150_1_5 --share

SQL

This control uses a named query:

ad_manual_control

Tags