Know Who's Real Before They
Create an Account
Detect fake users, bot-generated accounts, and fraudulent signups using IP intelligence and email validation. One API call returns a trust score in under 20ms.
Fake Users Are Everywhere
Bots and bad actors create fake accounts to exploit promotions, scrape data, inflate metrics, and commit fraud. They cost you money and pollute your data.
Signals We Analyze
IPASIS combines IP intelligence and email validation to build a comprehensive profile of every user — in a single API call.
Disposable Emails
Detect emails from 120K+ disposable providers like Mailinator, Guerrillamail, and Tempmail.
Gibberish Usernames
Flag usernames with random character patterns typical of bot-generated accounts.
Newborn Domains
Identify email domains registered in the last 14 days — a strong fraud signal.
VPN & Proxy Detection
Detect users hiding behind VPNs, public proxies, and SOCKS tunnels.
Datacenter IPs
Identify traffic from cloud providers (AWS, GCP, Azure) — a hallmark of bot activity.
Tor Exit Nodes
Detect connections routed through the Tor anonymity network in real time.
ASN & ISP Analysis
Analyze the network origin to distinguish residential users from hosting infrastructure.
Abuse History
Cross-reference IPs against 10+ real-time threat feeds for known abuse sources.
Role Accounts
Flag role-based addresses (admin@, info@, noreply@) that indicate non-personal signups.
Trust Score Breakdown
Every user interaction gets a risk score from 0 to 100. The higher the score, the more likely it's a fake user or bot.
Add to Your Signup Flow in Minutes
One API call before account creation. That's all it takes.
# Check user before creating account
curl -H "X-API-Key: YOUR_KEY" \
"https://api.ipasis.com/v1/validate-email?email=user@tempmail.com&ip=185.220.101.4"
# Response:
{
"risk": {
"score": 95,
"level": "CRITICAL",
"recommendation": "BLOCK",
"primary_reasons": [
"email_disposable",
"ip_is_tor",
"ip_is_datacenter"
]
},
"email": {
"type": "disposable",
"checks": {
"is_disposable": true,
"is_gibberish": false,
"is_newborn_domain": true
}
},
"ip": {
"is_vpn": false,
"is_tor": true,
"is_proxy": false,
"is_datacenter": true
}
}Score of 95 → this is almost certainly a fake user. Block or challenge.
Industries That Need Fake User Detection
E-Commerce
Prevent promo abuse, fake reviews, and bot-driven account creation on your platform.
Marketplaces
Keep listings genuine and prevent scammer accounts from flooding your marketplace.
Social Platforms
Stop fake profiles, bot followers, and spam accounts before they pollute engagement.
SaaS
Protect your free tier from abuse by detecting disposable emails and datacenter signups.
Gaming
Prevent multi-accounting, ban evasion, and bot-driven cheating in competitive games.
Fintech
Meet KYC requirements by flagging suspicious identities at the point of account creation.
Stop Fake Users Today
Start with 1,000 free requests per day. No credit card required. See fake users in your signup flow within minutes.