Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.BURL Variantswww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Consistent
BTLS Certificate Expiry & Recommendations81 days until leaf cert expires — 5 issues to addressREVIEW
Certificate validity
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
ADNS Records1 A records, 603 ms lookupPASS
| A | 23.185.0.1 |
| AAAA | 2620:12a:8001::1, 2620:12a:8000::1 |
| CNAME | — |
| NS | ns1.p201.dns.oraclecloud.net, ns3.p201.dns.oraclecloud.net, ns4.p201.dns.oraclecloud.net, ns2.p201.dns.oraclecloud.net |
| MX | 10 mxa-00241a02.gslb.pphosted.com 10 mxb-00241a02.gslb.pphosted.com |
| TXT | e2ma-verification=jzzfb e2ma-verification=ql0eb 3uell7slaqp2luvba6no4mq9ah google-site-verification=li-DPuVqdlxRew5Z-oVIcICDQix2K3J6b5uc5Egt6rc autodesk-domain-verification=T1ZbSb-RI16TMKr4rKqI facebook-domain-verification=4o143ljo7p1bpjzt0vsxrqalpvrmiq _globalsign-domain-verification=ASEHzH085zgWDJZcOqX2IKb-tTYrTockt1-Jb-veYs google-site-verification=vg5wRrG8iFFWuDwdUdEGtdYZEOva3a_3ESENnOt2Pzg MS=ms18061669 intersight=42d79a3618a8843e27174d6405d1c1effacecef29f248ec259a1133d043b5c5a v=DMARC1; p=quarantine; fo=1; rua=mailto:dmarc_rua@emaildefense.proofpoint.com; ... d365mktkey=im5pAUiXm9IxDRIhSFTMCW8DrOqP2CFgh9WVIVjP6Ycx ktD+DpsDo4zc7Q/sjuH9eSx3Ms0KbT7em+nmsfXd9w8w56exAd00lZOKiXma8Bss/v6xIcCoXNA6+wkk... d365mktkey=oXlxTfVBvFPkBUs0GXSm8nlxexr6BtyotomfdOWpD3ox asv=4d037429df1c38a629a2c2c1e9d75714 cisco-ci-domain-verification=7e7b24754d2adca3015b74d24204c80df1e6b95614294a8c889... 48tgv7bnpo320endltdp4qqpir google-site-verification:WHNxr1IRt0U4trUGOx0P_3Mapbx4bAOGrvpzn6WTydY adobe-idp-site-verification=fcc78d68a8825dbfa9937ca2e8cbb9823ad970f9a896ffe042d0... pardot_149391_*=94d4b6541d12ae48c5b83aee5dc6a841a9c79040ae36f33cfda6edc4a3f2cbbc docusign=1ff8210c-4b7c-463d-bf8d-dec467d3b6cc drnsfqu81d70lsvsv5uoe6lsn7 google-site-verification=BEXpZiSjkKq5DyMW_NJO4HJozpNKhd-RFoZ1SU2AlZ0 docusign=b02d4133-de65-4905-aeb7-05ed5173b1ea SPF v=spf1 ip4:54.173.83.138 ip4:107.23.16.222 ip4:130.253.1.71 ip4:130.253.1.193 ip... |
| 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.
Slow DNS adds latency to every page load. Consider a faster DNS provider.
DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.
Source: DNS performance benchmarks
ARedirect Chain1 redirect(s), 178 ms totalPASS
https://du.edu
7 ms · HTTP/1.1
https://www.du.edu/
171 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://du.edu | 301 | 7 ms | HTTP/1.1 | nginx |
| 2 | https://www.du.edu/ | 200 | 171 ms | HTTP/1.1 | nginx |
See the visual redirect chain in the HTTP Probe tab →
A+IPv6 ReadinessIPv6 reachable (0 ms)PASS
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.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
A+Domain Intelligencedu.edu — 38 years, 8 months oldPASS
410 days
July 31, 2027
81 days
Issued by Let's Encrypt
38 years, 8 months
Registered February 25, 1988
Status unknown
Protects against DNS spoofing
Unknown
2620:12a:8001::1
Registrar unknown