security.ipqs.ip_check
Check IP addresses for fraud signals like proxy, VPN, and bot detection with risk scoring. Provides geolocation and abuse data to prevent e-commerce fraud.
Instructions
Check any IP address for fraud signals — proxy, VPN, Tor, bot, crawler detection with fraud score (0-100). Returns geolocation (country, city, ISP, ASN), abuse velocity, connection type, and 9+ risk indicators. Essential for e-commerce fraud prevention (IPQualityScore)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address to check (e.g. "8.8.8.8", "2001:4860:4860::8888") | |
| strictness | No | Detection strictness 0-3 (0=least strict, 3=most aggressive). Higher catches more fraud but may flag legitimate users | |
| allow_public_access_points | No | Allow public WiFi/library IPs to pass without penalty (default false) |