Reverse IP Lookup

Discover the hostname associated with any IP address. Query PTR records, ASN information, and network ownership.

Reverse Lookup for 8.8.8.8

IP Version: IPv4
Type: Public
Response Time: 28ms

PTR Record (Reverse DNS)

Hostname associated with this IP address

PTR dns.google

Network Information

Autonomous System (ASN) details

ASN AS15169
Organization GOOGLE - Google LLC, US
Country πŸ‡ΊπŸ‡Έ US
Registry arin
Allocated 2023-12-28

Queried at 5/10/2026, 7:18:46 PM

About Reverse IP Lookup

Reverse IP lookup (also known as reverse DNS or PTR lookup) finds the hostname associated with an IP address. This is the opposite of a standard DNS lookup, which resolves domain names to IP addresses.

How It Works

  • PTR Records - Pointer records map IPs to hostnames
  • in-addr.arpa - Special domain for IPv4 reverse lookups
  • ip6.arpa - Special domain for IPv6 reverse lookups
  • ASN Lookup - Identifies network ownership via Cymru DNS

Common Use Cases

  • Email Verification - Validate sender server identity
  • Security Analysis - Identify suspicious IP origins
  • Network Troubleshooting - Verify DNS configuration
  • Log Analysis - Resolve IPs to readable hostnames

REST API

Integrate reverse IP lookups into your applications with our REST API. Query PTR records and ASN information programmatically.

GET Reverse IP Lookup
$ curl https://api.requestguard.com/v1/ip/reverse?ip=8.8.8.8
Response for 8.8.8.8 Live Data
{
  "success": true,
  "data": {
    "ip": "8.8.8.8",
    "version": 4,
    "type": "public",
    "hostname": "dns.google",
    "asn": {
      "number": 15169,
      "organization": "GOOGLE - Google LLC, US",
      "country": "US",
      "registry": "arin"
    },
    "queryTimeMs": 28,
    "queriedAt": "2026-05-10T19:18:46.894Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’