AbuseIPDB alternativeThe free, open
The free, open
AbuseIPDB alternative.
AbuseIPDB is the go-to database of reported abusive IPs, with a confidence score per address. ffraud gives you the same signals, plus a fraud score, abuse history, open ports, and WHOIS, free for everyone, no usage caps, and published continuously as MIT open data.
ffraud vs AbuseIPDB
| ffraud | AbuseIPDB | |
|---|---|---|
| Price | Free, forever | Free tier, then paid |
| Daily cap | None (fair-use burst only) | Capped on free |
| Open data (MIT) | Yes, 1.1M+ IPs, 30-min refresh | No bulk export on free |
| Fraud score + categories | Yes | Confidence score |
| VPN / proxy / Tor detection | Yes | Limited |
| Open ports + CVEs, WHOIS | Yes | No |
| Drop-in migration | One URL | n/a |
Free accounts are capped at a fixed number of checks per day, and higher volume needs a paid plan.
Migrate in one line
Change one URL. Keep your code.
If you run fail2ban and report to AbuseIPDB today, you can point the same action at ffraud and keep contributing, for free, while also pulling the whole database from GitHub whenever you want.
Before (AbuseIPDB)
curl -G https://api.abuseipdb.com/api/v2/check \ --data-urlencode "ipAddress=80.82.77.33" \ -H "Key: YOUR_ABUSEIPDB_KEY" \ -H "Accept: application/json"
After (ffraud)
curl -G https://api.ffraud.com/compat/abuseipdb/v2/check \ --data-urlencode "ipAddress=80.82.77.33" \ -H "Key: ff_live_your_key_here"