RDAP
Also known as: Registration Data Access Protocol
The Registration Data Access Protocol — a modern JSON/HTTPS replacement for WHOIS that returns structured registration data for IP addresses, ASNs, and domain names.
Last updated:
What is RDAP?
RDAP (Registration Data Access Protocol) is the modern replacement for WHOIS. It exposes registration data — who owns an IP block, an ASN, or a domain name — through a standardized JSON over HTTPS API instead of WHOIS's ad-hoc plain-text format. RDAP was standardized in 2015 (RFC 7480–RFC 7484) and has been the preferred protocol for IP and ASN lookups since ICANN mandated it alongside WHOIS in 2019.
How RDAP improves on WHOIS
RDAP addresses several long-standing WHOIS problems:
- Structured JSON output instead of inconsistent free-text responses that differed by registry
- Predictable URL patterns like
https://rdap.arin.net/registry/ip/8.8.8.8andhttps://rdap.arin.net/registry/autnum/15169 - Internationalization for non-ASCII contact names and addresses
- HTTPS with standard authentication instead of unauthenticated port-43 queries
- Tiered access allowing privileged clients to see contact details hidden from public queries
- Bootstrap mechanism — a single starting point (
https://data.iana.org/rdap/ipv4.json) tells clients which RIR to query for any given IP
What RDAP returns for an IP
A typical RDAP response for an IP address includes:
- The allocated CIDR range that contains the IP
- The organization or entity that holds the allocation
- Abuse contact details (email, phone) — essential for reporting attacks originating from the block
- Registration and last-modified dates
- The parent ASN and network handle
Abuse teams and threat intelligence platforms rely on RDAP to automate abuse reporting at scale, since its structured output can be parsed reliably across all five regional registries. Our IP lookup enriches every result with RDAP data where available.