How to find who is hosting a website
To find where a website is hosted you resolve its domain to the IP addresses it points to, then look up who owns each of those IP addresses. This tool does both. It reads the domain's DNS records, then queries the regional internet registries over RDAP to find the network owner, the hosting provider or cloud, the ASN, the CIDR block, the country and the reverse DNS for each IP.
How to run a hosting lookup
- Type the full domain (for example github.com) into the box above.
- Select Check. The hosting details appear in a few seconds.
- Read the detected provider and the IP addresses the domain resolves to.
- Open each IP to see the network owner, ASN, CIDR, country and reverse DNS.
What each field means
- Provider: the hosting company or cloud behind the site's IP, such as Cloudflare, Amazon AWS, Google Cloud or Fastly.
- IP addresses: the addresses the domain resolves to. A site can have several, often across a CDN.
- Network owner and organization: the entity that the registry lists as owning the IP block.
- ASN: the Autonomous System Number that announces the IP block to the internet, which points to the operator.
- CIDR: the exact range of addresses the IP belongs to.
- Reverse DNS: the PTR hostname for the IP, which often reveals the data center or region.
Why the provider may be a CDN, not the origin
Many sites sit behind a content delivery network or reverse proxy such as Cloudflare, Fastly or Akamai. In that case the IP addresses a domain resolves to belong to the CDN, so the provider you see is the CDN in front of the site rather than the origin server's own host. That is expected and it is exactly what a visitor's browser connects to. This tool reports what the domain actually resolves to and never invents an origin it cannot see.
How the lookup works: DNS plus RDAP
The tool first resolves the domain over DNS to collect its IP addresses. It then looks up each IP with RDAP (Registration Data Access Protocol), the IETF successor to legacy WHOIS, which serves authoritative registry data as structured JSON over HTTPS. That is how it reports the network owner, ASN, CIDR, country and type for every IP without guessing.