Skip to content
https://ufsc.br

Infrastructure

· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
81
GRADE
B
FIX
2
REVIEW
3
PASS
4
INFO
0
Probed from Santa Clara, United States
200 OK
Checks
9
4 PASS 3 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: 2801:84:0:2::10
Info::
IPv6 connection error
Got: dial tcp6 [2801:84:0:2::10]:443: connect: network is unreachable
IPv6 Misconfigured
AAAA Records 2801:84:0:2::10 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
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
Crawlability
no robots.txt, no sitemap
REVIEW
no robots.txt, no sitemap
Info::
No robots.txt found
robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.

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

A sitemap helps search engines discover and index your pages more efficiently.

Why this matters

No sitemap.xml — Google relies on crawl-graph discovery alone, slowing indexing of deep or fresh URLs.

Learn more

A sitemap accelerates Google's discovery of new and updated content. Most CMSes auto-generate one; static-site frameworks need a build-step plugin. Reference it from robots.txt and submit in Search Console to confirm Google can fetch it.

Source: sitemaps.org / Google Search Central

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.

sitemap.xml No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

B
HTTP Probe Timing
Total 1336 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
REVIEW
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
192 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
187 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
191 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
1.34 s
Total Time Total request time from DNS lookup through full response.
1.34 s

Connection waterfall

DNS Lookup 192 ms TCP Connect 187 ms TLS Handshake 191 ms Server Processing 765 ms Content Transfer 1 ms
B
TLS Certificate Expiry & Recommendations
74 days until leaf cert expires — 4 issues to address
REVIEW

Certificate validity

74
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 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, 384 ms lookup
PASS
1 A records, 384 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 150.162.2.10
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: 2801:84:0:2::10
Info::
2 nameserver(s) configured
Got: slave1.ufsc.br, slave2.ufsc.br
Info::
1 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 (384 ms)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
Got: 384 ms
A150.162.2.10
AAAA2801:84:0:2::10
CNAME
NSslave1.ufsc.br, slave2.ufsc.br
MX
10 mx.mail.ufsc.br
TXT
_globalsign-domain-verification=xwRMQ7yCJyts08qMjtSEUZrs_GuUXaKwUbnh7KxKVO
MS=ms43621418
autodesk-domain-verification=4BsQk9mP4ZDw7glMe2hE
SPF v=spf1 include:_spf.mail.ufsc.br include:_spf.google.com -all
google-site-verification=afndgkpvhrichQIjRTwN_s08wn_tDpHPXnU0CqtAQpE
google-site-verification=13jcRWPErxsFUOU6ACfvEeJP8FtMW5rDMZMwi6MAmJA
workplace-domain-verification=1vecHiiu79FlfIAApHGwXJXxuKMpqZ
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWawxl+GTWO4Yeq6Q1krkcYC...
MS=ms89461940
CAALookup not available with standard resolver
Resolved in 384 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+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://ufsc.br

https://ufsc.br

1480 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://ufsc.br2001480 msHTTP/1.1nginx
A+
URL Variants
www/non-www, trailing slash, HTTP→HTTPS
PASS
www/non-www, trailing slash, HTTP→HTTPS
Info::
www/non-www redirect configured correctly (preferred: non-www)
Info::
HTTP correctly 301-redirects to HTTPS

www / non-www

301https://www.ufsc.br/
200https://ufsc.br/

Preferred variant: non-www

HTTP → HTTPS

301http://ufsc.br/ https://ufsc.br/

Consistent

A+
Domain Intelligence
ufsc.br — 30 years, 8 months old, hosted on Universidade Federal de Santa Catarina, BR
PASS
ufsc.br — 30 years, 8 months old, hosted on Universidade Federal de Santa Catarina, BR
Info::
DNSSEC is not enabled
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
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: Universidade Federal de Santa Catarina, BR
Got: AS263300
Domain expiry

Unknown

SSL certificate

74 days

Issued by Let's Encrypt

Domain age

30 years, 8 months

Registered January 1, 1996

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

Universidade Federal de Santa Catarina, BR

ASN AS263300

150.162.2.10

Registrar

Registrar unknown

Unlocked 2 NS records
Expiry timeline
Today
+1 year
SSL expiry Danger zone (≤30 days)
Recommended actions
  • Enable DNSSEC to protect visitors from DNS spoofing
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar
Created January 1, 1996 (30 years, 8 months ago)
Last Updated July 26, 2022
Name Servers slave1.ufsc.br, slave2.ufsc.br
DNSSEC Not enabled
Registrant Universidade Federal de Santa Catarina
Hosting
IP Address 150.162.2.10
ASN AS263300 (Universidade Federal de Santa Catarina, BR)
Provider Universidade Federal de Santa Catarina, BR
Data source: rdap (1.0s)

DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.

Why this matters

Without DNSSEC, an attacker who can poison your DNS can hijack your domain — and SSL certs alone don't stop them.

Learn more

DNSSEC adds cryptographic signatures to DNS records, preventing forged responses from poisoning resolver caches. Without it, an attacker who controls the network path can redirect your domain to a malicious server before any HTTPS handshake happens. Most modern registrars (Cloudflare, Google Domains, Route 53) enable it with one toggle.

Source: ICANN / RFC 4033

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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback