Data · Abuse contact roadmap

One field, a whole takedown workflow.

Every ASN has a registered abuse-contact email in RIR whois. We're surfacing that field on every response so your takedown automation doesn't need a whois library.

Planned shape

{
  "ip": "185.220.101.5",
  "asn": 205100,
  "org": "F3 Netze e.V.",
  "abuse_contact": "[email protected]",
  ...
}

The field will be present on every plan (including Free). We derive it from the same daily RIR feeds we use for ASN data, with fallback to the org record when a specific abuse address is missing.

Why surface it as an API field

Typical use

  1. Your SIEM flags suspicious scraping from a batch of IPs.
  2. You POST /v1/batch those IPs to IP-Atlas.
  3. For each result, you pull asn, org, and abuse_contact.
  4. Your job templates a takedown email to the abuse contact. One job, 100 IPs, no whois dependency.
Shipping in Q3 2026. If you want early access to test against your takedown workflow, email [email protected].
Start free