Date: 2026-03-23
Author: skuaintel
This investigation examines the infrastructure behind the domain example.com so we can understand its hosting, ownership and TLS configuration.
The goal is for us to demonstrate a simple methodology for domain level investigation using tools commonly found.
The following techniques were used:
digA DNS lookup using dig shows the domain resolves to the following IP addresses:
These IPs fall within Cloudflare-owned address space, indicating that traffic to this domain is routed through Cloudflare’s CDN rather than directly to an origin server. This is a common setup used to provide performance benefits and to obscure backend infrastructure.
We can also check nslookup on example.com to see the same results.
Registrar: RESERVED-Internet Assigned Numbers Authority (IANA)
Name servers: ELLIOT.NS.CLOUDFLARE.COM, HERA.NS.CLOUDFLARE.COM
Registered on: 08/14/1995 at 04:00
This indicates the domain is reserved and not owned by a typical organisation, confirming it is used for documentation/testing.
Organisation: Cloudflare, Inc (CLOUD14)
ASN: ASN information wasn’t returned in this query, however the IP range (104.16.0.0/12) is known to belong to Cloudflare.
Network range: 104.16.0.0 - 104.31.255.255 (104.16.0.0/12)
This confirms the domain is fronted by a CDN, meaning the real server location is hidden and traffic is proxied.
This indicates automated certificate management, which is typical of CDN-managed infrastructure such as Cloudflare.
Leaf Certificate (Level 0):
Intermediate Chain:
Modern ECC-Based certificate Mixed chain (ECC and RSA root), common in public PKI
TLS Version: TLS 1.3
Session Feature: NewSessionTicket observed
ALPN: HTTP/2 negotiated
TLS 1.3 is a modern secure configuration for handling data in transit.
Searching on crt.sh for example.com we can see the following output.
Key Findings:
The origin infrastructure is likely obscured, as Cloudflare terminates TLS connections and proxies traffic between clients and the backend server.
These characteristics are consistent with professionally managed web infrastructure.
The domain example.com is hosted behind Cloudflare infrastructure, which abstracts the origin server and provides CDN and TLS termination services.
The use of short-lived certificates, modern TLS (1.3), and Cloudflare-managed DNS indicates a standard configuration typical of professional web infrastructure.
This investigation demonstrates how publicly available data can be used to assess domain infrastructure and security posture, even when origin systems are intentionally obscured.