Skip to content
https://isc.org

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
77
GRADE
C
FIX
2
REVIEW
1
PASS
6
INFO
0
Probed from Santa Clara, United States
301 Moved Permanently
Checks
9
6 PASS 1 REVIEW 2 FIX
F
IPv6 Readiness
Action
IPv6 records exist but unreachable
FIX
IPv6 records exist but unreachable
Warning::
IPv6 DNS records exist but server is not reachable
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
Got: 2a04:4e42::729, 2a04:4e42:200::729, 2a04:4e42:400::729, 2a04:4e42:600::729
Info::
IPv6 connection error
Got: dial tcp6 [2a04:4e42::729]:443: connect: network is unreachable
IPv6 Misconfigured
AAAA Records 2a04:4e42::729, 2a04:4e42:200::729, 2a04:4e42:400::729, 2a04:4e42:600::729 Connection UNREACHABLE

Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.

Why this matters

Advertising IPv6 (AAAA records) without a reachable server means IPv6-preferring clients silently fail every connection.

Learn more

Modern browsers prefer IPv6 if AAAA exists (Happy Eyeballs algorithm). If the IPv6 server isn't reachable, browsers fall back to IPv4 — but with seconds of added latency per request. Either fix IPv6 reachability or remove the AAAA records.

Source: RFC 8305 (Happy Eyeballs)

D
URL Variants
Action
www/non-www, trailing slash, HTTP→HTTPS
FIX
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
Critical::
HTTP version does not redirect to HTTPS
Got: HTTP 301 Expected: 301 redirect to HTTPS

www / non-www

200https://www.isc.org/
200https://isc.org/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://isc.org/ http://www.isc.org/

HTTP version does not redirect to HTTPS

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

Certificate validity

230
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
  • Add includeSubDomains to the HSTS directive
  • Add the preload directive and submit to hstspreload.org once max-age + includeSubDomains are in place
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
A+
DNS Records
4 A records, 18 ms lookup
PASS
4 A records, 18 ms lookup
Info::
Resolves to 4 IPv4 address(es)
Got: 151.101.2.217, 151.101.66.217, 151.101.130.217, 151.101.194.217
Info::
Has 4 IPv6 (AAAA) record(s)
Got: 2a04:4e42::729, 2a04:4e42:200::729, 2a04:4e42:400::729, 2a04:4e42:600::729
Info::
5 nameserver(s) configured
Got: ns.isc.afilias-nst.info, ns1.isc.org, ns2.isc.org, ns3.isc.org, nsp.dnsnode.net
Info::
2 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: 18 ms
Got: 18 ms
A151.101.2.217, 151.101.66.217, 151.101.130.217, 151.101.194.217
AAAA2a04:4e42::729, 2a04:4e42:200::729, 2a04:4e42:400::729, 2a04:4e42:600::729
CNAME
NSns.isc.afilias-nst.info, ns1.isc.org, ns2.isc.org, ns3.isc.org, nsp.dnsnode.net
MX
5 mx.pao1.isc.org
10 mx.ams1.isc.org
TXT
F8C4EB9011
MS=2583E0E0DCCBF33EC6DAFF0B4BFBAF78FFCF7AD0
google-site-verification=6v652rgkk_kI6Ky32iGdxqXjQ4_BAd5DYKsrnRXKUiE
google-site-verification=grXE1SbXWNed6C5yQgI8fwxgucE0DppnbICbhZr9qG0
google-site-verification=wg4m8dWi3XVPRYmtBoy6xSKp3juhxIWa6UdxjZkNQCg
_globalsign-domain-verification=ckxXdoIq27XGYE4ATbBYQOBeV7PTJWRxYe-PXDyzMX
SPF v=spf1 a mx ip4:149.20.0.0/20 ip6:2001:04F8::0/32 ip6:2001:500:60::65/128 ip4:19...
CAALookup not available with standard resolver
Resolved in 18 ms

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
Redirect Chain
1 redirect(s), 56 ms total
PASS
1 redirect(s), 56 ms total
Info::
Single redirect
Got: https://isc.org → https://www.isc.org/ (301)
Info::
WWW normalization redirect

https://isc.org

24 ms · HTTP/1.1

301

https://www.isc.org/

33 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://isc.org30124 msHTTP/1.1Varnish
2https://www.isc.org/20033 msHTTP/1.1Apache

See the visual redirect chain in the HTTP Probe tab →

A+
Crawlability
robots.txt present, sitemap with 578 URLs
PASS
robots.txt present, sitemap with 578 URLs
Info::
robots.txt is present
Got: 73 bytes
Info::
sitemap.xml is present
Info::
sitemap.xml is valid XML
Info::
sitemap.xml contains 578 entries
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 73 B Sitemaps referenced 0 User-agents * Blocking No — crawling allowed
User-agent: *

Disallow: /thankyou-contact/

Noindex: /thankyou-contact/

A+
Domain Intelligence
isc.org — via Tucows Domains Inc., 32 years, 6 months old, hosted on Fastly
PASS
isc.org — via Tucows Domains Inc., 32 years, 6 months old, hosted on Fastly
Info::
Domain registered until Apr 5, 2028 (1 years, 11 months remaining)
Info::
DNSSEC is enabled
Info::
Registrar: Tucows Domains Inc.
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: Fastly
Got: AS54113
Domain expiry

630 days

April 5, 2028

SSL certificate

230 days

Issued by GlobalSign nv-sa

Domain age

32 years, 6 months

Registered April 4, 1994

DNSSEC

Enabled

Protects against DNS spoofing

Hosting

Fastly

ASN AS54113

151.101.194.217

Registrar

Tucows Domains Inc.

Unlocked 5 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar Tucows Domains Inc.
Created April 4, 1994 (32 years, 6 months ago)
Expires April 5, 2028 (1 years, 11 months)
Last Updated February 1, 2024
Name Servers ns3.isc.org, ns2.isc.org, ns1.isc.org, ns.isc.afilias-nst.info, nsp.dnsnode.net
DNSSEC Enabled
Hosting
IP Address 151.101.194.217
ASN AS54113 (FASTLY - Fastly, Inc., US)
Provider Fastly
Data source: rdap (0.3s)

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

A+
HTTP Probe Timing
Total 21 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
8 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
2 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
10 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
22 ms
Total Time Total request time from DNS lookup through full response.
22 ms

Connection waterfall

DNS Lookup 8 ms TCP Connect 2 ms TLS Handshake 10 ms Server Processing 3 ms Content Transfer 0 ms
A+
CDN & Delivery
Fastly (HIT)
PASS
Fastly (HIT)
Info::
Site is served via Fastly CDN
Got: x-served-by: cache-sjc10044-SJC
Info::
CDN cache status: HIT
CDN Detected: Fastly
Provider Fastly Cache Status HIT Evidence x-served-by: cache-sjc10044-SJC
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback