Agent Foskett Academy • Microsoft Entra • Module 1 • Lesson 5

Lesson 5 — Risky Users and Risky Sign-ins

A successful sign-in does not automatically mean the activity is trustworthy.

Microsoft Entra ID Protection continuously evaluates identity signals before, during and after authentication to determine whether a user account may be compromised or whether a specific sign-in appears suspicious.

This lesson explains user risk, sign-in risk, risk detections, remediation policies and the investigation workflow analysts use to determine whether risky identity activity represents genuine compromise.

Risk is a signal for investigation and policy. It is not, by itself, proof that an account has been compromised.
Agent Foskett Microsoft Entra Risky Users and Risky Sign-ins lesson
What you will learn

This lesson explains how Microsoft Entra identifies identity risk and how analysts investigate suspected compromise.

User risk and sign-in risk
Risk detections and risk levels
Conditional Access remediation
Identity investigation workflow

Learning objectives

After completing this lesson, you should be able to interpret Microsoft Entra identity risk and investigate suspicious sign-in activity.

  • Explain Microsoft Entra ID Protection.
  • Differentiate user risk from sign-in risk.
  • Interpret low, medium and high risk levels.
  • Recognise common identity risk detections.
  • Use risk-based policies and evidence to investigate suspected compromise.

The problem this solves

Passwords can be correct, MFA can succeed and Conditional Access can grant access while the underlying activity is still suspicious.

Identity Protection adds another layer of analysis by assessing whether the user account or sign-in behaviour appears risky.

What is Microsoft Entra ID Protection?

Microsoft Entra ID Protection evaluates identity signals and produces risk detections related to users and sign-ins.

These signals can be reviewed by analysts or used by Conditional Access to require stronger authentication, force secure password change or block access.

Identity activity │ ├── Sign-in telemetry ├── IP reputation ├── Device and location context ├── Authentication behaviour ├── Credential intelligence └── Microsoft threat intelligence │ └── Risk detections and risk level
Agent Foskett tip:

Risk detections should trigger investigation. They should not be treated as an automatic verdict without reviewing the surrounding evidence.

User risk

User risk represents the likelihood that an identity has been compromised.

It can remain elevated across multiple sign-ins until the risk is remediated, dismissed or otherwise resolved.

Sign-in risk

Sign-in risk represents the likelihood that a specific authentication attempt was not performed by the legitimate user.

It is tied to an individual sign-in event and can be used by Conditional Access during the access decision.

User risk compared with sign-in risk

Risk typeQuestion answeredTypical scopeCommon response
User riskHow likely is this identity compromised?The user account over time.Require secure password change, investigate the account or block access.
Sign-in riskHow risky is this specific authentication?One sign-in event.Require MFA, block the sign-in or investigate the event.

Risk levels

Microsoft Entra commonly presents risk as low, medium or high.

The level reflects Microsoft’s confidence and severity assessment based on the detections associated with the activity.

Risk state

Risk state describes the current handling status of the risk, such as at risk, confirmed compromised, remediated or dismissed.

Analysts should distinguish the severity of the risk from the administrative state used to track its resolution.

Understanding risk levels

LevelMeaningAnalyst approach
LowSome suspicious characteristics are present, but confidence is limited.Review context, especially if the user is privileged or the activity is unusual.
MediumMultiple or stronger signals indicate potentially suspicious behaviour.Prioritise investigation and consider additional authentication or containment.
HighStrong evidence suggests likely compromise or clearly malicious behaviour.Investigate urgently and contain the identity if the evidence supports compromise.

Real-time detections

Some risk detections can be evaluated during the sign-in process.

This allows Conditional Access to make an immediate access decision based on the risk calculated at authentication time.

Offline detections

Other detections are calculated after Microsoft analyses broader telemetry and patterns.

A sign-in may therefore be labelled risky after access was already granted, making post-sign-in monitoring important.

Common risk detections

DetectionWhat it may indicate
Atypical travelSign-ins from geographically distant locations or travel patterns that differ from the user’s normal behaviour.
Anonymous IP addressAuthentication through anonymising services such as Tor or certain proxy networks.
Malicious IP addressSign-in activity from infrastructure associated with known malicious behaviour.
Unfamiliar sign-in propertiesChanges in device, browser, location, IP address or other characteristics.
Password sprayRepeated attempts using common passwords across multiple accounts.
Leaked credentialsCredentials discovered in known breach or threat-intelligence datasets.
Token anomalyUnexpected characteristics associated with token use, replay or session activity.

Impossible travel and atypical travel

Travel-based detections compare sign-in locations and timing to determine whether movement appears plausible.

VPN use, mobile carrier routing and cloud infrastructure can create unusual location patterns, so the detection must be investigated in context.

Anonymous and malicious IPs

Anonymous infrastructure can hide the true origin of an attacker, while malicious IP intelligence may identify known hostile infrastructure.

Neither signal should be viewed alone; combine it with device, application, authentication and post-sign-in activity.

Risk-based Conditional Access

User attempts sign-in │ ├── Microsoft Entra evaluates sign-in signals ├── Sign-in risk is calculated ├── Conditional Access evaluates the policy ├── Low risk may be allowed ├── Medium risk may require MFA └── High risk may be blocked User risk policy │ └── Elevated user risk may require secure password change or block access

Secure password change

A user risk policy can require a secure password change when the user is considered compromised.

The process should be supported by strong authentication and appropriate account recovery controls.

Block access

High-risk sign-ins or users may be blocked when the organisation cannot safely remediate during the sign-in.

Blocking should be tested carefully to avoid excluding emergency or recovery accounts.

Identity investigation workflow

1. Identify the risky user or risky sign-in 2. Review the risk level, state and detections 3. Inspect the Entra sign-in logs 4. Review authentication details and Conditional Access results 5. Check IP address, location, device and application 6. Review recent password and authentication-method changes 7. Inspect Entra audit logs and directory changes 8. Review Defender XDR, endpoint and mailbox activity 9. Confirm whether the user recognises the activity 10. Contain, remediate and document the outcome
Agent Foskett investigation principle:

The risk alert tells you where to look. The surrounding telemetry tells you what actually happened.

Review the sign-in

Start with the sign-in status, application, IP address, location, device information, authentication steps and Conditional Access evaluation.

Determine whether the sign-in was interactive, non-interactive or related to an existing session.

Review identity changes

Attackers may change passwords, add authentication methods, grant application consent or modify account recovery details.

Entra audit logs help establish whether suspicious changes occurred before or after the risky sign-in.

Example investigation

1. A user signs in successfully from Melbourne 2. Fifteen minutes later, a sign-in appears from Amsterdam 3. Microsoft Entra raises a high-risk travel detection 4. The second sign-in uses an unfamiliar browser and hosting-provider IP 5. MFA is shown as satisfied by an existing claim 6. Exchange Online activity begins immediately afterwards 7. A new inbox rule is created 8. The analyst confirms the user did not travel or use a VPN 9. Sessions are revoked and the password is reset 10. The account is marked remediated after the investigation

Risk does not equal compromise

Legitimate travel, VPN changes, mobile networks, testing and automation can produce unusual signals.

Analysts should verify the activity before declaring an account compromised, while still acting quickly when the evidence is strong.

MFA does not erase risk

A risky sign-in may still complete MFA if the user is socially engineered or if an attacker reuses a stolen session.

Review how MFA was satisfied and what occurred after access was granted.

Remediation and containment

  • Revoke active sessions and refresh tokens.
  • Reset the password using a verified recovery process.
  • Remove untrusted authentication methods.
  • Review application consent and service principal permissions.
  • Investigate mailbox rules and forwarding settings.
  • Check endpoint telemetry for credential theft or token compromise.
  • Mark the user or detection remediated only after the evidence is reviewed.

Common mistakes

MistakeWhy it creates riskBetter practice
Ignoring low-risk detectionsRepeated low-confidence signals may reveal a larger pattern.Review context and prioritise privileged or sensitive users.
Assuming MFA removed the threatUsers can approve attacker prompts and sessions can be stolen.Inspect authentication details and post-sign-in activity.
Using risk policies only in report-only modeRisk is observed but no protection is enforced.Pilot, validate and move appropriate policies into enforcement.
Closing risk without investigationDismissal may hide genuine compromise.Document evidence and resolution before changing the risk state.
Reviewing only Entra logsThe attacker’s activity may continue in Exchange, endpoints or applications.Correlate Entra with Defender XDR, audit and workload telemetry.

Key takeaways

  • User risk measures the likelihood that an identity is compromised.
  • Sign-in risk measures the likelihood that a specific authentication is suspicious.
  • Risk detections may be calculated in real time or after the sign-in.
  • Conditional Access can respond to risk with MFA, password change or blocking.
  • Risk is a starting point for investigation, not automatic proof of compromise.
  • Strong investigations correlate Entra data with audit, endpoint, mailbox and application activity.

Continue learning

Continue through Module 1 — Entra Foundations, or return to the Microsoft Entra Academy roadmap.

Microsoft Entra Risky Users and Risky Sign-ins

Microsoft Entra ID Protection identifies user risk, sign-in risk, identity risk detections, suspicious authentication activity and possible account compromise.

Microsoft Entra Academy Lesson 5 — Risky Users and Risky Sign-ins

This Agent Foskett Microsoft Entra Academy lesson explains risk levels, risk states, identity detections, risk-based Conditional Access and identity investigation workflows.