Infrastructure
· 9 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.
BDNS Records4 A records, 19 ms lookupREVIEW
| A | 40.99.10.34, 40.99.10.82, 40.99.33.130, 40.99.10.50 |
| AAAA | 2603:1046:c01:248f::2, 2603:1046:c01:2460::2, 2603:1046:c01:248e::2, 2603:1046:c01:248a::2, 2603:1046:c01:248c::2, 2603:1046:c01:248d::2, 2603:1046:c01:2488::2, 2603:1046:c01:2004::2 |
| CNAME | atm.outlook.mira.tm.svc.cloud.microsoft |
| NS | — |
| 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
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.
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)
CCrawlabilityActionrobots.txt present, sitemap with 0 URLsREVIEW
Search engines may not be able to parse the sitemap. Fix XML validation errors.
An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.
Learn more ▾ ▴
Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.
Source: sitemaps.org / Google Search Central
An empty sitemap provides no value. Add <url> entries for your pages.
An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.
Learn more ▾ ▴
Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.
Source: Google Search Central / sitemaps.org
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
<!DOCTYPE html> <html dir=ltr xmlns=http://www.w3.org/1999/xhtml translate=no> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge"> <meta http-equiv=pragma content=no-cache> <meta name=viewport content="width=device-width,initial-scale=1,user-scalable=0"> <meta name=google value=notranslate> <meta name=format-detection content="telephone=no"> <meta name=scriptVer content=20260410002.41> <meta name=hashedPath content=hashed-v1> <meta name=physicalRing content=WW> <meta name=environment content=Prod> <meta name=bootFlights content=auth-cacheTokenForMetaOsHub,auth-useAuthTokenClaimsForMetaOsHub,auth-codeChallenge,auth-msaljs-eventify,cal-store-NavBarData,auth-msaljs-newsletters,auth-msaljs-meet,auth-msaljs-places,auth-msaljs-bookings,auth-msaljs-findtime,auth-msaljs-landingpage,auth-msaljs-business,auth-msaljs-consumer,pe1416235c1,pe1444542c1,pe14456012,pr1539892c19,pr16347118,pr1759826c7,pr17636248,auth-naa-bookings,auth-unifiedCache,cal-reload-pause,workerAsyncLoad,auth-disableAnonymousTokenForHeader,msplaces-hosted-localsessiondata-v2,fwk-enable-default-trusted-types-policy,msplaces-app-boot-sequence,auth-msaljs-hostedplaces,fwk-enable-owa-loop-trusted-types-policy,fwk-init-acc-locstore,auth-msaljs-domainHint,auth-tokenCache-expiryDate,auth-mon-removeFallbackToGATFR,auth-hosted-removeFallbackToGATFR,cal-appCaching-ReloadOnError,auth-msaljs-consumer-boot-errorhandler,fwk-enforce-trusted-types,cal-enable-scheduling-poll,acct-icloudOAuthOobe,auth-mlp-redirect,nh-enableOutlookMigrationInteropRefactor,nh-enableDiagnosticsInteropRefactor> <meta name=cdnUrl content=//res.public.onecdn.static.microsoft/> <meta name=backupCdnUrl content=//res-1.cdn.office.net/> <meta name=cdnContainer content=owamail/> <meta name=devCdnUrl content=> <meta name=ariaUrl content=> <meta name=allowedTrustedTypesUrls content=https://*.public.onecdn.static.microsoft,https://*.cdn.office.net,https://content.lifecycle.office.net/dime/v1,https://ad.doubleclick.net/ddm/trackimpj> <meta name=webServerForest content=apcprd01> <meta name=webServerClique content=CLAPCPRD01KUL01> <meta name=wcssFrameUrls content={'DefaultUrl':'https://webshell.suite.office.com','WwdbUrl':'https://wwdb.webshell.suite.office.com','EudbUrl':'https://eudb.webshell.suite.office.com'}> <meta name=scriptPath content=scripts/> <meta name=owaIsAuthenticated content={{IsAuthenticated}}> <meta name=jsTimestamp content=1776797290010> <meta name=publicUrl content=https://outlook.office.com> <meta name=aadAuthorityUrl content=https://login.microsoftonline.com/> <meta name=businessCanonicalHostName content=outlook.office365.com> <meta name=isRPSAuthCookiePresent content=False> <meta name=mlpUrl content=https://www.microsoft.com/{0}/microsoft-365/outlook/email-and-calendar-software-microsoft-outlook?deeplink={1}&sdf={2}> <meta name=robots content=noindex> <meta name=isServerLocal content=False> <link rel=preconnect href=//res.public.onecdn.static.microsoft/ crossorigin=anonymous> <link rel=preconnect href=https://login.microsoftonline.com/ crossorigin=anonymous> <link rel="shortcut icon" href=/mail/favicon.ico type=image/x-icon> <link rel=apple-touch-icon href=//res.public.onecdn.static.microsoft/assets/mail/pwa/v4/pngs/apple-touch-icon.png crossorigin=anonymous> <noscript>JavaScript must be enabled.</noscript> <title>Outlook</title><link integrity="sha256-l7trx2j9hqF8WAshYvxr6tWOEAEH95sGGv0EsyQ4Txk=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.76677946.js" as="script" crossorigin="anonymous"/><link integrity="sha256-9FUvvpd75HPlA+f6z9Ay1UhJ5nv54L8Xp11YEBaWffU=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mailindex.7cad6afb.js" as="script" crossorigin="anonymous"/> <style>@font-face{font-family:FabricMDL2Icons;src:url('//res.public.onecdn.static.microsoft/owamail/20260410002.41/resources/fonts/o365icons-mdl2.woff') format('woff');font-weight:400;font-style:normal}@font-face{font-family:office365icons;src:url('//res.public.onecdn.static.microsoft/owamail/20260410002.41/resources/fonts/office365icons.woff?') format('woff');font-weight:400;font-style:normal}#loadingScreen{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff}#loadingLogo{position:fixed;top:calc(50vh - 200px);left:calc(50vw - 200px);width:400px;height:400px}#MSLogo{position:fixed;bottom:36px;left:calc(50vw - 50px)}.dark #loadingScreen{background-color:#333}.darkNew #loadingScreen{background-color:#1f1f1f}</style> <script nonce=1Do7xXqioEMA1hhS6MqEEw==>try{!function(){if("localStorage"in window){var e="UsersNormalizedTheme",t=window.localStorage,a=t.getItem("olk-"+e)||t.getItem(e);a&&/\.dark$/.test(a)&&document.documentElement.classList.add("dark"),a&&/\.dark\.new$/.test(a)&&document.documentElement.classList.add("darkNew");var n=t.getItem("PwaTheme");if(n){var o=document.getElementsByName("theme-color");o&&o.length&&o[0].setAttribute("content",n)}}}()}catch(e){}</script> <script nonce=1Do7xXqioEMA1hhS6MqEEw==>function logError(o,n,r,e,a,s){window.owaErrorHandler?window.owaErrorHandler(o,n,r,e,a,s):window.owaBackfilledErrors.push(arguments)}function hashChangeHandler(){window.owaLocationHash=window.location?window.location.hash:void 0}function storePromptValue(){try{const o=new URLSearchParams(window.location.search);window.owaLocationSearchPrompt=o.get("prompt")}catch(o){}}window.FabricConfig={fontBaseUrl:"//res.public.onecdn.static.microsoft/assets/mail/fonts/v1",iconBaseUrl:"//res.public.onecdn.static.microsoft/assets/mail/fonts/v1/fonts/"},window.owaBackfilledErrors=[],window.onerror=logError,"onunhandledrejection"in window&&window.addEventListener("unhandledrejection",(function(o){var n=o&&o.reason||"[no reason given]";n instanceof Error?logError("Unhandled Rejection: "+n,"",0,0,n):n.responseErrorMessage&&n.callstackAtRequest&&n instanceof Response?logError(n.responseErrorMessage,"",void 0,void 0,void 0,n.callstackAtRequest):logError("Unhandled Rejection: "+("string"==typeof n?n:JSON.stringify(n)))})),window.onload=function(){var o=self.location;!self.Owa&&o&&void 0!==o.search&&-1==o.search.indexOf("gulp")&&-1==o.search.indexOf("branch")&&(-1==o.search.indexOf("bO=2")?o.search+=(o.search?"&":"?")+"bO=2":o.assign("/mail/olkerror.html?bret=fail&esrc=NoBootJs&app=Mail&bO=2"))},hashChangeHandler(),storePromptValue(),window.addEventListener("hashchange",hashChangeHandler)</script> <link integrity="sha256-1LT5Ri90zAVvAkDjuF9Vv+KKMgALxMEBOMJHbry1CZ0=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.shared.m.6963c5b9.css" as="style" crossorigin="anonymous"/><link integrity="sha256-OytGT6ny9BrkM/rbiJnoOL0ctKIzHSYDMDpfdrYD2Uc=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.m.d4755464.css" as="style" crossorigin="anonymous"/><link integrity="sha256-e6f/cQfQDvLN5FIMJNhg1Cq14oFr4I1Cnr+AfJ5PTuk=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.styles.m.d9131b0e.css" as="style" crossorigin="anonymous"/><link integrity="sha256-qJ0bqwWhC9h0UPNE+DQ6i/LO+Hw1C2S4V5VLDFm7N1Q=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.77555.m.5d03aec6.js" as="script" crossorigin="anonymous"/><link integrity="sha256-pZ0S5BzBqZrEKcgHHEfBBML6V4qZDb5DbwS17NC9oX8=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.26778.m.55d59f88.js" as="script" crossorigin="anonymous"/><link integrity="sha256-TvlshqPk5TxHhBN+v8NvXA2l+a/STFU6z+pAiutCt8U=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.AppBoot.m.5068bf7e.js" as="script" crossorigin="anonymous"/><link integrity="sha256-CkzNfejJ0wBDADhTgjKFtDRPJi59EIhlpMShZvf4nTg=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.57554.m.f3ec0b78.js" as="script" crossorigin="anonymous"/><link integrity="sha256-neItqPcTZvGa6zyG5hchwAOGIElIvcQiG44LAj746m0=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.71719.m.123fad49.js" as="script" crossorigin="anonymous"/><link integrity="sha256-694YdOUYtRspSd07CNxEgdD37lYGAUv8md3jZ032+dw=" rel="preload" href="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.MsalAuth.m.78480eba.js" as="script" crossorigin="anonymous"/><script integrity="sha256-l7trx2j9hqF8WAshYvxr6tWOEAEH95sGGv0EsyQ4Txk=" src="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mail.runtime.76677946.js" crossorigin="anonymous" defer></script><script integrity="sha256-9FUvvpd75HPlA+f6z9Ay1UhJ5nv54L8Xp11YEBaWffU=" src="//res.public.onecdn.static.microsoft/owamail/hashed-v1/scripts/owa.mailindex.7cad6afb.js" crossorigin="anonymous" defer></script></head> <body role=application class="ms-font-s disableTextSelection ms-Fabric--isFocusHidden"> <div id=app></div> <div id=loadingScreen> <div id=loadingLogo dir=ltr> <style>@keyframes pinchAndRelease{0%,100%,12.5%,25%,35.5%,50%{transform:scale(1,1) translateY(0)}30%,5%{transform:scale(.86,1.1) translateY(-10px)}}@keyframes documentOneScale{0%,100%,35%,50%{transform:translate(61px,82px) scale(0,0) rotateZ(20deg) rotateY(26deg)}12%,22%{transform:translate(0,0) scale(1,1) rotateZ(-18deg) rotateY(0)}}@keyframes documentTwoScale{0%,100%,33%,50%{transform:translate(44px,68px) scale(0,0) rotateZ(20deg) rotateY(26deg)}15%,19%{transform:translate(0,0) scale(1,1) rotateZ(-9deg) rotateY(0)}}@keyframes layersSlideIn{0%,23%{transform:translateY(74px) scale(0) rotateX(50deg) rotateZ(45deg)}100%,33%{transform:translateY(0) scale(1) rotateX(50deg) rotateZ(45deg)}}#container{width:400px;height:400px;display:flex;justify-content:center;align-items:center;position:relative;--duration:3000ms;--delay:0ms;--iterationCount:infinite;--direction:normal;--fillMode:forwards;--playState:running;--easing:ease-in-out}.foreground{width:164px;height:200px;border-radius:26px;overflow:hidden;position:absolute;z-index:100;animation:pinchAndRelease var(--duration) var(--easing) var(--delay) var(--iterationCount) var(--direction) var(--fillMode) var(--playState)}.background{width:164px;height:200px;border-radius:26px;overflow:hidden;position:relative;z-index:20;animat
BTLS Certificate Expiry & Recommendations164 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
ARedirect Chain1 redirect(s), 93 ms totalPASS
https://outlook.live.com
19 ms · HTTP/1.1
https://outlook.live.com/mail/
73 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://outlook.live.com | 301 | 19 ms | HTTP/1.1 | Microsoft-HTTPAPI/2.0 |
| 2 | https://outlook.live.com/mail/ | 200 | 73 ms | HTTP/1.1 | Microsoft-HTTPAPI/2.0 |
See the visual redirect chain in the HTTP Probe tab →
A+IPv6 ReadinessIPv6 reachable (1 ms)PASS
A+URL Variantswww/non-www, trailing slash, HTTP→HTTPSPASS
www / non-www
HTTP → HTTPS
Consistent
A+Domain Intelligencelive.com — via CSC Corporate Domains, Inc., 31 years, 9 months old, hosted on Microsoft AzurePASS
194 days
December 27, 2026
164 days
Issued by DigiCert Inc
31 years, 9 months
Registered December 28, 1994
Not enabled
Protects against DNS spoofing
Microsoft Azure
ASN AS8068
204.79.197.212
CSC Corporate Domains, Inc.
Expiry timeline
Recommended actions
- Enable DNSSEC to protect visitors from DNS spoofing
- Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
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.
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