Skip to content
https://opendns.com

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
3
PASS
3
INFO
0
Probed from Sao Paulo, Brazil
301 Moved Permanently
Checks
9
3 PASS 3 REVIEW 3 FIX
D
Redirect Chain
Action
2 redirect(s), 1277 ms total
FIX
2 redirect(s), 1277 ms total
Warning::
2 redirects before reaching final URL
Each redirect adds latency. Try to minimize the chain to 1 hop.
Info::
HTTP to HTTPS redirect present
Info::
WWW normalization redirect
Warning::
2-hop chain could be reduced to 1 hop
Redirect directly from https://opendns.com to https://www.opendns.com:443/
Warning::
Redirect overhead: 1277 ms total
Got: 1277 ms

https://opendns.com

470 ms · HTTP/1.1

301

http://www.opendns.com/

329 ms · HTTP/1.1

301

https://www.opendns.com:443/

478 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://opendns.com301470 msHTTP/1.1nginx
2http://www.opendns.com/301329 msHTTP/1.1nginx
3https://www.opendns.com:443/200478 msHTTP/1.1nginx

See the visual redirect chain in the HTTP Probe tab →

Each redirect adds latency. Try to minimize the chain to 1 hop.

Why this matters

Redirect chain — each hop adds latency; combine into one redirect where possible.

Source: Google Search Central / web.dev

Redirect directly from https://opendns.com to https://www.opendns.com:443/

Why this matters

Redirect chain could be flattened to one hop — server config tweak removes intermediate latency.

Source: web.dev

F
HTTP Probe Timing
Action
Total 7947 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
FIX
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
12 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
1.13 s
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
6.59 s
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
7.95 s
Total Time Total request time from DNS lookup through full response.
7.95 s

Connection waterfall

DNS Lookup 12 ms TCP Connect 1.13 s TLS Handshake 6.59 s Server Processing 206 ms Content Transfer 0 ms
D
CDN & Delivery
Action
No CDN detected
FIX
No CDN detected
Warning::
No CDN detected
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No CDN detected

Consider using a CDN to improve global delivery speed and reduce origin load.

C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

B
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
REVIEW
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

200https://www.opendns.com/
200https://opendns.com/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://opendns.com/ https://opendns.com:443/

Consistent

B
TLS Certificate Expiry & Recommendations
85 days until leaf cert expires — 5 issues to address
REVIEW

Certificate validity

85
days left
0d 30d 60d 90d+

Recommended actions

  • Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
  • Extend HSTS max-age to at least 31536000 (1 year) to meet the preload list criteria
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+
DNS Records
1 A records, 11 ms lookup
PASS
1 A records, 11 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 146.112.62.105
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
3 nameserver(s) configured
Got: auth1.opendns.com, auth2.opendns.com, auth3.opendns.com
Info::
3 mail exchanger(s) configured
Info::
CAA records not checked
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Info::
SPF record present in TXT
Info::
DNS resolution time: 11 ms
Got: 11 ms
A146.112.62.105
AAAA
CNAME
NSauth1.opendns.com, auth2.opendns.com, auth3.opendns.com
MX
10 alln-mx-01.cisco.com
20 rcdn-mx-01.cisco.com
30 aer-mx-01.cisco.com
TXT
8a0qMBOOpB-h4tuZsbRSOi00ZA
docusign=2dcbb085-bb7f-44b2-8cdd-c9a93a8c0514
google-site-verification=1uqoSSYwOE4E7Vue1oAcKDmEt6yn5US6vuQ6shGu2dg
google-site-verification=VXNIemKQVGZ9Q3215ANNzcTDK5ZejVDwd6RQsQ2u1GI
identrust_validate=5sxUJXEBNGIryr9TcBm31oSDJsqEiIkNIodAE18dD/xn
SPF v=spf1 ptr include:_nets.opendns.com include:mail.zendesk.com include:amazonses....
_qhmqsb0grgjeq03vl0tvsnhchg7seuf
CAALookup not available with standard resolver
Resolved in 11 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.

Why this matters

Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.

A
Crawlability
no robots.txt, sitemap with 18 URLs
PASS
no robots.txt, sitemap with 18 URLs
Info::
No robots.txt found
robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 18 entries

robots.txt is optional but recommended. It tells search engine crawlers which pages to index.

Why this matters

No robots.txt — crawlers fetch /robots.txt and get 404; not breaking but means default crawl behavior with no directives or sitemap reference.

Learn more

A minimal robots.txt with `User-agent: * / Allow: / / Sitemap: https://example.com/sitemap.xml` covers the basics. Without it, crawlers behave fine but lose the sitemap signal and can't be selectively blocked from crawl-traps.

Source: robotstxt.org

robots.txt No robots.txt found

No robots.txt found

This is fine for most sites — a missing robots.txt allows all crawling by default.

A+
Domain Intelligence
opendns.com — via PDR Ltd. d/b/a PublicDomainRegistry.com, 22 years, 11 months old, hosted on CISCO-UMBRELLA - Cisco OpenDNS, LLC, US
PASS
opendns.com — via PDR Ltd. d/b/a PublicDomainRegistry.com, 22 years, 11 months old, hosted on CISCO-UMBRELLA - Cisco OpenDNS, LLC, US
Info::
Domain registered until Sep 4, 2026 (4 months remaining)
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
Info::
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: CISCO-UMBRELLA - Cisco OpenDNS, LLC, US
Got: AS36692
Domain expiry

81 days

September 4, 2026

SSL certificate

85 days

Issued by Let's Encrypt

Domain age

22 years, 11 months

Registered September 4, 2003

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

CISCO-UMBRELLA - Cisco OpenDNS, LLC, US

ASN AS36692

146.112.62.105

Registrar

PDR Ltd. d/b/a PublicDomainRegistry.com

Unlocked 3 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar PDR Ltd. d/b/a PublicDomainRegistry.com
Created September 4, 2003 (22 years, 11 months ago)
Expires September 4, 2026 (4 months)
Last Updated August 6, 2025
Name Servers auth1.opendns.com, auth2.opendns.com, auth3.opendns.com
DNSSEC Not enabled
Hosting
IP Address 146.112.62.105
ASN AS36692 (CISCO-UMBRELLA - Cisco OpenDNS, LLC, US)
Provider CISCO-UMBRELLA - Cisco OpenDNS, LLC, US
Data source: rdap (0.6s)

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback