Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.3.1. User Risk and Sign-In Risk

💡 First Principle: Two different questions get two different scores. Sign-in risk: "is this authentication attempt really the owner?" — scored per event, often in real time. User risk: "is this account compromised?" — a persistent state on the identity, accumulating from evidence like credentials found in a breach dump. The remediation differs because the diagnosis differs: challenge the event with MFA; cure the account with a secure password change.

Sign-in riskUser risk
QuestionIs this attempt legitimate?Is this account compromised?
Attached toA single sign-in eventThe user object (persists)
Example detectionsAnonymous IP, impossible/atypical travel, unfamiliar sign-in properties, password spray, token anomalyLeaked credentials, threat-intel flags of user compromise
TimingReal-time or near-real-time (some offline)Mostly offline/aggregated
Standard remediationRequire MFARequire secure password change
LevelsLow / Medium / HighLow / Medium / High

Detections worth recognizing by name: anonymous IP address (Tor/anonymizer), impossible travel (two sign-ins geographically impossible to connect), unfamiliar sign-in properties (deviation from the user's learned pattern), password spray, token anomaly/replay, leaked credentials (Microsoft finds the user's credential pair in the wild — drives user risk straight to high). Real-time detections can raise sign-in risk during the sign-in so a CA policy catches it live; offline detections may land minutes later — which is one reason user-risk policies matter even with sign-in-risk policies in place.

Licensing note the exam checks: full risk detail and risk-based policy require P2; P1 tenants see limited information.

⚠️ Exam Trap: Successful MFA on a risky sign-in remediates that sign-in's risk — but it does not clear user risk. A high-risk user keeps their state until a secure password change, admin dismissal, or confirmed-safe determination.

Reflection Question: Leaked-credentials detection fires for a user who is on vacation and hasn't signed in for a week. Which risk type rises, why is MFA-at-next-sign-in an insufficient response, and what should policy demand instead?

See how it connects
Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications