Fraud teams at banks, insurers, and fintechs agree on one thing: the fraud patterns that cost the most money are the ones the traditional stack doesn't catch. Credit-bureau scoring catches the obvious cases — stolen identities with credit histories that don't match the application, or device-fingerprint collisions across rapidly-submitted applications. It is substantially worse at catching synthetic identities, which are built precisely to pass those checks, and first-party fraud where a real consumer builds legitimate credit history over months before busting out. For the synthetic and first-party cases, mobility location data and property data together produce a signature the score-based models cannot see. This piece walks through the operational pattern mature fraud teams use to combine them.
Credit-bureau scoring and device fingerprinting together cover maybe 60–70% of the fraud-loss curve — mostly the stolen-identity and velocity patterns. The remaining 30–40% is where synthetic identity and first-party bust-out concentrate, and it is the most expensive tranche because the events take longer to detect and often pass multiple control gates before the loss realizes. FinCEN's published guidance on synthetic identity fraud and related financial-crime bulletins call out the same pattern: the signals to catch it are not in the credit file, because the credit file is precisely what the synthetic identity has been cultivating for the last 12–24 months.
Location data — particularly MAID-based mobility data at scale — makes one specific question answerable: does this person actually live where they claim to live? A synthetic identity constructed with a stolen-plus-fabricated identity mix often lists a residence address that the applicant has no real relationship to. Mobility data reveals this immediately. A legitimate resident's device shows a specific fingerprint:
The device associated with a synthetic identity's claimed address shows none of that pattern — no overnights at the address, no nearby daily-life POIs, sometimes no US-based pattern at all. Aggregated across 301 million US individual records and roughly 200 million MAID-to-HEM links, mobility signals catch this pattern in minutes rather than months. The identity-resolution plumbing behind the MAID-to-address join is covered in the companion piece on identity graphs 101.
Property data comes at the same question from the documentary side. A 155-million-record US property file tells the fraud team whether the applicant is listed as an owner or tenant of record at the claimed address. For ownership cases, the signal is precise — the deed, the tax bill, and the mortgage are all anchored to a specific named owner. For tenancy cases, the signal is weaker (utility records, voter rolls, change-of-address notices help but are not as clean), which is why fraud teams increasingly combine property-of-record data with location-signal confirmation rather than relying on either alone. A claim of ownership that doesn't appear in property records plus a device pattern that shows no residence at the address is a near-certain fraud flag; either signal alone generates more false positives than the team can triage. The FBI's annual Mortgage Fraud Report has called out this exact occupancy-misrepresentation pattern for years — the tooling to detect it at scale is what has changed.
The practical operational pattern combines both layers into a two-stage workflow. Stage one runs at application time: a fast property-data lookup on the claimed address confirms or flags the ownership or tenancy claim — sub-second latency, low false-positive rate, used as a decision input but rarely as a sole decline signal. Stage two runs out-of-band in a batch job — within 24 to 72 hours after application — and cross-references the applicant's known device(s) against the claimed residence. The batch stage is where most of the expensive catches happen; it's where the fraud team catches the first-party bust-out pattern in which the applicant is technically the owner of record but the device spent the last four months overseas. Banks and insurers who have built this two-stage pattern typically report 20–40% reduction in fraud loss on the first-party and synthetic tranches of their portfolio, which is where most of the industry's avoidable loss sits. For shops integrating this into a broader financial-crime program, the risk management and fraud detection solution provides the joined data layer alongside the broader financial services portfolio most teams are already running. The underlying pattern-recognition principle is simple: a credit score is one signal, a device fingerprint is another, a 90-day mobility pattern is a third, a property-records match is a fourth. Each has a false-positive rate that's too high to act on alone; combined, the false-positive rate drops below the threshold where fraud operations teams can efficiently investigate the flagged cases.