Impossible Travel Login Detection

AuthenticationAttacks Multi-Platform Account Compromise / Impossible Travel

What This Means

Detect impossible travel anomalies where a user authenticates from geographically distant locations in an impossibly short timeframe, indicating credential compromise.

Example Log

-- Two logins from physically impossible locations:
Login 1: jsmith@contoso.com from New York, US at 14:00 UTC (IP: 72.21.x.x)
Login 2: jsmith@contoso.com from Moscow, RU at 14:15 UTC (IP: 195.19.x.x)
-- Distance: ~7,500 km in 15 minutes (impossible without teleportation)

Indicators of Suspicious Activity

How to Investigate

  1. Verify with the user whether they are traveling or using a VPN
  2. Check the exact IP addresses and determine if either is a VPN/proxy
  3. Review the GeoIP data accuracy — some IP geolocation databases have errors
  4. Check if the second login used a different authentication method or device
  5. Investigate what actions were performed during the suspicious session
  6. Determine if any MFA bypass methods were used

Recommended Mitigations

Scan This Log Instantly

Paste a suspicious log line below and get an instant AI-powered security assessment.

0 / 2000

Need a Full Investigation?

Scan entire log files, detect attack patterns, reconstruct timelines, and generate a full investigation report.

Run Smart Scan

Related Log Types

Related Attack Patterns

Frequently Asked Questions

What is impossible travel?
Impossible travel is when a user account authenticates from two geographic locations that are too far apart to physically travel between in the elapsed time. For example, logging in from New York and then London 10 minutes later.
Can VPNs cause false positive impossible travel alerts?
Yes. If a user connects through a VPN, their apparent location changes to the VPN exit node. This is the most common cause of false positives. Include VPN IP ranges in your exclusion list.
How do I calculate if travel is impossible?
Estimate the distance between the two GeoIP locations and divide by the time elapsed. If the required speed exceeds ~900 km/h (commercial jet speed), the travel is physically impossible.