HomeServicesPortfolioAboutContactBlogCareers
Book a call
Fintech

Synthetic Identity Fraud: Why It's Hard and What Signals Catch It

September 2026 · ISTRALLEN Team

A blend, not a fake

A synthetic identity isn't a wholly invented person — it's a blend of real and fabricated elements, often a genuinely valid identifier paired with a fabricated name, address, or date of birth. That mix is exactly why it's hard: each piece can check out individually, because part of it genuinely is real.

Why single-field verification misses it

Standard identity verification checks one field at a time — is this a valid identifier, does this address exist, does this name match a record. A synthetic identity is built specifically to pass each of those checks, because the fraud isn't in any single element, it's in the combination — a valid identifier that has never actually been paired with this name and address anywhere before now.

The cultivation pattern

A synthetic identity is often "grown" deliberately over months: small transactions, on-time payments, a credit file that builds up a normal-looking history — before the eventual bust-out. This is why it can look like a genuinely good customer for a long time, and it's exactly why history-based signals, tracked over time, matter more here than any day-one check could.

What actually catches it

A combination-consistency check — flagging identity elements that are each individually valid but have never co-occurred anywhere in prior records — does more work than any single-field lookup. Other useful signals: a credit file whose age doesn't match the stated history or age of the applicant, and multiple applications sharing one real element, like an address or phone number, across otherwise different identities.

The network angle

Synthetic identities used together tend to share infrastructure — the same device, the same funding source — the same "shared device across new accounts" signal already useful for neobank onboarding fraud and mule-account detection. This is a graph problem: entity-linking across accounts, not a per-application score.

A worked example

Two loan applications, filed months apart under different names, both list the same phone number — a detail neither application's own verification check would flag, since each phone number individually belongs to a valid, active line. Cross-referencing new applications against the network of previously seen identity elements surfaces the shared number, and both applications get routed to manual review rather than approved automatically. Neither application looks suspicious in isolation; the shared element across two supposedly unrelated identities is what catches it.

Where the reasoning layer helps

A structured feature model catches the statistical pattern; a reasoning layer reviewing an application's narrative details — stated employment, purpose — can flag a story that's internally inconsistent in a way a boosted-tree model on tabular features alone wouldn't see, the same complementary role it plays in our fraud-scoring project.

The honest limitation

No single signal here is decisive — synthetic identity detection is a combination scored together, with real uncertainty. Confidence-based routing to a human reviewer for the ambiguous cases is the practical answer, not a claim that any system catches synthetic identities with certainty.

Where this stops being right

  • A product with strong upfront in-person verification may see much less synthetic identity risk than a fully remote onboarding flow.
  • Low-value accounts may not justify the network-analysis infrastructure this problem genuinely needs — a simpler combination check may be enough.
  • Certainty framing is the wrong expectation — this is a probabilistic, evolving problem; treat any specific detection claim, including ours, as an estimate, not a guarantee.

FAQ

Why can't standard identity verification catch synthetic identities? Because each element checks out individually — a valid identifier paired with a fabricated name or address passes a single-field check. The fraud is in the combination, which needs a different kind of check entirely.

What's the strongest signal for synthetic identity fraud? A combination-consistency check — identity elements that are each individually valid but have never appeared together in any prior record — usually outperforms any single-field lookup.

Does synthetic identity fraud show up at onboarding? Rarely with certainty — it's often deliberately cultivated over months to look like a normal customer, which is why history-based signals matter more than day-one checks alone.

ISTRALLEN builds fraud detection that scores identity-element combinations and account networks, not just single fields — see AI for Fintech.

See it in production
AI for Fintech → Fraud-scoring case study →
← All articles