Guides
Last updated
July 24, 2026

Fraud Risk Scoring: How Risk Scores Work and What Feeds Them

Nicolas Rios
Nicolas Rios

Table of Contents:

Get your free
IP Geolocation
 API key now
stars rating
4.8 from 1,863 votes
See why the best developers build on Abstract
START FOR FREE
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No credit card required

You cannot manually review every signup and transaction, and blocking everything suspicious blocks paying customers too. Risk scoring is the compromise every fraud system lands on: turn what you know about an event into a number, and let the number pick between allow, review, and block. This guide covers how fraud risk scores work, which signals feed them, and the trade-off between scores you buy and flags you combine yourself.

What is a fraud risk score?

A fraud risk score is a number, usually 0 to 100 or 0 to 1, expressing how likely a transaction, signup, or login is to be fraudulent. It is computed in real time from signals about the event: the network it came from, the identifiers it used, and how it compares to normal behavior. Thresholds on the score drive the decision.

The signals that feed a risk score

Scores are only as good as their inputs. Four signal families do most of the work.

  • Network: is the IP a datacenter, VPN, proxy, or Tor exit? What country does it sit in, and which network operator (ASN) announces it? Residential ISP traffic and hosting-provider traffic mean different things at checkout; the free VPN detector runs this check on any IP.
  • Identity: does the email exist, and is its domain disposable? Try the free disposable email checker on any address. Does the phone number ring, and is it a real mobile line or a VoIP number created this morning?
  • Consistency: do IP geolocation, billing address, shipping address, and card country tell one story or four?
  • Velocity: how many attempts from this IP, device, or card family in the last hour?
Enter an IP address to start
Need inspiration? Try
73.162.0.1
LOCATE
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Checking
5
Results for
ip address
Country:
TEST
Region:
TEST
City:
TEST
Coordinates:
TEST
Zip code:
TEST
Connection:
TEST
Get free credits, more data, and faster results

Black-box scores vs transparent flags

Vendors sell single-number fraud scores: convenient, but unexplainable. When a score of 87 blocks a real customer, nobody on your team can say why, and disputing the vendor's opinion is not possible. The alternative is transparent signals: named true/false flags, is_datacenter, is_vpn, is_disposable_email, combined with weights you choose. You can explain every decision, tune every rule, and audit false positives.

That transparency is Abstract's approach: the IP Intelligence API returns the network flags and geolocation as plain booleans and fields rather than a proprietary score, and the same signals power the customer risk assessment solution. A reasonable starting model is simple addition: datacenter IP +40, disposable email +30, geo mismatch +20, VPN +15, with review at 40 and block at 70. Tune from your own dispute data.

Setting thresholds: the cost of each mistake

Scoring is a trade between two errors. A false negative costs the goods plus a chargeback fee and ratio damage; a false positive costs the sale and often the customer. That asymmetry is why most teams run three bands rather than a single cutoff: auto-allow the clean majority, auto-block the obvious attacks, such as card testing runs, and route the ambiguous middle to review. Keep the review band under a few percent of volume or the queue collapses.

Build, buy, or combine?

Buying a scoring product makes sense at high volume with a fraud team to manage it. Building a full model needs labeled dispute history most businesses lack. The middle path fits most teams: buy the signals, combine them with rules you own. One enrichment request per event, a weighted sum, three thresholds. The broader detection pipeline around it is covered in the payment fraud guide.

Frequently Asked Questions

What is a fraud risk score?

A real-time number expressing how likely an event, a transaction, signup, or login, is to be fraudulent, computed from network, identity, consistency, and velocity signals. Thresholds on the score decide allow, review, or block.

What is a good fraud score threshold?

There is no universal number; it depends on your margins and dispute costs. Start with three bands, roughly allow below 40, review 40 to 70, block above 70 on a 0 to 100 scale, and tune against your own chargeback outcomes.

What signals matter most for fraud scoring?

Network type is the strongest single online signal: datacenter, VPN, proxy, and Tor traffic correlates heavily with automation and evasion. Disposable emails and geography mismatches follow close behind. Combinations beat any single flag.

What is the difference between risk scoring and rules?

Rules are binary: match and act. A score accumulates evidence across many weak signals, so no single factor decides alone. Most real systems are rules layered on top of a score.

Should I use a vendor's fraud score or build my own?

If you need explainable decisions, combine transparent signal flags with your own weights. Buy a full scoring product when volume and a dedicated fraud team justify it. Signals-plus-rules covers most businesses well.

How is customer risk assessment different from transaction scoring?

Transaction scoring judges a single event; customer risk assessment scores the account behind events, its history, identifiers, and network patterns, so trusted customers skip friction and risky accounts get watched everywhere.

Nicolas Rios
Nicolas Rios

CEO at Abstract API

Get your free
IP Geolocation
key now
See why the best developers build on Abstract
get started for free

Related Articles

Get your free
IP Geolocation
key now
stars rating
4.8 from 1,863 votes
See why the best developers build on Abstract
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No credit card required