Skip to main content

Understand Access Risk Factors

Overview

Access Risk evaluates every login event against nine distinct risk factors. Each factor is designed to detect a specific category of suspicious behavior. When a factor triggers, it contributes to the overall risk score for that login event.

Signals are compared against the user's behavioral baseline — which is built from the user's last 60 days of activity or last 50 successful login events, whichever is available. This means each signal is personal to the user; an unusual location for one user may be completely normal for another.

The image displays the Access Risk landing page

Risk FactorWhat it DetectsWhen it Triggers
Dormant Account LoginDetects authentication attempts from accounts that have been inactive longer than the configured dormant-account threshold.Triggers when a dormant account attempts to authenticate. Review whether the account should still be active and whether the activity is expected.
Dormant Application AccessTracks access attempts to applications the user does not normally accessThe user authenticates to a federated SSO app they have not previously accessed or rarely use. This helps identify potentially unnecessary or unexpected application access, supporting privilege right-sizing, and license optimization
Excessive Failed LoginsTracks unusually high volumes of failed authentication attemptsFailed login activity significantly exceeds the user’s baseline authentication patterns, which are established using average login behavior over rolling 24-hour periods, indicating potential password guessing or credential attack activity
High Volume LoginsMonitors a surge of login activity within 24 hoursLogin frequency exceeds the user's typical rate by a significant margin within a short window
Impossible TravelFlags sequential logins from distant locations that are physically impossible to reach in the time elapsedA user logs in from two locations in a timeframe that would require exceeding realistic travel speed (for example, New York and Tokyo within one hour)
New DeviceDetects the first login by a managed user to a managed JumpCloud device that has not previously been associated with that user. This applies only to device login events with the login_attempt event type. Because both the user and device are already managed, this signal has relatively lower value on its own and is disabled by default.Triggers when a managed user signs in to a managed JumpCloud device that is new to that user. This may be expected during device provisioning, replacement, or reassignment. Do not enable this factor for shared, call-center, kiosk, hot-desk, lab, or other multi-user devices.
Unusual Geo-LocationIdentifies logins from unfamiliar geographic locationsThe login originates from a country, region, or city the user has not previously logged in from
Unusual TimeFlags login attempts made outside of user’s established access patternsThe login occurs at a time that deviates from the user’s typical authentication behavior
Unusual User AgentDetects login attempts from a browser and operating system combination that differs from what is normally observed for the user.Triggers when the browser or operating system is unusual for that user. Browser and OS versions are not used to establish the baseline or detect deviations, helping avoid false positives caused by routine browser or operating system upgrades.

How Risk Factors Combine

A single factor detection does not necessarily mean a login is high-risk. Access Risk considers the combination of factors that are detected together. For example:

  • A login detected with only Unusual Time may be low severity — the user simply worked late
  • A login with Geo-location, Unusual Device, and Unusual Browser all detected together will be scored significantly higher — these factors together suggest the login is coming from someone other than the usual user
  • A login with Impossible Travel detected on its own is almost always Critical, because that pattern has very few legitimate explanations

Enabling and Disabling Risk Factors

All nine risk factors are enabled by default. You can disable any risk factor you don't want to track from the Risk Factors section of the Configuration page. Disabling a signal stops it from contributing to future risk scores. It does not affect detections that have already been created.

Understanding the Factors in Detail

Let's understand the following risk factors in detail:

New Device

New Device is intended for environments where users are normally assigned dedicated managed devices.

Because the detection represents a new user-to-device association, rather than an unmanaged or unknown device, many detections may be legitimate—for example, when a device is newly provisioned, replaced, or reassigned.

Best practices:

  • Leave this factor disabled unless device assignments are generally stable.
  • Do not enable it for shared-device environments such as call centers, kiosks, hot desks, labs, or shift-based workstations.
  • Investigate it alongside other context such as device management status, location, and other risk factors.
  • A New Device detection by itself should generally be treated as a lower-confidence signal.

Unusual User Agent

Unusual User Agent identifies changes in the type of browser or operating system normally used by a user.

To reduce false positives, the detection does not rely on frequently changing attributes such as browser or operating system versions when establishing a baseline or identifying deviations. For example, a routine Chrome version upgrade should not by itself make the user agent unusual.

The detection primarily uses more stable attributes such as:

  • Browser name
  • Operating system name

Best practices:

  • Treat this as a behavioral signal rather than proof of compromise.
  • Review whether the authentication came from a known and managed device.
  • Correlate it with other factors such as unusual location, new device, or unexpected authentication activity.
  • A new browser or operating system may be legitimate if the user changed devices or intentionally changed how they access resources.

For managed-device environments, device management status can provide important additional context. An unusual browser or OS observed on a known managed device may be lower priority than the same activity from an unmanaged or unexpected device.

Dormant Account Login

Dormant Account Login identifies authentication activity from an account that has been inactive longer than the configured threshold. This can help surface accounts that may no longer be required or credentials that are being used unexpectedly after a long period of inactivity.

Best practices:

  • Confirm whether the account should still be active.
  • Review the source device, location, and authentication result.
  • Investigate recent password, MFA, or account changes where relevant.
  • Disable accounts that are no longer required.

Best Practices for Access Risk Detection

Use risk factors based on how users and devices operate in your environment. A detection that represents normal behavior will generate noise rather than a useful security signal.

When investigating a detection:

  1. Review the user and authentication event.
  2. Determine whether the device is known and managed.
  3. Check whether there is an expected operational explanation.
  4. Look for other risk factors or unusual attributes on the same event.
  5. Compare the activity with the user's recent authentication patterns.
  6. Take remediation action when activity cannot be verified or is suspected to be unauthorized.

Multiple independent risk signals occurring together generally warrant more attention than a single behavioral change.

Understand Risk Scores and Severity

Every login event in your organization passes through Access Risk evaluation. The system checks each of the nine enabled risk factors against the user's established behavior profile. If any deviation is detected, it contributes a weight to the overall risk score.

The final risk score for a login is the sum of all contributing factors. This produces a numerical score that represents how far the login has deviated from the user's normal behavior.

note

A login from Berlin is not inherently risky — but it is risky if the user has never logged in from Berlin before. Access Risk scores logins against each user's personal baseline, not against organization-wide thresholds. This is why the same behavior can be normal for one user and suspicious for another.

Severity levels

The numerical risk score is mapped to one of three severity levels, which are what you will see most often in the dashboard and detections list.

SeverityWhat it MeansTypical Action
LowA single minor deviation from established profile, or a pattern that is weakly suspicious on its ownReview periodically. Safe to auto-resolve via MFA in most cases
MediumMultiple deviations, or a single stronger signal such as login from a new countryReview and investigate the user's recent activity before dismissing
CriticalHigh-confidence indicator of an account takeover — for example, impossible travel or login from a dormant account with multiple other anomaliesInvestigate immediately. Consider forcing a password reset, reviewing session activity, and contacting the user to confirm

Was this information helpful?