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 principle of least privilege.
Rationaleβ
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.
Impactβ
This recommendation requires an Azure AD P2 License to implement.
Ensure that identities that are provisioned to a virtual machine utilizes an RBAC/ABAC group and is allocated a role using Azure PIM, and the Role settings require MFA or use another PAM solution (like CyberArk) for accessing Virtual Machines.
Auditβ
From Azure Portalβ
-
Log in to the Azure portal.
-
Select the
Subscription
, then click onAccess control (IAM)
. -
Click
Role : All
and clickAll
to display the drop-down menu. -
Type
Virtual Machine Administrator Login
and selectVirtual Machine Administrator Login
. -
Review the list of identities that have been assigned the
Virtual Machine Administrator Login
role. -
Go to
Microsoft Entra ID
. -
For
Per-user MFA
:a. Under
Manage
, clickUsers
.b. Click
Per-user MFA
.c. Ensure that none of the identities assigned the
Virtual Machine Administrator Login
role from step 4 haveStatus
set todisabled
. -
For
Conditional Access
:a. Under
Manage
, clickSecurity
.b. Under
Protect
, clickConditional Access
.c. Ensure that none of the identities assigned the
Virtual Machine Administrator Login
role from step 4 are exempt from a Conditional Access policy requiring MFA for all users.