Skip to content
https://heise.de

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
3
PASS
5
INFO
0
Probed from Singapore, Singapore
301 Moved Permanently
Checks
9
5 PASS 3 REVIEW 1 FIX
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.

B
Redirect Chain
1 redirect(s), 1134 ms total
REVIEW
1 redirect(s), 1134 ms total
Info::
Single redirect
Got: https://heise.de → https://www.heise.de/ (301)
Info::
WWW normalization redirect
Warning::
Redirect overhead: 1134 ms total
Got: 1134 ms

https://heise.de

663 ms · HTTP/1.1

301

https://www.heise.de/

470 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://heise.de301663 msHTTP/1.1nginx
2https://www.heise.de/200470 msHTTP/1.1nginx

See the visual redirect chain in the HTTP Probe tab →

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.heise.de/
200https://heise.de/

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://heise.de/ https://www.heise.de/

Consistent

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

Certificate validity

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

Recommended actions

  • Extend HSTS max-age to at least 31536000 (1 year) to meet the preload list criteria
  • Add includeSubDomains to the HSTS directive
  • 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, 353 ms lookup
PASS
1 A records, 353 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 193.99.144.80
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 1 IPv6 (AAAA) record(s)
Got: 2a02:2e0:3fe:1001:302::
Info::
5 nameserver(s) configured
Got: ns2.pop-hannover.net, ns.heise.de, ns.plusline.de, ns.pop-hannover.de, ns.s.plusline.de
Info::
4 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
Warning::
DNS resolution is slow (353 ms)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
Got: 353 ms
A193.99.144.80
AAAA2a02:2e0:3fe:1001:302::
CNAME
NSns2.pop-hannover.net, ns.heise.de, ns.plusline.de, ns.pop-hannover.de, ns.s.plusline.de
MX
10 mx01.hornetsecurity.com
20 mx02.hornetsecurity.com
30 mx03.hornetsecurity.com
40 mx04.hornetsecurity.com
TXT
docusign=b14b0107-39e4-44c2-b48f-944859786474
wUIdRqARf1uNkZkPoWGdYvEmK408vvKC3HKme1h/rnswYDphj9Ytgwt6K1Df1PQnW64Oi3t9c9uKoo98...
google-site-verification=7CvE9FRS3zv0wnl8KzLmVw0TSlQay6qOX_zGFm2wzWw
c3ViZG9tYWlu
brevo-code:3022b29c6069a0b2ab4ad1eae06d06df
kT2+bTXGMSIudHQATflucV7vjLhdq9Y18pKTKJxs0O2IebE8seBu4vCAe9MBHYehuRJWwKKt1klytxF4...
apple-domain-verification=m53iQZB4O1uMxDGR
tollbit-domain-verification=6fd594c990db1742b6cb34f3699d3944885e664c32333cf8cb17...
google-site-verification=8kcKAZp-IbbJG7FQzRxIaUXv9Ku4qX0wgMrm_hx_L2s
SPF v=spf1 ip4:193.99.144.0/24 ip4:193.99.145.0/24 ip6:2a02:2e0:3fe:1001::/64 ip6:2a...
miro-verification=601d1e3e9623fe2102de9d6d215a2380ae5c69bd
CAALookup not available with standard resolver
Resolved in 353 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.

Slow DNS adds latency to every page load. Consider a faster DNS provider.

Why this matters

DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.

Source: DNS performance benchmarks

A+
IPv6 Readiness
IPv6 reachable (152 ms)
PASS
IPv6 reachable (152 ms)
Info::
IPv6 is configured and reachable at 2a02:2e0:3fe:1001:302::
Got: 152 ms connect
IPv6 Ready
AAAA Records 2a02:2e0:3fe:1001:302:: Connection Reachable (152 ms)
A
Crawlability
no robots.txt, sitemap with 4736 URLs
PASS
no robots.txt, sitemap with 4736 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 4736 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
heise.de
PASS
heise.de
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.
Domain expiry

Unknown

SSL certificate

48 days

Issued by Let's Encrypt

Domain age

Unknown

DNSSEC

Status unknown

Protects against DNS spoofing

Hosting

Unknown

2a02:2e0:3fe:1001:302::

Registrar

Registrar unknown

Unlocked Name servers unknown
Expiry timeline
Today
+1 year
SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar
Hosting
IP Address 2a02:2e0:3fe:1001:302::
Data source: whois (0.9s)

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 646 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
178 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
155 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
158 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
646 ms
Total Time Total request time from DNS lookup through full response.
646 ms

Connection waterfall

DNS Lookup 178 ms TCP Connect 155 ms TLS Handshake 158 ms Server Processing 155 ms Content Transfer 0 ms
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback