| name | cis-azure-foundations-5.3.6 |
| description | Ensure 'Tenant Creator' role assignments are periodically reviewed |
| category | cis-azure-foundations |
| version | 5.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","identity","identity-reviews"] |
| cis_id | 5.3.6 |
| cis_benchmark | CIS Microsoft Azure Foundations Benchmark v5.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | ["cis-azure-foundations-5.3.5","cis-azure-foundations-5.3.7"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure 'Tenant Creator' role assignments are periodically reviewed
Description
Perform a periodic review of the Tenant Creator role assignment to ensure that the assignments are accurate and appropriate.
This recommendation should be applied alongside the recommendation "Ensure that 'Restrict non-admin users from creating tenants' is set to 'Yes'".
Rationale
Unnecessary assignments increase the risk of privilege escalation and unauthorized access.
Impact
Verify that the Tenant Creator role is no longer required by any assignments before removal to avoid disruption of critical functions.
Audit Procedure
Using Azure Portal
- Go to
Microsoft Entra ID.
- Under
Manage, click Roles and administrators.
- In the search bar, type
Tenant Creator.
- Click the role.
- Review the assignments and ensure that they are appropriate.
Expected Result
The Tenant Creator role should have no unnecessary assignments. All assignments should be justified and documented.
Remediation
Remediate from Azure Portal
- Go to
Microsoft Entra ID.
- Under
Manage, click Roles and administrators.
- In the search bar, type
Tenant Creator.
- Click the role.
- Click the name of an assignment.
- Check the box next to the
Tenant Creator role.
- Click
X Remove assignments.
- Click
Yes.
- Repeat steps 1-8 for each assignment requiring remediation.
Default Value
The Tenant Creator role is not assigned by default.
References
- https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-check-tenant-creation-permission
- https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/permissions-reference#tenant-creator
CIS Controls