Infrastructure
· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
BDNSSECUnsigned (DNSSEC not deployed)REVIEW
BCAA RecordsNo CAA records (any CA may issue certificates)REVIEW
BReverse DNS0/1 IPs match cert SANREVIEW
CIPv6 ReadinessActionNo IPv6 supportREVIEW
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.
Source: Google IPv6 stats
BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BTLS Certificate Expiry & Recommendations61 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
BCDN Cache ObservabilityNo CDN cache-status headers in the responseREVIEW
BOperational Status PageNo status page link detectedREVIEW
BHealth Check EndpointNo conventional health endpoint foundREVIEW
A+DNS Records1 A records, 48 ms lookupPASS
| A | 66.71.163.97 |
| AAAA | — |
| CNAME | — |
| NS | master.iltrovatore.it, ns2.it.colt.net |
| MX | 0 la7-it.mail.protection.outlook.com |
| TXT | SPF v=spf1 ip4:82.112.222.12 ip4:82.112.222.9 ip4:82.112.222.10 ip4:82.112.222.20 in... google-site-verification=0Rh4FXiquH8plmMout8te5nuWQ37x16afk7esz__BWE apple-domain-verification=ivyLvBz4lGimVuAa i0J2JJNUr7RhTpg33VpR3oqxwr8Zza6R5ZtMQfZ1jGnfrqmiLoJ8UQWyMy0SN9Uwpqaz9bJcwJJ97cwO... tIIPzkuzDfeB+yoHo8kqfrp3EYfpQejTR0/U8M1dbWy1Qe/SwaD5NNKQcM0eskOPLGWx8yx4uV5kTr+a... |
| 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
A+Subdomain TakeoverNo subdomain takeover risk detectedPASS
A+Multi-Resolver DNS SpeedMean 45ms across 3 resolvers (spread 27ms)PASS
ARedirect Chain1 redirect(s), 213 ms totalPASS
https://la7.it
91 ms · HTTP/1.1
https://www.la7.it/
122 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://la7.it | 301 | 91 ms | HTTP/1.1 | |
| 2 | https://www.la7.it/ | 200 | 122 ms | HTTP/1.1 |
See the visual redirect chain in the HTTP Probe tab →
A+Crawlabilityrobots.txt present, sitemap with 63 URLsPASS
#
# 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: PetalBot
Disallow: /
User-agent: Yandex
Disallow: / # prohibits crawling for the entire site
User-agent: GPTBot
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: SemrushBot
Disallow: /
User-agent: SemrushBot-BA
Disallow: /
User-agent: SemrushBot-SI
Disallow: /
User-agent: SemrushBot-SWA
Disallow: /
User-agent: SemrushBot-CT
Disallow: /
User-agent: SemrushBot-BM
Disallow: /
User-agent: AmazonAdBot
Allow: /
User-agent: *
Crawl-delay: 10
# CSS, JS, Images
Allow: /misc/*.css$
Allow: /misc/*.css?
Allow: /misc/*.js$
Allow: /misc/*.js?
Allow: /misc/*.gif
Allow: /misc/*.jpg
Allow: /misc/*.jpeg
Allow: /misc/*.png
Allow: /modules/*.css$
Allow: /modules/*.css?
Allow: /modules/*.js$
Allow: /modules/*.js?
Allow: /modules/*.gif
Allow: /modules/*.jpg
Allow: /modules/*.jpeg
Allow: /modules/*.png
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: /themes/*.css$
Allow: /themes/*.css?
Allow: /themes/*.js$
Allow: /themes/*.js?
Allow: /themes/*.gif
Allow: /themes/*.jpg
Allow: /themes/*.jpeg
Allow: /themes/*.png
# Directories
Disallow: /includes/
Disallow: /misc/
Disallow: /modules/
Disallow: /profiles/
Disallow: /scripts/
Disallow: /themes/
# Files
Disallow: /CHANGELOG.txt
Disallow: /cron.php
Disallow: /INSTALL.mysql.txt
Disallow: /INSTALL.pgsql.txt
Disallow: /INSTALL.sqlite.txt
Disallow: /install.php
Disallow: /INSTALL.txt
Disallow: /LICENSE.txt
Disallow: /MAINTAINERS.txt
Disallow: /update.php
Disallow: /UPGRADE.txt
Disallow: /xmlrpc.php
# 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/
# Paths (no clean URLs)
Disallow: /?q=admin/
Disallow: /?q=comment/reply/
Disallow: /?q=filter/tips/
Disallow: /?q=node/add/
Disallow: /?q=search/
Disallow: /?q=user/password/
Disallow: /?q=user/register/
Disallow: /?q=user/login/
Disallow: /?q=user/logout/
Disallow: /laria-che-tira/video/palermo-spunta-i-libro-mastro-delle-tangenti-02-11-2015-166244
Disallow: /embedded/la7?w=640&h=360&tid=player&content=385606
Disallow: /*?query=
Disallow: /*?op=cerca&query=
Disallow: /*?page=
Disallow: /*?qstring=
Disallow: /piazzapulita/video/il-caso-armellini-tra-evasione-ed-edilizia-a-pezzi-04-02-2014-125985
Disallow: */ricerca*
Sitemap: https://www.la7.it/sites/default/files/sitemap-xml/sitemap_index.xml
Sitemap: https://www.la7.it/sites/default/files/sitemap-xml/sitemap_index-la7d.xml
Sitemap: https://www.la7.it/sites/default/files/sitemap-xml/sitemap_index-la7cinema.xml
Sitemap: https://www.la7.it/La7/feed
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
- https://www.la7.it/sites/default/files/s...
A+Domain Intelligencela7.it — via RETELIT-REG, 25 years, 8 months old, hosted on ARUBAENTERPRISE-ASN - Aruba S.p.A., ITPASS
301 days
June 24, 2027
61 days
Issued by Let's Encrypt
25 years, 8 months
Registered May 4, 2001
Status unknown
Protects against DNS spoofing
ARUBAENTERPRISE-ASN - Aruba S.p.A., IT
ASN AS213224
66.71.163.97
RETELIT-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