Solution

Stop Fake Signups

Block disposable inboxes, datacenter IPs, suspicious domains, and automated user agents before an account is created.

1

Assess

Call assess before creating the user, store request_id on the signup, and challenge only uncertain sessions.

2

Decide

Use allow, challenge, review, or block instead of stitching together separate lookup scores.

3

Investigate

Search dashboard events by request ID, IP, email, domain, country, ASN, or reason.

Copy-paste API shape

POST /v1/assess
{
  "ip": "37.27.251.99",
  "email": "user@example.com",
  "domain": "example.com",
  "event": "signup"
}