Real-time threat signals for every IP address. VPN & proxy detection, Tor exit node identification, botnet C2 flagging, datacenter range mapping, and abuse risk scoring — all in a single API call.
4.2B+
IPs Scored
180M+
Threat Signatures
Hourly
Updated Every
99.1%
Detection Accuracy
Comprehensive threat signals combined into a single, fast API response.
Identify commercial VPNs, open proxies, SOCKS/HTTP proxies, and anonymizing services. 200+ VPN providers in our database.
Hourly-refreshed list of active Tor exit nodes. Detect anonymized traffic from the Tor network in real time.
Flag IPs known to host botnet command-and-control infrastructure or distribute malware. Cross-referenced with threat feeds.
Identify IPs belonging to cloud providers and datacenters. AWS, GCP, Azure, Hetzner, OVH and 300+ more providers mapped.
Detect residential proxies that masquerade as real users. Identify IPs from proxy networks like Bright Data, Oxylabs, and others.
A 0–100 composite risk score combining all threat signals. Custom risk thresholds let you block, challenge, or allow traffic programmatically.
One endpoint returns all the threat data you need.
Sign up for free and get 50,000 requests per month. No credit card required.
Send a GET request with any IP address. The API returns a full threat profile in under 50ms.
Block, challenge, or log traffic based on risk scores and threat flags. Fully customizable thresholds.
Rich, structured data returned in milliseconds.
{
"ip": "45.155.204.1",
"risk_score": 87,
"risk_level": "high",
"is_vpn": true,
"is_proxy": false,
"is_tor": false,
"is_datacenter": true,
"is_residential_proxy": false,
"is_botnet": false,
"threat_types": ["vpn", "datacenter", "anonymizer"],
"vpn_provider": "Mullvad VPN",
"abuse_reports_30d": 14,
"last_abuse_report": "2026-04-12T08:21:00Z",
"detection_confidence": 0.96,
"asn": "AS60068",
"org": "Datacamp Limited",
"country": "NL",
"updated_at": "2026-04-18T07:00:00Z"
}
Add threat intelligence to your app in under 5 minutes.
curl "https://api.hostinfo.com/v2/threat/8.8.8.8" \ -H "Authorization: Bearer YOUR_API_KEY"
More intelligence to power your security stack.
Free tier includes 50,000 threat intelligence queries per month. No credit card required.