1.1.4 Ensure Guest Users are reviewed at least biweekly

Information

Guest users can be set up for those users not in the organization to still be granted access to resources. It is important to maintain visibility for what guest users are established in the tenant.

Ensure Guest Users are reviewed no less frequently than biweekly.

NOTE: With the E5 license an access review can be configured to review guest accounts automatically on a reoccurring basis. This is the preferred method if the licensing is available.

Rationale:

Periodic review of guest users ensures proper access to resources.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

To review guest users in the UI:

Navigate to Microsoft 365 admin center https://admin.microsoft.com/.

Click to expand Users and select Guest Users.

Review the list of users.

To verify Microsoft 365 audit log search is enabled using Microsoft Graph PowerShell:

Connect using Connect-MgGraph -Scopes 'User.Read.All'

Run the following PowerShell command:

Get-MgUser -All -Property UserType,UserPrincipalName |
Where {$_.UserType -ne 'Member'} |
Format-Table UserPrincipalName, UserType

Review the list of users. If nothing is returned then there are no guest users.

See Also

https://workbench.cisecurity.org/benchmarks/12934

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-2, 800-53|AC-2(3), CSCv7|6.2, CSCv7|16.6

Plugin: microsoft_azure

Control ID: 35557322e52ebb878b8e30411342274eee12c4038e0969c0d78eb39d9000c013