A cloud-based identity and access management service for securing user authentication and resource access
Use a layered privileged-access model and an incident playbook.
- Protect privileged accounts
- Require MFA for all privileged roles, especially Global Administrator, Privileged Role Administrator, Exchange Online Administrator, SharePoint Online Administrator, tenant admins, and Azure RBAC owners.
- Use strong passwords and change credentials immediately for tenant admins and subscription RBAC owners after any suspected compromise.
- Do not use privileged accounts for browsing or email. Use dedicated admin workstations for production administration. For higher assurance, use Privileged Access Workstations (PAWs).
- Deprovision admin accounts immediately when staff leave.
- Regularly test admin accounts and review attack paths.
- Reduce standing privilege
- Use Microsoft Entra PIM so privileged access is just-in-time, time-bound, approval-based, and can require MFA and justification for activation.
- Follow least-privilege principles so fewer accounts have permanent Global Admin or subscription owner access.
- For hybrid environments, ensure cloud admin accounts are not synchronized from on-premises AD DS.
- Build tenant-wide protections
- Enable Security Defaults or use Conditional Access to enforce MFA and block legacy authentication.
- Block legacy authentication protocols because they bypass modern protections and are a common compromise path.
- Review risky users and risk reports in Microsoft Entra ID Identity Protection.
- Prevent one compromised admin from locking out others
- Maintain emergency “break glass” accounts for tenant recovery when normal admin access is unavailable.
- Store break-glass credentials securely and keep them separate from normal administrator devices.
- Use PIM and approval-based activation to reduce the chance that a single always-active admin can change permissions broadly.
- Ensure multiple trusted administrators exist and regularly validate recovery procedures.
- Immediate actions after discovering compromise
- Change credentials for tenant admins and Azure subscription RBAC owners immediately.
- Verify and update admin password recovery emails and phone numbers in Microsoft Entra ID.
- Review Microsoft Entra sign-in logs for unusual sign-in patterns around the incident.
- Review Azure Activity Log for unauthorized subscription-level changes, billing changes, usage anomalies, and configuration changes.
- Review spending anomalies in Azure Cost Management.
- Investigate risky users, tenants, and subscriptions in Microsoft Entra ID Identity Protection.
- Identify and evict the threat actor, then disable, deallocate, or delete compromised or unauthorized resources.
- Contact Azure support immediately and preserve relevant logs for forensic investigation.
- Recovery and rebuild safeguards
- Keep backups of relevant logs for investigation.
- Use incremental snapshots in Azure for managed disks to support forensic investigation and point-in-time recovery.
- Protect backup administration with strong authentication, MFA, and PIM. Ensure backup access has a separate recovery path if the tenant is compromised.
- Implement a patching plan across operating systems and critical infrastructure.
- Recommended architecture for Global Admin and subscription access
- Separate privileged identities from normal user identities.
- Require MFA for all privileged roles.
- Use dedicated admin workstations or PAWs for privileged tasks.
- Use Microsoft Entra PIM for just-in-time activation of privileged roles.
- Enforce tenant-wide protections with Security Defaults or Conditional Access.
- Maintain emergency access accounts.
- Monitor sign-ins, risky users, activity logs, and cost anomalies continuously.
Given the incident described, the highest-priority improvements are:
- dedicated admin workstations or PAWs
- MFA enforced for all privileged roles
- PIM for all privileged access
- emergency break-glass accounts
- blocking legacy authentication
- continuous review of sign-in logs, activity logs, and cost anomalies
- backup and snapshot strategy for recovery and forensics
References: