Control: 7.8 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
Azure ADfrom the left pane and selectUsersfrom theManagesection. - Click on
Per-User MFAfrom the top menu options and select each user withMULTI-FACTOR AUTH STATUSas Disabled and can login to virtual machines:- From
quick stepson the right side selectenable. - Click on
enable multi-factor authand share the link with the user to setup MFA as required.
- From
- Navigate to
- Case II : Removing user access on a virtual machine.
- Select the
Subscription, then click onAccess control (IAM). - Select
Role assignmentsand search forVirtual Machine AdministratorLoginorVirtual Machine User Loginor any role that provides access to log into virtual machines. - Click on
Role Name, SelectAssignments, and remove identities with no MFA configured.
- Select the
- Case III : Reducing access of managed identities attached to virtual machines.
- Select the
Subscription, then click onAccess control (IAM). - Select
Role Assignmentsfrom the top menu and apply filters onAssignment typeasPrivileged administrator rolesandTypeasVirtual Machines. - Click on
Role Name, SelectAssignments, and remove identities access make sure this follows the least privileges principal.
- Select the
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.cis_v210_7_8Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.cis_v210_7_8 --shareSQL
This control uses a named query:
select id as resource, 'info' as status, 'Manual verification required.' as reason, display_name as subscriptionfrom azure_subscription;