Urgent.News

What's breaking now, across thousands of outlets.

Tech

FraudLens: We Built a Fraud Investigator on TigerGraph, Not a Fraud Classifier

FraudLens: building a fraud investigator on TigerGraph, not a fraud classifier By Team TrustMeBro (Yash, Manan, Priyank), built at Goa Hackerhouse 2026 with @TigerGraphDB and @247pmstudio Why we didn't build a classifier Before Goa Hackerhouse 2026, none of us had used a graph database seriously. The challenge changed that. We were given a bank's card transactions, a history of closed fraud…

FraudLens developers avoided creating a fraud classifier by focusing on relationships instead of scoring individual transactions. The system is built on a graph database, TigerGraph, allowing it to investigate alerts and gather evidence from the relationships between customers, cards, transactions, devices and regions. The investigators ask questions such as whether the transaction fits the customer's spending history, if the device has been used before, and whether there's a more innocent explanation for the alert.

FraudLens compares the alert to historical closed-case investigations in TigerGraph, and estimates the probability and uncertainty of fraud, before making an initial decision. If further evidence could change the outcome, the system requests more information from the customer. The final decision is made by a deterministic policy engine that determines whether an action, such as blocking a card, requires approval from an analyst. The entire process is logged back into TigerGraph for confirmation.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Breaking CI Guards on Purpose to Prove They Can Fail

Code: Megapixel99/canfail A CI guard that has never failed may be incapable of failing. A lint rule disabled by a config merge, a type check whose glob stopped matching, a schema validation step…

  • CI guards can be deliberately broken to test their limitations
  • canfail tool allows users to declare breaks in specific files
  • canfail relies on file mtime to detect successful breaks

More from Thursday 24 September →