Infrastructure
· 17 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)
BDNSSECUnsigned (DNSSEC not deployed)REVIEW
BCAA RecordsNo CAA records (any CA may issue certificates)REVIEW
BReverse DNS0/12 IPs match cert SANREVIEW
BTLS Certificate Expiry & Recommendations134 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- 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
BOperational Status PageNo status page link detectedREVIEW
BHealth Check EndpointNo conventional health endpoint foundREVIEW
ADNS Records4 A records, 35 ms lookupPASS
| A | 143.204.194.6, 143.204.194.46, 143.204.194.17, 143.204.194.87 |
| AAAA | 2600:9000:203b:fa00:13:5c01:7cc0:93a1, 2600:9000:203b:1000:13:5c01:7cc0:93a1, 2600:9000:203b:1a00:13:5c01:7cc0:93a1, 2600:9000:203b:bc00:13:5c01:7cc0:93a1, 2600:9000:203b:4e00:13:5c01:7cc0:93a1, 2600:9000:203b:2c00:13:5c01:7cc0:93a1, 2600:9000:203b:4000:13:5c01:7cc0:93a1, 2600:9000:203b:6a00:13:5c01:7cc0:93a1 |
| CNAME | d15iaiwkwkgfeb.cloudfront.net |
| NS | ns-1162.awsdns-17.org, ns-1797.awsdns-32.co.uk, ns-870.awsdns-44.net, ns-318.awsdns-39.com |
| MX | — |
| TXT | — |
| CAA | Lookup not available with standard resolver |
A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
CNAME at the apex (example.com) breaks every other apex record (MX, TXT, NS) — DNS-protocol violation per RFC 1034.
Learn more ▾ ▴
RFC 1034 forbids CNAME alongside other records at the same name. Some DNS providers offer ALIAS / ANAME / flattened-CNAME records that work around this — use those instead. Otherwise apex-level CNAME breaks email (no MX), domain ownership verification (no TXT), and more.
Source: RFC 1034
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.
Learn more ▾ ▴
SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.
Source: RFC 7208 (SPF)
A+Subdomain TakeoverCNAME points at managed service(s) — verify configurationPASS
A+Multi-Resolver DNS SpeedMean 41ms across 3 resolvers (spread 44ms)PASS
A+Redirect ChainNo redirects — direct accessPASS
https://aziende.virgilio.it
250 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://aziende.virgilio.it | 200 | 250 ms | HTTP/1.1 | Apache |
A+Crawlabilityrobots.txt present, sitemap with 1 URLsPASS
User-Agent: *
Disallow: /ricercalocale/*
Disallow: /ita/ricerca-aziende/*
Sitemap: https://aziende.virgilio.it/sitemap.xml
A+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
HTTP → HTTPS
Consistent
A+Domain Intelligencevirgilio.it — via ITNET-REG, 26 years, 3 months old, hosted on MATRIX-AS - Italiaonline S.p.A., ITPASS
256 days
May 10, 2027
134 days
Issued by Sectigo Limited
26 years, 3 months
Registered September 29, 2000
Status unknown
Protects against DNS spoofing
MATRIX-AS - Italiaonline S.p.A., IT
ASN AS8660
213.209.17.209
ITNET-REG
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