Several different companies can be involved in putting a single website online, and "host" gets used loosely to mean any of them. Separating these roles is the single most useful thing you can do before running any lookup.
| Role | What it controls | What a lookup may reveal | Why it may not be the host |
|---|---|---|---|
| Registrar | The domain registration itself | Who you registered the domain through | The registrar manages the domain registration; it does not necessarily host the website |
| DNS provider | Which records are published for the domain | Where DNS is currently managed | A DNS provider can be entirely separate from wherever the site's files actually live |
| Nameserver operator | Authoritative answers for the DNS zone | Provider-branded nameserver names | Nameservers identify DNS authority, not necessarily the origin host |
| CDN / reverse proxy | Traffic between visitors and the origin, caching, TLS | An IP or nameserver belonging to the CDN | The CDN sits in front of the real host and can intentionally conceal it |
| IP owner | The registered allocation for an IP range | The organization an IP address is registered to | That organization may be a cloud platform, reseller, or network operator, not a hosting vendor |
| ASN operator | The network announcing/routing an IP prefix | Which autonomous system carries the traffic | The ASN identifies the network, not necessarily who sold hosting to the site owner |
| Cloud platform | The underlying compute or storage infrastructure | A major cloud provider's name in IP data | The customer-facing hosting company may be a reseller built on top of that cloud |
| Hosting provider | The origin server running the site's files, database, or application | Sometimes directly, sometimes only through indirect evidence | This is the role people usually mean — and the hardest to confirm with certainty |
Public lookups reveal public infrastructure relationships. They don't reliably reveal contractual or billing relationships, and they can't always see through a service designed to hide what's behind it.
What a lookup typically cannot confirm on its own:

Nameservers identify DNS authority, not necessarily the origin host — this is the first and most common mix-up people make.
Authoritative nameservers are the servers responsible for answering DNS queries for a domain's zone. You can retrieve them with an NS lookup:
dig NS example.com
If you'd rather not use a command line, Atak Domain's DNS lookup tool does the same query through a browser.
Provider-branded nameservers (something like ns1.hostingcompany.com) can suggest which company manages DNS for the domain. But custom or white-labeled nameservers can obscure the underlying operator entirely, and registrar default nameservers are not proof of website hosting — they just mean nobody changed the default DNS setting.
Interpretation example: if a domain's nameservers belong to a well-known CDN, that tells you the CDN is authoritative for DNS. It does not tell you where the site's files or database actually live.
Sobald Sie wissen, wo DNS maßgeblich ist, besteht der nächste Schritt darin, herauszufinden, zu welcher IP-Adresse die Domain tatsächlich aufgelöst wird.
dig A example.com
dig AAAA example.com
dig CNAME www.example.com
Einige Dinge erschweren diesen Schritt:

An ASN (autonomous system number) identifies the network that announces and routes a given IP prefix on the internet. Checking it, alongside the IP's registration record, tells you something real — but not automatically who sold hosting to the site's owner.
Regional internet registries (ARIN, RIPE NCC, APNIC, LACNIC, AFRINIC) publish allocation data for the IP ranges in their region, and this data can help narrow down which organization a given IP belongs to. But cloud platforms, resellers, colocation providers, and managed-hosting arrangements all complicate a clean attribution — an IP registered to a major cloud provider tells you the cloud provider owns the infrastructure, not which company built a hosting business on top of it and sold it to the site owner.
The result must be described as "the network associated with the IP" unless stronger evidence exists.
| Result observed | What it probably means | What it does not prove | Recommended next check |
|---|---|---|---|
| CDN ASN | Traffic is routed through a CDN's network | That the CDN is the origin host | Confirm whether the result belongs to a CDN and document that the origin host remains inconclusive |
| Major cloud-provider ASN | The workload likely runs on that cloud platform | Which company sold hosting to the site owner | Check for a reseller or managed-hosting brand layered on top |
| Hosting-company ASN | A hosting company likely owns or operates this infrastructure directly | That this is definitely a retail hosting customer relationship | Cross-check with nameservers and reverse DNS for agreement |
| ISP or enterprise network | The site may be self-hosted or run from a business connection | That this is a commercial hosting arrangement at all | Check for a static IP assignment and confirm with RIR allocation data or IP RDAP records |
| Multiple IPs from different networks | Multi-cloud, load balancing, or a CDN mixed with an origin | That any single network is "the" host | Treat as inconclusive until other signals agree |
A responsible lookup tool combines several of the checks above instead of asking you to run each one manually. A genuinely useful tool should draw on NS records, A and AAAA records, CNAME chains, IP ownership data, ASN data, CDN detection, and reverse DNS where relevant — and should be upfront about the limits of what it's showing you, not just a confidence score with no explanation.
Atak Domain's IP and hosting lookup tool resolves a domain to its current IP address and shows the associated hosting provider, location, ASN, and reverse DNS data. The result may identify a well-known CDN or proxy network as the visible provider — in that case, treat the result as evidence about the delivery layer rather than the origin host. [VERIFY THE CURRENT ATAK DOMAIN LOOKUP TOOL, ITS FINAL URL, SUPPORTED FIELDS, AND OUTPUT BEFORE PUBLICATION] For DNS records specifically, use Atak Domain's DNS lookup tool alongside it.
Run a Hosting Lookup
Check the public DNS and network signals associated with a domain, then compare the results before drawing a conclusion.
Results reflect public DNS and network data at the time of the lookup and may show a CDN or proxy rather than the origin server.

A CDN or reverse proxy publishes its own edge IP addresses, and visitors connect to those edges rather than directly to the origin server. That means the visible IP owner in a lookup may be the CDN — and the nameservers, if the CDN also manages DNS, may belong to the CDN too. Neither fact proves that the CDN is hosting the website. The origin is often intentionally kept out of public view for performance and security reasons, and public lookup tools should never be presented as a way to circumvent that protection.
A CDN is the most common source of this ambiguity, but not the only one. Other setups that can obscure a clean answer:
No single method in this guide is conclusive on its own. Treating them as a workflow, checked in sequence and weighed together, is what actually gets you a defensible answer.
**1. ** Check the NS records for the domain.
**2. ** Resolve both the root domain and www.
**3. ** Follow any CNAME chain to its actual endpoint.
**4. ** Check who the resulting IP address is registered to.
**5. ** Check the ASN carrying that IP.
**6. ** Look for CDN or reverse-proxy indicators in any of the above.
**7. ** Compare all the signals together rather than trusting the first one you find.
**8. ** Record genuine uncertainty instead of forcing a conclusion the evidence doesn't support.
| Signal | Example observation | Confidence contribution | Limitation |
|---|---|---|---|
| Nameservers | Provider-branded NS records | Supporting evidence for DNS management | Doesn't confirm where files or database live |
| IP owner | IP registered to a named hosting company | Supporting to strong, if it agrees with other signals | May be a cloud platform or reseller, not a retail host |
| ASN | ASN matches a known hosting network | Supporting evidence | Identifies the network, not the billing relationship |
| Reverse DNS | PTR record matches a hosting brand | Supporting evidence when it agrees with IP owner | Not always configured, and not authoritative on its own |
| CDN detection | Known CDN IP range or header pattern | Explains what you're seeing, not who hosts the origin | Actively designed to prevent origin discovery |
Scenario 1 — nameservers, IP owner, and reverse DNS all point to the same hosting provider. Correct conclusion: this is strong, converging evidence for that provider. Incorrect conclusion: treating this as absolute proof of a specific billing relationship, since a reseller could still sit in between.
Scenario 2 — nameservers belong to one DNS provider, while the resolved IP belongs to an entirely different hosting network. Correct conclusion: DNS management and origin hosting are split between two companies, which is common and not unusual. Incorrect conclusion: assuming the DNS provider is also the host just because it appeared first.
Scenario 3 — both the IP and the nameservers belong to a CDN. Correct conclusion: the origin host is inconclusive from public data alone, and that's a legitimate, honest answer. Incorrect conclusion: naming the CDN as "the host" because it's the only organization visible in the results.

If you own or manage a site but can't remember who hosts it, the public lookup methods above are a starting point — but your own records are usually faster.
Identifying the current host is only one part of getting ready for a migration. The checklist below covers what actually prevents things from breaking during the move.
Planning a Website Migration?
Choose a hosting plan that supports your website's technology, expected traffic, security requirements, backups, and email setup.
Check the domain's nameservers, resolve it to an IP address, and look up who that IP is registered to along with its ASN. Combine all three signals rather than trusting any one alone, since a CDN or cloud platform can appear in place of the actual origin host.
Not reliably. WHOIS and RDAP provide domain-registration data, such as the registrar, registration status, and important dates. Registrant details may be redacted or unavailable, and these services do not reliably identify the website's hosting provider.
Sometimes, but not necessarily. Many providers offer both services together, but a domain can be registered with one company and hosted entirely somewhere else, and neither arrangement is unusual.
They reveal who's authoritative for the domain's DNS, which is often related to hosting but isn't the same thing. Custom or white-labeled nameservers in particular can obscure the underlying hosting company entirely.
It can identify the network the IP is registered to, which is useful supporting evidence but not final proof. That network could be a hosting company, a cloud platform, a reseller, or a colocation provider — the registration data alone doesn't distinguish between them.
If a site uses Cloudflare as a CDN or reverse proxy, visitors connect to Cloudflare's edge network rather than the origin server directly, so Cloudflare's IP and sometimes its nameservers are what a public lookup sees.
Yes, by design. A CDN's job includes protecting the origin server from direct exposure, so a lookup showing Cloudflare tells you about the delivery layer, not necessarily where the site is actually hosted underneath it.
An autonomous system number identifies a network that announces and routes IP address ranges on the internet. Checking the ASN for an IP tells you which network carries that traffic, which is a useful but not conclusive signal for hosting attribution.
Yes. A site might use one provider for the main application, another for static assets or media, and a CDN in front of all of it — multi-provider setups are common, especially for larger or higher-traffic sites.
Tools query different data sources, cache results for different lengths of time, and may check different record types. Geographic or load-balanced DNS can also legitimately return different answers depending on where the query originates.
Not directly. A hosting lookup tells you about infrastructure — DNS, IP, network — not who owns or operates the website itself. Domain ownership is a separate question typically explored through WHOIS or RDAP, with its own significant limitations.
Check your email for invoices and renewal notices, review your registrar account, check password managers, and ask anyone who helped build or maintain the site. This is usually faster and more reliable than public lookup methods.
Checking publicly available DNS and network-registration data is a routine technical activity. However, how the information is collected or used may be subject to applicable laws, provider terms, and local regulations. Public lookup data should never be used to bypass access controls, probe private systems, or expose protected infrastructure.
A full backup of website files and the database, a complete record of the current DNS zone, and copies of MX, SPF, DKIM, DMARC, verification, and CAA records — these are what most commonly break during a migration if they're not preserved.
Use several signals together rather than one. Keep DNS, network, CDN, registrar, and hosting roles separate in your own head, even when the public evidence blurs them. State uncertainty honestly when the evidence is genuinely inconclusive — that's a correct answer, not a failed lookup. Use whatever you find to troubleshoot an issue, recover access to something you own, or plan a migration with fewer surprises. None of this is a way to reveal infrastructure someone has deliberately hidden behind a CDN, and it shouldn't be treated as one.
Check a Website's Hosting Signals
Run a lookup, compare the nameserver, DNS, IP, and network results, and use the evidence together rather than relying on a single field.
Results reflect public DNS and network data at the time of the lookup and may show a CDN or proxy rather than the origin server.
Also useful: What Is DNS? · What Is Web Hosting? · How to Host a Website · WHOIS Lookup