Skip to main content
Version: 2.1.1-preview

CISA.MS.AAD.8.1 - Guest users SHOULD have limited or restricted access to Azure AD directory objects.

Overview​

Guest users SHOULD have limited or restricted access to Azure AD directory objects.

Rationale: Limiting the amount of object information available to guest users in the tenant, reduces malicious reconnaissance exposure, should a guest account become compromised or be created by an adversary.

Remediation action​

  1. In Entra ID and External Identities, select External collaboration settings.
  2. Under Guest user access, select either Guest users have limited access to properties and memberships of directory objects or Guest user access is restricted to properties and memberships of their own directory objects (most restrictive).
  3. Click Save.

Test Metadata​

FieldValue
Test IDCISA.MS.AAD.8.1
SeverityMedium
SuiteCISA
CategoryEntra ID Free
PowerShell testTest-MtCisaGuestUserAccess
TagsCISA, CISA.MS.AAD.8.1, Entra ID Free, MS.AAD, MS.AAD.8.1

Source​

  • Pester test: tests/cisa/entra/Test-MtCisaGuestUserAccess.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaGuestUserAccess.ps1