Account/Authentication - Azure Active Directory - Ensure Administrative Accounts are Separate and Cloud-Only
Summary
Reason
Ensuring Administrative accounts are clouds-only, without applications assigned to them will reduce the attack surface of high privileged identities in the environment. In order to participate in Microsoft 365 security services such as Identity Protection, PIM and Conditional Access, an Administrative account will require a license attached to it. This license should not have any application with potentially vulnerable services by using either Azure Premium P1 or Azure Premium P2 for the cloud-only account with administrator roles.
However, hybrid environment with separate accounts ensures that in an event of breach in the cloud, the on-prem environment will not be affected and vice versa.
What If?
If the passwords are set not to expire, then, the other controls should be in place to supplement this setting. The following steps are recommended to be taken:
- Ban common passwords
- Educate users to not reuse organization passwords anywhere else
- Enforce MFA registration for all users
- Enforce MFA registration
How to?
- Login to https://admin.microsoft.com as a Global Administrator.
- Go to Admin centers and choose Azure AD.
- Select Users > Active users then click Add a user.
- Now, fill out the appropriate fields for Name, user, etc.
- When prompted to assign licenses select as needed Azure Premium P1 or Azure Premium P2, then click Next.
- After that, you may choose from several types of Administrative access roles below the Option settings screen. Select Admin center access followed by the appropriate role then click Next.
- Select Finish adding.
Monitor:
- Login to https://admin.microsoft.com as a Global Administrator.
- Select Users > Active users then sort by the Licenses column.
- Now, fill out the appropriate fields for Name, user, etc.
- After that, for each user account in an Administrative role verify the following:
- The account is cloud-only (not synced).
- The account is assigned a license that is not associated with applications (Azure Premium P1, Azure Premium P2).
Comments
Post a Comment