Skip to content
https://www.amazon.co.uk/ref=nav_logo

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
89
GRADE
B
FIX
0
REVIEW
7
PASS
10
INFO
0
Probed from New York, United Stated
200 OK
Checks
17
10 PASS 7 REVIEW
B
DNS Records
1 A records, 39 ms lookup
REVIEW
1 A records, 39 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 18.164.122.31
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
Has 5 IPv6 (AAAA) record(s)
Got: 2600:141b:1c00:d85::3bd2, 2600:141b:1c00:da2::3bd2, 2600:141b:1c00:d82::3bd2, 2600:141b:1c00:d83::3bd2, 2600:141b:1c00:d81::3bd2
Warning::
CNAME record at zone apex
A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
Got: cf.bfbdc3ca1-frontier.amazon.co.uk
Info::
No NS records found
Info::
No MX records — email not configured via DNS
Info::
No SPF record found in TXT records
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Info::
DNS resolution time: 39 ms
Got: 39 ms
A18.164.122.31
AAAA2600:141b:1c00:d85::3bd2, 2600:141b:1c00:da2::3bd2, 2600:141b:1c00:d82::3bd2, 2600:141b:1c00:d83::3bd2, 2600:141b:1c00:d81::3bd2
CNAMEcf.bfbdc3ca1-frontier.amazon.co.uk
NS
MX
TXT
CAALookup not available with standard resolver
Resolved in 39 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

A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.

Why this matters

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'.

Why this matters

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)

B
DNSSEC
Unsigned (DNSSEC not deployed)
REVIEW
Unsigned (DNSSEC not deployed)
Info::
DNSSEC is not deployed
The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).
B
CAA Records
No CAA records (any CA may issue certificates)
REVIEW
No CAA records (any CA may issue certificates)
Info::
No CAA records published
Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.
B
Reverse DNS
0/6 IPs match cert SAN
REVIEW
0/6 IPs match cert SAN
Info::
PTR for 18.164.122.31 does not match any cert SAN: server-18-164-122-31.jfk50.r.cloudfront.net
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
Info::
PTR for 2600:141b:1c00:d85::3bd2 does not match any cert SAN: g2600-141b-1c00-0d85-0000-0000-0000-3bd2.deploy.static.akamaitechnologies.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
Info::
PTR for 2600:141b:1c00:da2::3bd2 does not match any cert SAN: g2600-141b-1c00-0da2-0000-0000-0000-3bd2.deploy.static.akamaitechnologies.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
Info::
PTR for 2600:141b:1c00:d82::3bd2 does not match any cert SAN: g2600-141b-1c00-0d82-0000-0000-0000-3bd2.deploy.static.akamaitechnologies.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
Info::
PTR for 2600:141b:1c00:d83::3bd2 does not match any cert SAN: g2600-141b-1c00-0d83-0000-0000-0000-3bd2.deploy.static.akamaitechnologies.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
Info::
PTR for 2600:141b:1c00:d81::3bd2 does not match any cert SAN: g2600-141b-1c00-0d81-0000-0000-0000-3bd2.deploy.static.akamaitechnologies.com
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
B
Crawlability
robots.txt present, no sitemap
REVIEW
robots.txt present, no sitemap
Info::
robots.txt is present
Got: 7258 bytes
Info::
No sitemap.xml found
A sitemap helps search engines discover and index your pages more efficiently.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

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

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 7258 B Sitemaps referenced 0 User-agents webzio-extended, WRTNBot, FriendlyCrawler, Andibot, Channel3Bot, Linguee Bot, QualifiedBot, YaK, *, Timpibot, Cotoyogi, EchoboxBot, iAskBot, Panscient, PanguBot, YouBot, KunatoCrawler, LinkupBot, GoogleAgent-Mariner, Google-NotebookLM, wpbot, img2dataset, imgproxy, CloudflareBrowserRenderingCrawler, KlaviyoAIBot, SBIntuitionsBot, AddSearchBot, AI2Bot, OAI-SearchBot, laion-huggingface-processor, Manus-User, panscient.com, TerraCotta, ChatGLM-Spider, CopilotNative, SemrushBot-SWA, Thinkbot, Crawl4AI, ICC-Crawler, EtaoSpider, Cloudflare-AutoRAG, imageSpider, Kangaroo Bot, Claude-Web, DeepSeekBot, ZanistaBot, Google-Extended, Devin, Ai2Bot-Dolma, Brightbot, Claude-SearchBot, Perplexity-User, Datenbank Crawler, xAI-Grok, ChatGPT-User, AI2Bot-DeepResearchEval, Google-Firebase, Grok-DeepSearch, GrokBot, PerplexityBot, GoogleAgent-Shopping, meta-externalagent, Poggio-Citations, GPTBot, ClaudeBot, Bytespider, Sidetrade indexer bot, CopilotSapphire, atlassian-bot, GoogleOther, ShapBot, CCBot, omgili, MistralAI-User, Diffbot, ISSCyberRiskCrawler, cohere-training-data-crawler, factset_spyderbot, netEstate Imprint Crawler, BuddyBot, PetalBot, iaskspider, aiHitBot, cohere-ai, Claude-User, IbouBot, PhindBot, meta-externalfetcher, Gemini-Deep-Research, DuckAssistBot, Copilot, VelenPublicWebCrawler, Echobot Bot, TavilyBot, TwinAgent, Scrapy, Google-CloudVertexBot, Anomura, ImagesiftBot, meta-webindexer Blocking No — crawling allowed
User-agent: *
Disallow: /dp/product-availability/
Disallow: /dp/rate-this-item/
Disallow: /exec/obidos/account-access-login
Disallow: /exec/obidos/change-style
Disallow: /exec/obidos/dt/assoc/handle-buy-box
Disallow: /exec/obidos/flex-sign-in
Disallow: /exec/obidos/handle-buy-box
Disallow: /exec/obidos/refer-a-friend-login
Disallow: /exec/obidos/subst/associates/join
Disallow: /exec/obidos/subst/marketplace/sell-your-collection.html
Disallow: /exec/obidos/subst/marketplace/sell-your-stuff.html
Disallow: /exec/obidos/subst/partners/friends/access.html
Disallow: /exec/obidos/tg/cm/member/
Disallow: /gp/cart
Disallow: /gp/content-form
Disallow: /gp/customer-images
Disallow: /gp/customer-media/upload
Disallow: /gp/customer-reviews/common/du
Disallow: /gp/customer-reviews/write-a-review.html
Disallow: /gp/flex
Disallow: /gp/gfix
Disallow: /gp/history
Disallow: /gp/item-dispatch
Disallow: /gp/legacy-handle-buy-box.html
Disallow: /gp/reader
Disallow: /gp/registry/wishlist/*/reserve
Disallow: /gp/richpub/listmania/createpipeline
Disallow: /gp/music/clipserve
Disallow: /gp/recsradio
Disallow: /gp/sign-in
Disallow: /gp/slides/make-money
Disallow: /gp/structured-ratings/actions/get-experience.html
Disallow: /gp/twitter/
Disallow: /gp/vote
Disallow: /gp/voting/
Disallow: /gp/yourstore
Disallow: /ap/signin
Disallow: /gp/registry/search.html
Disallow: /gp/orc/rml/
Disallow: /gp/dmusic/mp3/player
Disallow: /gp/entity-alert/external
Disallow: /gp/customer-reviews/dynamic/sims-box
Disallow: /review/dynamic/sims-box
Disallow: /gp/redirect.html
Disallow: /gp/customer-media/actions/delete/
Disallow: /gp/customer-media/actions/edit-caption/
Disallow: /gp/dmusic/
Allow: /gp/dmusic/promotions/PrimeMusic
Allow: /gp/dmusic/promotions/AmazonMusicUnlimited
Disallow: /gp/customer-media/product-gallery/B007HCCOD0
Disallow: /gp/help/customer/display.html?*nodeId=200534000
Disallow: /gp/feature.html?*docId=1000632623
Disallow: /gp/aag
Disallow: /gp/socialmedia/giveaways
Disallow: /gp/aw/so.html
Disallow: /gp/pdp/profile/
Disallow: /gp/product/product-availability
Disallow: /gp/offer-listing
Disallow: /dp/twister-update/
Disallow: /dp/e-mail-friend/
Disallow: /gp/registry/wishlist/
Disallow: /wishlist/
Allow: /wishlist/universal
Allow: /wishlist/vendor-button
Allow: /wishlist/get-button
Disallow: /gp/wishlist/
Allow: /gp/wishlist/universal
Allow: /gp/wishlist/vendor-button
Allow: /gp/wishlist/ipad-install
Disallow: /registry/wishlist/
Disallow: /local/ajax/
Disallow: /gp/profile/
Disallow: /reviews/iframe
Disallow: /gp/help/reports/infringement/jquery/handle-notice-submit.html
Disallow: /gp/help/customer/handler/handle-email-submit.html
Disallow: /gp/ask-widget/askWidget*
Disallow: /ss/customer-reviews/lighthouse/
Disallow: /gp/aw/ol/
Disallow: /gp/promotion/
Disallow: /hz/leaderboard/top-reviewers/
Disallow: /hz/leaderboard/hall-of-fame/
Disallow: /review/top-reviewers/
Disallow: /review/top-reviewers
Disallow: /review/hall-of-fame
Disallow: /reviews/top-reviewers/
Disallow: /reviews/top-reviewers
Disallow: /reviews/hall-of-fame
Disallow: /stores/page/*visitId= 
Disallow: /hz/help/contact/*/message/$
Disallow: /-/
Disallow: /gp/aw/shoppingAids/
Disallow: /hp/video/
Disallow: /gp/video/api
Disallow: /gp/video/settings
Disallow: /gp/video/library
Disallow: /gp/video/watchlist
Disallow: /gp/video/mystuff
Disallow: /gp/video/profiles
Disallow: /gp/video/search
Disallow: /gp/video/auth
Disallow: /gp/video/salp/i


User-agent: EtaoSpider
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: CCBot
Disallow: /

User-Agent: PerplexityBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GoogleAgent-Mariner
Disallow: /

User-agent: GoogleAgent-Shopping
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: Scrapy
Disallow: /

User-agent: PetalBot
Disallow: /

User-agent: Devin
Disallow: /

User-agent: omgili
Disallow: /

User-agent: AI2Bot
Disallow: /

User-agent: Gemini-Deep-Research
Disallow: /

User-agent: PanguBot
Disallow: /

User-agent: MistralAI-User
Disallow: /

User-agent: Diffbot
Disallow: /

User-agent: Sidetrade indexer bot
Disallow: /

User-agent: Google-NotebookLM
Disallow: /

User-agent: DuckAssistBot
Disallow: /

User-agent: Copilot
Disallow: /

User-agent: Ai2Bot-Dolma
Disallow: /

User-agent: Google-CloudVertexBot
Disallow: /

User-agent: meta-externalfetcher
Disallow: /

User-agent: iaskspider
Disallow: /

User-agent: wpbot
Disallow: /

User-agent: aiHitBot
Disallow: /

User-agent: cohere-ai
Disallow: /

User-agent: FriendlyCrawler
Disallow: /

User-agent: img2dataset
Disallow: /

User-agent: VelenPublicWebCrawler
Disallow: /

User-agent: YouBot
Disallow: /

User-agent: Brightbot
Disallow: /

User-agent: Claude-User
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Claude-SearchBot
Disallow: /

User-agent: Perplexity-User
Disallow: /

User-agent: ISSCyberRiskCrawler
Disallow: /

User-agent: CopilotNative
Disallow: /

User-agent: CopilotSapphire
Disallow: /

User-agent: imgproxy
Disallow: /

User-agent: SemrushBot-SWA
Disallow: /

User-agent: ChatGPT-User
Disallow: /

User-agent: OAI-SearchBot
Disallow: /

User-agent: Timpibot
Disallow: /

User-agent: Thinkbot
Disallow: /

User-agent: AddSearchBot
Disallow: /

User-agent: AI2Bot-DeepResearchEval
Disallow: /

User-agent: Andibot
Disallow: /

User-agent: Anomura
Disallow: /

User-agent: atlassian-bot
Disallow: /

User-agent: BuddyBot
Disallow: /

User-agent: Channel3Bot
Disallow: /

User-agent: ChatGLM-Spider
Disallow: /

User-agent: Claude-Web
Disallow: /

User-agent: Cloudflare-AutoRAG
Disallow: /

User-agent: CloudflareBrowserRenderingCrawler
Disallow: /

User-agent: cohere-training-data-crawler
Disallow: /

User-agent: Cotoyogi
Disallow: /

User-agent: Crawl4AI
Disallow: /

User-agent: Datenbank Crawler
Disallow: /

User-agent: DeepSeekBot
Disallow: /

User-agent: Echobot Bot
Disallow: /

User-agent: EchoboxBot
Disallow: /

User-agent: factset_spyderbot
Disallow: /

User-agent: Google-Firebase
Disallow: /

User-agent: GoogleOther
Disallow: /

User-agent: Grok-DeepSearch
Disallow: /

User-agent: GrokBot
Disallow: /

User-agent: iAskBot
Disallow: /

User-agent: IbouBot
Disallow: /

User-agent: ICC-Crawler
Disallow: /

User-agent: ImagesiftBot
Disallow: /

User-agent: imageSpider
Disallow: /

User-agent: Kangaroo Bot
Disallow: /

User-agent: KlaviyoAIBot
Disallow: /

User-agent: KunatoCrawler
Disallow: /

User-agent: laion-huggingface-processor
Disallow: /

User-agent: Linguee Bot
Disallow: /

User-agent: LinkupBot
Disallow: /

User-agent: Manus-User
Disallow: /

User-agent: meta-webindexer
Disallow: /

User-agent: netEstate Imprint Crawler
Disallow: /

User-agent: Panscient
Disallow: /

User-agent: panscient.com
Disallow: /

User-agent: PhindBot
Disallow: /

User-agent: Poggio-Citations
Disallow: /

User-agent: QualifiedBot
Disallow: /

User-agent: SBIntuitionsBot
Disallow: /

User-agent: ShapBot
Disallow: /

User-agent: TavilyBot
Disallow: /

User-agent: TerraCotta
Disallow: /

User-agent: TwinAgent
Disallow: /

User-agent: webzio-extended
Disallow: /

User-agent: WRTNBot
Disallow: /

User-agent: xAI-Grok
Disallow: /

User-agent: YaK
Disallow: /

User-agent: ZanistaBot
Disallow: /
sitemap.xml No sitemap found

No sitemap found

Adding a sitemap helps search engines discover your pages.

B
TLS Certificate Expiry & Recommendations
147 days until leaf cert expires — 1 issues to address
REVIEW

Certificate validity

147
days left
0d 30d 60d 90d+

Recommended actions

  • Enable DNSSEC on your domain for DNS spoofing protection
B
Operational Status Page
No status page link detected
REVIEW
No status page link detected
Info::
No operational status page link detected
Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.
A+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
CNAME does not point at a known takeover-able service
A+
Multi-Resolver DNS Speed
Mean 5ms across 3 resolvers (spread 12ms)
PASS
Mean 5ms across 3 resolvers (spread 12ms)
Info::
Quad9: 1ms
Got: 1ms via 9.9.9.9:53
Info::
Cloudflare: 3ms
Got: 3ms via 1.1.1.1:53
Info::
Google: 13ms
Got: 13ms via 8.8.8.8:53
A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://www.amazon.co.uk/ref=nav_logo

https://www.amazon.co.uk/ref=nav_logo

204 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://www.amazon.co.uk/ref=nav_logo200204 msHTTP/1.1Server
A+
IPv6 Readiness
IPv6 reachable (2 ms)
PASS
IPv6 reachable (2 ms)
Info::
IPv6 is configured and reachable at 2600:141b:1c00:d85::3bd2, 2600:141b:1c00:da2::3bd2, 2600:141b:1c00:d82::3bd2, 2600:141b:1c00:d83::3bd2, 2600:141b:1c00:d81::3bd2
Got: 2 ms connect
IPv6 Ready
AAAA Records 2600:141b:1c00:d85::3bd2, 2600:141b:1c00:da2::3bd2, 2600:141b:1c00:d82::3bd2, 2600:141b:1c00:d83::3bd2, 2600:141b:1c00:d81::3bd2 Connection Reachable (2 ms)
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: www)
Warning::
Trailing slash inconsistency — both versions serve content
Got: Both with/without trailing slash return 200 Expected: One variant 301-redirects to the other
Info::
HTTP correctly redirects to HTTPS permanently
Got: HTTP 301

www / non-www

200https://www.amazon.co.uk/ref=nav_logo
301https://amazon.co.uk/ref=nav_logo

Preferred variant: www

Trailing Slash

200https://www.amazon.co.uk/ref=nav_logo/
200https://www.amazon.co.uk/ref=nav_logo

Inconsistent — duplicate content risk

HTTP → HTTPS

301http://www.amazon.co.uk/ref=nav_logo https://www.amazon.co.uk/ref=nav_logo

Consistent

A+
Domain Intelligence
amazon.co.uk — via Amazon.com, Inc., 32 years, 2 months old, hosted on AWS
PASS
amazon.co.uk — via Amazon.com, Inc., 32 years, 2 months old, hosted on AWS
Info::
Domain registered until Dec 5, 2026 (3 months remaining)
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.
Info::
Registrar: Amazon.com, Inc.
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: AWS
Got: AS16509
Domain expiry

101 days

December 5, 2026

SSL certificate

147 days

Issued by Amazon

Domain age

32 years, 2 months

Registered December 5, 1994

DNSSEC

Not enabled

Protects against DNS spoofing

Hosting

AWS

ASN AS16509

3.253.170.23

Registrar

Amazon.com, Inc.

Unlocked 4 NS records
Expiry timeline
Today
+1 year
Domain expiry 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 Amazon.com, Inc.
Created December 5, 1994 (32 years, 2 months ago)
Expires December 5, 2026 (3 months)
Last Updated March 11, 2026
Name Servers ns-1256.awsdns-29.org., ns-1689.awsdns-19.co.uk., ns-430.awsdns-53.com., ns-558.awsdns-05.net.
DNSSEC Not enabled
Hosting
IP Address 3.253.170.23
ASN AS16509 (AMAZON-02 - Amazon.com, Inc., US)
Provider AWS
Data source: rdap (0.4s)

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

A
HTTP Probe Timing
Total 583 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
22 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
2 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
7 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
237 ms
Total Time Total request time from DNS lookup through full response.
583 ms

Connection waterfall

DNS Lookup 22 ms TCP Connect 2 ms TLS Handshake 7 ms Server Processing 206 ms Content Transfer 346 ms
A
CDN & Delivery
AWS CloudFront (Miss from cloudfront)
PASS
AWS CloudFront (Miss from cloudfront)
Info::
Site is served via AWS CloudFront CDN (edge: JFK50-P7)
Got: x-amz-cf-id: GDEphuxFYV50hff95P5Y6hYPSpt8H5DyqDdKy1cV13of4R2yoZc_FQ==
Info::
CDN cache status: Miss from cloudfront
CDN Detected: AWS CloudFront
Provider AWS CloudFront Cache Status Miss from cloudfront Evidence x-amz-cf-id: GDEphuxFYV50hff95P5Y6hYPSpt8H5DyqDdKy1cV13of4R2yoZc_FQ==
A+
CDN Cache Observability
Cache state: MISS
PASS
Cache state: MISS
Info::
CDN cache state observable via 1 header(s)
Got: x-cache=Miss from cloudfront
A+
Health Check Endpoint
Health endpoint at https://www.amazon.co.uk/health (HTTP 200)
PASS
Health endpoint at https://www.amazon.co.uk/health (HTTP 200)
Info::
Public health endpoint at https://www.amazon.co.uk/health
Got: https://www.amazon.co.uk/health
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback