Skip to main content

How Banks Fight Fraud

Rules, Models, and the Tradeoffs Between Them

· 4 min read

The more I learn about fraud, the more I realize how much of banking is shaped by the people trying to exploit it. Fraud isn't a side problem. It influences how accounts are opened, how transactions are monitored, how clients are verified, and how much friction everyone tolerates along the way.

How Banks Fight Fraud

I've been digging into how fraud detection actually works, and the reality is messier than I expected.

Rules vs. Models

What surprised me first is that fraud detection mostly comes down to two tools pulling in opposite directions, and the interesting part is the tension between them.

Rules came first, and I understood the appeal right away. You write specific conditions, and a transaction over a certain amount, from an odd location, at a strange hour, gets flagged. What I like about rules is that they are transparent. You can explain to a regulator exactly why an alert fired, and you can audit the logic. Their limit is rigidity. Fraudsters learn the thresholds and slip under them, and every new pattern means someone has to write another rule.

Machine learning runs the other way, and this is where it gets genuinely powerful. Instead of writing the rules, you train a model on history and let it surface patterns, including subtle combinations of signals no person would think to encode. The catch, and it is a real one in banking, is explainability. When an examiner asks why a transaction was flagged, "the model said so" does not hold up. And a model drifts as fraud changes shape, so it is never really finished.

So it is not rules or models. It is both, and the part I did not expect was the tuning. Rules carry the known patterns, models reach for the unknown ones, and the whole thing has to stay balanced so it does not bury the fraud team in alerts.

How Fraud Happens

Two kinds have taken up most of my attention, and they could not feel more different.

Account takeover is the one I find more intuitive. Someone gets into a real client's account through stolen credentials, phishing, or a SIM swap, and moves the money fast. What makes it urgent is speed. Once they are in, the window to catch it is tiny, and it keeps shrinking as payments get faster.

Synthetic identity fraud is the one that unsettles me. Instead of stealing an identity, the fraudster builds a new one, often stitching a real Social Security number from a child or an elderly person who will not notice onto a fake name and address. Then they nurture it. They apply for credit, get declined, apply again, and over months or years build a legitimate-looking credit file before they "bust out," max every line, and vanish.

What makes it so hard to catch is that it behaves for most of its life. The payments are on time. Nobody reports a problem, because there is no real victim to notice. By the time it surfaces, the loss is already booked. That patience is the part that bothers me.

The False Positive Problem

Every fraud detection system faces the same tension. Be too aggressive and you block legitimate clients. Be too lenient and you let fraud through.

For a community bank, this hits differently. A large institution can absorb some client friction because the volume is there. A community bank with a few thousand active accounts can't afford to freeze legitimate transactions and erode trust. Every false positive is a client calling in, frustrated, wondering why their card was declined at dinner.

The ratio matters more than most people realize. If a fraud system generates 100 alerts a day and 95 of them are false positives, the fraud team burns most of their time investigating legitimate transactions. That's expensive and demoralizing. And it makes it more likely they'll miss the five that actually matter.

What I've Taken Away

The big banks spend billions on fraud technology. A community bank doesn't have that budget. But the fraud doesn't scale down with the budget. The same attacks hit institutions of all sizes.

The technology choice matters less than the process around it. A well-tuned rule set with a responsive team can outperform an expensive ML system that nobody maintains. The tools need to match the team's capacity to use them.

And every fraud prevention strategy starts with the same question. Who is this person? If the answer is uncertain, everything built on top of it is vulnerable.