Control: 8.10 Ensure only MFA enabled identities can access privileged Virtual Machine
Description
Verify identities without MFA that can log in to a privileged virtual machine using separate login credentials. An adversary can leverage the access to move laterally and perform actions with the virtual machine's managed identity. Make sure the virtual machine only has necessary permissions, and revoke the admin-level permissions according to the least privileges principal.
Integrating multi-factor authentication (MFA) as part of the organizational policy can greatly reduce the risk of an identity gaining control of valid credentials that may be used for additional tactics such as initial access, lateral movement, and collecting information. MFA can also be used to restrict access to cloud resources and APIs.
An Adversary may log into accessible cloud services within a compromised environment using Valid Accounts that are synchronized to move laterally and perform actions with the virtual machine's managed identity. The adversary may then perform management actions or access cloud-hosted resources as the logged-on managed identity.
Remediation
From Azure Portal
- Log in to the Azure portal.
- This can be remediated by enabling MFA for user, Removing user access or Reducing access of managed identities attached to virtual machines.
- Case I : Enable MFA for users having access on virtual machines.
- Navigate to
Entra ID
from the left pane and selectUsers
from theManage
section. - Click on
Per-User MFA
from the top menu options and select each user withMULTI-FACTOR AUTH STATUS
asDisabled
and can login to virtual machines:
- From
quick steps
on the right side selectenable
. - Click on
enable multi-factor auth
and share the link with the user to setup MFA as required.
- Case II : Removing user access on a virtual machine.
- Select the
Subscription
, then click onAccess control (IAM)
. - Select
Role assignments
and search forVirtual Machine Administrator Login
orVirtual Machine User Login
or any role that provides access to log into virtual machines. - Click on
Role Name
, SelectAssignments
, and remove identities with no MFA configured.
- Case III : Reducing access of managed identities attached to virtual machines.
- Select the
Subscription
, then click onAccess control (IAM)
. - Select
Role Assignments
from the top menu and apply filters onAssignment type
asPrivileged administrator roles
andType
asVirtual Machines
. - Click on
Role Name
, SelectAssignments
, and remove identities access make sure this follows the least privileges principal.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.cis_v300_8_10
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.cis_v300_8_10 --share
SQL
This control uses a named query:
manual_control