Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.FIPv6 ReadinessActionIPv6 records exist but unreachableFIX
Having AAAA records but an unreachable server is worse than no AAAA — clients may experience delays before falling back to IPv4.
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)
BRedirect Chain1 redirect(s), 1986 ms totalREVIEW
https://lu.se
837 ms · HTTP/1.1
https://www.lu.se/
1150 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://lu.se | 301 | 837 ms | HTTP/1.1 | Apache |
| 2 | https://www.lu.se/ | 200 | 1150 ms | HTTP/1.1 | Apache |
See the visual redirect chain in the HTTP Probe tab →
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BHTTP Probe TimingTotal 835 ms — DNS, TCP, TLS, TTFB, content transfer breakdownREVIEW
Connection waterfall
BTLS Certificate Expiry & Recommendations57 days until leaf cert expires — 4 issues to addressREVIEW
Certificate validity
Recommended actions
- Prefer TLS 1.3 — TLS 1.2 is acceptable but TLS 1.3 removes RSA key exchange and improves latency
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- 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 Records1 A records, 168 ms lookupPASS
| A | 130.235.138.12 |
| AAAA | 2001:6b0:16:1:0:1000:3:12 |
| CNAME | — |
| NS | nsa.lu.se, nsc.lu.se, sunic.sunet.se |
| MX | 0 lu-se.mail.protection.outlook.com |
| TXT | abuseipdb-verification=bUg1lGmI El9yR3eabYpwgNJorx23IEO8qsKpRzS6dLb6h1kVcXrYZ/UpWJZhDniDmvO6xdU+tc+EISsLq6VohY+b... mentimeter-2b66e9cb-6b3a-4ae9-9e13-62f97fb0b467 lime-domain-verification=E7CA5BBE24741BE ZOOM_verify_71xEjSFmXL1klaslMswmWu SPF v=spf1 include:spf-lu.lu.se -all google-site-verification=-bC64sWbBwlckSTyveDHF6phIlDXRekZSsYawWFfON8 autodesk-domain-verification=keCxrRvTadPDqXpFdCqq adobe-idp-site-verification=fb4cb710b2423e840a12d44234f26c542bc1d70f27b16cba8802... |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
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.
Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.
A+Crawlabilityrobots.txt present, sitemap with 2 URLsPASS
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save bandwidth and server resources.
#
# This file will be ignored unless it is at the root of your host:
# Used: http://example.com/robots.txt
# Ignored: http://example.com/site/robots.txt
#
# For more information about the robots.txt standard, see:
# http://www.robotstxt.org/robotstxt.html
User-agent: *
# CSS, JS, Images
Allow: /core/*.css$
Allow: /core/*.css?
Allow: /core/*.js$
Allow: /core/*.js?
Allow: /core/*.gif
Allow: /core/*.jpg
Allow: /core/*.jpeg
Allow: /core/*.png
Allow: /core/*.svg
Allow: /profiles/*.css$
Allow: /profiles/*.css?
Allow: /profiles/*.js$
Allow: /profiles/*.js?
Allow: /profiles/*.gif
Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg
Allow: /profiles/*.png
Allow: /profiles/*.svg
# Directories
Disallow: /core/
Disallow: /profiles/
# Files
Disallow: /README.md
Disallow: /composer/Metapackage/README.txt
Disallow: /composer/Plugin/ProjectMessage/README.md
Disallow: /composer/Plugin/Scaffold/README.md
Disallow: /composer/Plugin/VendorHardening/README.txt
Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt
Disallow: /sites/README.txt
Disallow: /themes/README.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/
Disallow: /filter/tips
Disallow: /node/add/
Disallow: /search/
Disallow: /user/register
Disallow: /user/password
Disallow: /user/login
Disallow: /user/logout
Disallow: /media/oembed
Disallow: /*/media/oembed
# Paths (no clean URLs)
Disallow: /index.php/admin/
Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/
Disallow: /index.php/search/
Disallow: /index.php/user/password
Disallow: /index.php/user/register
Disallow: /index.php/user/login
Disallow: /index.php/user/logout
Disallow: /index.php/media/oembed
Disallow: /index.php/*/media/oembed
# Search
Disallow: /search/
Disallow: /lubas/courses-programmes/
Disallow: /lubas/programs/
Disallow: /studera/kurser-program/
Disallow: /study/courses-programmes/
# Disallow all on index.php
Disallow: /index.php
Disallow: /index.php/
## /en
# CSS, JS, Images
Allow: /en/core/*.css$
Allow: /en/core/*.css?
Allow: /en/core/*.js$
Allow: /en/core/*.js?
Allow: /en/core/*.gif
Allow: /en/core/*.jpg
Allow: /en/core/*.jpeg
Allow: /en/core/*.png
Allow: /en/core/*.svg
Allow: /en/profiles/*.css$
Allow: /en/profiles/*.css?
Allow: /en/profiles/*.js$
Allow: /en/profiles/*.js?
Allow: /en/profiles/*.gif
Allow: /en/profiles/*.jpg
Allow: /en/profiles/*.jpeg
Allow: /en/profiles/*.png
Allow: /en/profiles/*.svg
# Directories
Disallow: /en/core/
Disallow: /en/profiles/
# Files
Disallow: /en/README.md
Disallow: /en/composer/Metapackage/README.txt
Disallow: /en/composer/Plugin/ProjectMessage/README.md
Disallow: /en/composer/Plugin/Scaffold/README.md
Disallow: /en/composer/Plugin/VendorHardening/README.txt
Disallow: /en/composer/Template/README.txt
Disallow: /en/modules/README.txt
Disallow: /en/sites/README.txt
Disallow: /en/themes/README.txt
Disallow: /en/web.config
# Paths (clean URLs)
Disallow: /en/admin/
Disallow: /en/comment/reply/
Disallow: /en/filter/tips
Disallow: /en/node/add/
Disallow: /en/search/
Disallow: /en/user/register
Disallow: /en/user/password
Disallow: /en/user/login
Disallow: /en/user/logout
# Paths (no clean URLs)
Disallow: /en/index.php/admin/
Disallow: /en/index.php/comment/reply/
Disallow: /en/index.php/filter/tips
Disallow: /en/index.php/node/add/
Disallow: /en/index.php/search/
Disallow: /en/index.php/user/password
Disallow: /en/index.php/user/register
Disallow: /en/index.php/user/login
Disallow: /en/index.php/user/logout
# Search
Disallow: /en/search/
Disallow: /en/lubas/courses-programmes/
Disallow: /en/lubas/programs/
Disallow: /en/studera/kurser-program/
Disallow: /en/study/courses-programmes/
# Disallow all on index.php
Disallow: /en/index.php
Disallow: /en/index.php/
## /sv
# CSS, JS, Images
Allow: /sv/core/*.css$
Allow: /sv/core/*.css?
Allow: /sv/core/*.js$
Allow: /sv/core/*.js?
Allow: /sv/core/*.gif
Allow: /sv/core/*.jpg
Allow: /sv/core/*.jpeg
Allow: /sv/core/*.png
Allow: /sv/core/*.svg
Allow: /sv/profiles/*.css$
Allow: /sv/profiles/*.css?
Allow: /sv/profiles/*.js$
Allow: /sv/profiles/*.js?
Allow: /sv/profiles/*.gif
Allow: /sv/profiles/*.jpg
Allow: /sv/profiles/*.jpeg
Allow: /sv/profiles/*.png
Allow: /sv/profiles/*.svg
# Directories
Disallow: /sv/core/
Disallow: /sv/profiles/
# Files
Disallow: /sv/README.md
Disallow: /sv/composer/Metapackage/README.txt
Disallow: /sv/composer/Plugin/ProjectMessage/README.md
Disallow: /sv/composer/Plugin/Scaffold/README.md
Disallow: /sv/composer/Plugin/VendorHardening/README.txt
Disallow: /sv/composer/Template/README.txt
Disallow: /sv/modules/README.txt
Disallow: /sv/sites/README.txt
Disallow: /sv/themes/README.txt
Disallow: /sv/web.config
# Paths (clean URLs)
Disallow: /sv/admin/
Disallow: /sv/comment/reply/
Disallow: /sv/filter/tips
Disallow: /sv/node/add/
Disallow: /sv/search/
Disallow: /sv/user/register
Disallow: /sv/user/password
Disallow: /sv/user/login
Disallow: /sv/user/logout
# Paths (no clean URLs)
Disallow: /sv/index.php/admin/
Disallow: /sv/index.php/comment/reply/
Disallow: /sv/index.php/filter/tips
Disallow: /sv/index.php/node/add/
Disallow: /sv/index.php/search/
Disallow: /sv/index.php/user/password
Disallow: /sv/index.php/user/register
Disallow: /sv/index.php/user/login
Disallow: /sv/index.php/user/logout
# Search
Disallow: /sv/search/
Disallow: /sv/lubas/courses-programmes/
Disallow: /sv/lubas/programs/
Disallow: /sv/studera/kurser-program/
Disallow: /sv/study/courses-programmes/
# Disallow all on index.php
Disallow: /sv/index.php
Disallow: /sv/index.php/
## /internal
# CSS, JS, Images
Allow: /internal/core/*.css$
Allow: /internal/core/*.css?
Allow: /internal/core/*.js$
Allow: /internal/core/*.js?
Allow: /internal/core/*.gif
Allow: /internal/core/*.jpg
Allow: /internal/core/*.jpeg
Allow: /internal/core/*.png
Allow: /internal/core/*.svg
Allow: /internal/profiles/*.css$
Allow: /internal/profiles/*.css?
Allow: /internal/profiles/*.js$
Allow: /internal/profiles/*.js?
Allow: /internal/profiles/*.gif
Allow: /internal/profiles/*.jpg
Allow: /internal/profiles/*.jpeg
Allow: /internal/profiles/*.png
Allow: /internal/profiles/*.svg
# Directories
Disallow: /internal/core/
Disallow: /internal/profiles/
# Files
Disallow: /internal/README.md
Disallow: /internal/composer/Metapackage/README.txt
Disallow: /internal/composer/Plugin/ProjectMessage/README.md
Disallow: /internal/composer/Plugin/Scaffold/README.md
Disallow: /internal/composer/Plugin/VendorHardening/README.txt
Disallow: /internal/composer/Template/README.txt
Disallow: /internal/modules/README.txt
Disallow: /internal/sites/README.txt
Disallow: /internal/themes/README.txt
Disallow: /internal/web.config
# Paths (clean URLs)
Disallow: /internal/admin/
Disallow: /internal/comment/reply/
Disallow: /internal/filter/tips
Disallow: /internal/node/add/
Disallow: /internal/search/
Disallow: /internal/user/register
Disallow: /internal/user/password
Disallow: /internal/user/login
Disallow: /internal/user/logout
# Paths (no clean URLs)
Disallow: /internal/index.php/admin/
Disallow: /internal/index.php/comment/reply/
Disallow: /internal/index.php/filter/tips
Disallow: /internal/index.php/node/add/
Disallow: /internal/index.php/search/
Disallow: /internal/index.php/user/password
Disallow: /internal/index.php/user/register
Disallow: /internal/index.php/user/login
Disallow: /internal/index.php/user/logout
# Search
Disallow: /internal/search/
Disallow: /internal/lubas/courses-programmes/
Disallow: /internal/lubas/programs/
Disallow: /internal/studera/kurser-program/
Disallow: /internal/study/courses-programmes/
# Disallow all on index.php
Disallow: /internal/index.php
Disallow: /internal/index.php/
## /internt
# CSS, JS, Images
Allow: /internt/core/*.css$
Allow: /internt/core/*.css?
Allow: /internt/core/*.js$
Allow: /internt/core/*.js?
Allow: /internt/core/*.gif
Allow: /internt/core/*.jpg
Allow: /internt/core/*.jpeg
Allow: /internt/core/*.png
Allow: /internt/core/*.svg
Allow: /internt/profiles/*.css$
Allow: /internt/profiles/*.css?
Allow: /internt/profiles/*.js$
Allow: /internt/profiles/*.js?
Allow: /internt/profiles/*.gif
Allow: /internt/profiles/*.jpg
Allow: /internt/profiles/*.jpeg
Allow: /internt/profiles/*.png
Allow: /internt/profiles/*.svg
# Directories
Disallow: /internt/core/
Disallow: /internt/profiles/
# Files
Disallow: /internt/README.md
Disallow: /internt/composer/Metapackage/README.txt
Disallow: /internt/composer/Plugin/ProjectMessage/README.md
Disallow: /internt/composer/Plugin/Scaffold/README.md
Disallow: /internt/composer/Plugin/VendorHardening/README.txt
Disallow: /internt/composer/Template/README.txt
Disallow: /internt/modules/README.txt
Disallow: /internt/sites/README.txt
Disallow: /internt/themes/README.txt
Disallow: /internt/web.config
# Paths (clean URLs)
Disallow: /internt/admin/
Disallow: /internt/comment/reply/
Disallow: /internt/filter/tips
Disallow: /internt/node/add/
Disallow: /internt/search/
Disallow: /internt/user/register
Disallow: /internt/user/password
Disallow: /internt/user/login
Disallow: /internt/user/logout
# Paths (no clean URLs)
Disallow: /internt/index.php/admin/
Disallow: /internt/index.php/comment/reply/
Disallow: /internt/index.php/filter/tips
Disallow: /internt/index.php/node/add/
Disallow: /internt/index.php/search/
Disallow: /internt/index.php/user/password
Disallow: /internt/index.php/user/register
Disallow: /internt/index.php/user/login
Disallow: /internt/index.php/user/logout
# Search
Disallow: /internt/search/
Disallow: /internt/lubas/courses-programmes/
Disallow: /internt/lubas/programs/
Disallow: /internt/studera/kurser-program/
Disallow: /internt/study/courses-programmes/
# Disallow all on index.php
Disallow: /internt/index.php
Disallow: /internt/index.php/
## /en/internal
# CSS, JS, Images
Allow: /en/internal/core/*.css$
Allow: /en/internal/core/*.css?
Allow: /en/internal/core/*.js$
Allow: /en/internal/core/*.js?
Allow: /en/internal/core/*.gif
Allow: /en/internal/core/*.jpg
Allow: /en/internal/core/*.jpeg
Allo
A+Domain Intelligencelu.se — via Loopia AB, 41 years, 10 months oldPASS
166 days
December 31, 2026
57 days
Issued by Let's Encrypt
41 years, 10 months
Registered January 17, 1985
Status unknown
Protects against DNS spoofing
Unknown
ASN AS2846
130.235.138.12
Loopia AB
Expiry timeline
Recommended actions
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
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.
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