🛡️ Microsoft Entra ID Named Locations are not defined🟢⚪
- Contextual name: 🛡️ Named Locations are not defined🟢⚪
- ID:
/ce/ca/azure/microsoft-entra-id/named-locations - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Description
Description
Microsoft Entra ID Conditional Access allows an organization to configure
Named locationsand configure whether those locations are trusted or untrusted. These settings provide organizations the means to specify Geographical locations for use in conditional access policies, or define actual IP addresses and IP ranges and whether or not those IP addresses and/or ranges are trusted by the organization.Rationale
Defining trusted source IP addresses or ranges helps organizations create and enforce Conditional Access policies around those trusted or untrusted IP addresses and ranges. Users authenticating from trusted IP addresses and/or ranges may have less access restrictions or access requirements when compared to users that try to authenticate to Microsoft Entra ID from untrusted locations or untrusted source IP addresses/ranges.
Note on Assessment Status: Because the determination of entities to be included or excluded is specific and unique to each organization, assessment status for this recommendation is considered 'Manual' even though some elements for automation (CLI, PowerShell) are provided.
... see more
Remediation
Remediation
From Azure Portal
- In the Azure Portal, navigate to
Microsoft Entra ID.- Under
Manage, clickSecurity.- Under
Protect, clickConditional Access.- Under
Manage, clickNamed locations.- Within the
Named locationsblade, click onIP ranges location.- Enter a name for this location setting in the
Nametext box.- Click on the
+sign.- Add an IP Address Range in CIDR notation inside the text box that appears.
- Click on the
Addbutton.- Repeat steps 7 through 9 for each IP Range that needs to be added.
- If the information entered are trusted ranges, select the
Mark as trusted locationcheck box.- Once finished, click on
Create.From PowerShell
Create a new trusted IP-based Named location policy:
[System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.IpRange]]$ipRanges = @() $ipRanges.Add("<first IP range in CIDR notation>") $ipRanges.Add("<second IP range in CIDR notation>") $ipRanges.Add("<third IP range in CIDR notation>") New-MgIdentityConditionalAccessNamedLocation -dataType "#microsoft.graph.ipNamedLocation" -DisplayName "<name of IP Named location policy>" -IsTrusted $true -IpRanges $ipRanges
... [see more](remediation.md)
policy.yaml
Linked Framework Sections
| Section | Sub Sections | Internal Rules | Policies | Flags | Compliance |
|---|---|---|---|---|---|
| 💼 CIS Azure v5.0.0 → 💼 5.2.1 Ensure that 'trusted locations' are defined (Manual) | 1 | no data | |||
| 💼 Cloudaware Framework → 💼 General Access Controls | 12 | no data |