A security team is using Microsoft Entra ID Protection. They want to automatically block sign-ins from known malicious IP addresses, but if a user's account is compromised (e.g., leaked credentials), they want to force the user to change their password upon next sign-in. Which two risk policies should they configure? (Select all that apply.)
Trap 1: MFA registration policy
The MFA registration policy in Microsoft Entra ID Protection is designed to proactively ensure users register at least one multi-factor authentication method. While essential for strengthening overall security posture, this policy does not dynamically respond to detected sign-in or user risk levels. Its function is solely to enforce the initial setup of MFA, not to block access or remediate compromised accounts based on real-time risk assessments.
Trap 2: Conditional Access policy with a custom block rule
While Conditional Access policies are powerful for enforcing access controls, relying on a custom block rule for risk-based scenarios is less optimal when Microsoft Entra ID Protection is available. ID Protection's dedicated risk policies offer integrated, dynamic detection and automated responses for sign-in and user risks. A custom Conditional Access rule would require manual definition of risk conditions, lacking the native intelligence and seamless integration provided by ID Protection's specialized risk engine for comprehensive remediation.
- A
Sign-in risk policy set to 'Block access' for High risk
This policy directly leverages Microsoft Entra ID Protection's real-time risk detection engine. When a sign-in attempt is classified as 'High risk' due to factors like impossible travel, anonymous IP addresses, or malware-linked IPs, setting the policy to 'Block access' immediately prevents the suspicious sign-in. This is a crucial preventative measure to stop potential unauthorized access attempts before they succeed, directly addressing the immediate threat of a risky sign-in.
- B
User risk policy set to 'Allow access' with 'Require password change' for High risk
A User risk policy addresses the underlying compromise of a user's identity, often detected through leaked credentials or suspicious activity patterns over time. By setting 'Allow access' with 'Require password change' for 'High risk' users, the policy forces remediation of the compromised account. This ensures the user's account is secured by invalidating potentially compromised credentials, while still enabling legitimate access after a successful password reset and identity verification.
- C
MFA registration policy
Why wrong: The MFA registration policy in Microsoft Entra ID Protection is designed to proactively ensure users register at least one multi-factor authentication method. While essential for strengthening overall security posture, this policy does not dynamically respond to detected sign-in or user risk levels. Its function is solely to enforce the initial setup of MFA, not to block access or remediate compromised accounts based on real-time risk assessments.
- D
Conditional Access policy with a custom block rule
Why wrong: While Conditional Access policies are powerful for enforcing access controls, relying on a custom block rule for risk-based scenarios is less optimal when Microsoft Entra ID Protection is available. ID Protection's dedicated risk policies offer integrated, dynamic detection and automated responses for sign-in and user risks. A custom Conditional Access rule would require manual definition of risk conditions, lacking the native intelligence and seamless integration provided by ID Protection's specialized risk engine for comprehensive remediation.