Get abuse reporting contacts and network operator info for any IP address. Look up abuse emails, RIR data, and network registrar details instantly.
Capabilities
Everything you need to report abuse, spam, and network violations to the right contacts.
Retrieve verified abuse contact email addresses directly from RIR databases — no manual searching required.
Get full network registrar details including organisation name, address, and phone numbers from all five RIRs.
Unified access to ARIN, RIPE NCC, APNIC, LACNIC, and AFRINIC — all five Regional Internet Registries in one API call.
Auto-generate abuse report templates pre-filled with network operator details, ready to send in seconds.
Submit batches of IPs to retrieve abuse contacts for each one simultaneously — ideal for large-scale security operations.
All contact data is sourced directly from authoritative RIR databases and validated for accuracy and deliverability.
Response Schema
All fields returned by the /v2/ip/{ip}/abuse endpoint.
| Field | Type | Description |
|---|---|---|
ip | string | The queried IP address |
abuse_email | string | Primary abuse reporting email address |
rir | string | Regional Internet Registry (ARIN, RIPE, APNIC, LACNIC, AFRINIC) |
network_name | string | Network handle name as registered with the RIR |
org_name | string | Full legal name of the network operator organisation |
org_address | string | Registered postal address of the organisation |
phone | string | Contact phone number for the network operator |
country | string | ISO 3166-1 alpha-2 country code |
Live Demo
Enter any IP address to retrieve its abuse contact details.
{
"ip": "1.1.1.1",
"abuse_email": "[email protected]",
"rir": "ARIN",
"network_name": "CLOUDFLARENET",
"org_name": "Cloudflare Inc.",
"org_address": "101 Townsend Street, San Francisco, CA 94107",
"phone": "+1-650-319-8930",
"country": "US"
}
Applications
Quickly find and contact the responsible network operator when you receive spam, DDoS attacks, or malicious traffic from an IP.
Integrate abuse contact lookups into your SIEM and incident response playbooks to streamline escalation paths for security events.
Meet regulatory requirements by ensuring abuse complaints are filed with the correct RIR contacts. Maintain audit trails of all reports sent.
Integration
# Get abuse contact for an IP address
curl -X GET "https://api.hostinfo.com/v2/ip/1.1.1.1/abuse" \
-H "Authorization: Bearer YOUR_API_TOKEN"
Free plan includes 50K API calls/month. No credit card required.