Website profiles · Technology insights · Alternatives

akamai.com Paid content Multilingual

Categories: Security & Privacy

Akamai is the cybersecurity and cloud computing company that powers and protects business online.

Visit website

Updated: 2026-09-23 03:57 Language: English (default) Access: Normal

Profile views 2 Outbound visits 1
Akamai Full homepage screenshot
Editorial Review

Website Review

What is Akamai?

Akamai is a cybersecurity and cloud computing company that also runs one of the world's largest content delivery networks (CDNs). Its core business is helping organizations deliver web content and applications quickly while protecting them from online threats. You can see the company's own framing at Akamai.

What Akamai actually does

  • Content delivery (CDN): Caches and serves web assets, video and software downloads from servers close to users, reducing latency and offloading traffic from origin infrastructure.
  • Security: Offers protection against DDoS attacks, web application firewalls, bot management and API security, aimed at keeping sites and applications available and safe.
  • Cloud computing: Provides distributed compute, storage and edge services, so workloads can run closer to end users rather than only in a few centralized data centers.

Who it is for

Akamai is mainly aimed at businesses and institutions rather than individual consumers: media and streaming companies, e-commerce sites, financial services, gaming, software distribution and large enterprises with global audiences. A small personal blog would rarely need it; a company serving video to millions of viewers across continents is a more typical fit.

How to evaluate it

The trade-off is usually complexity and cost versus global reach and resilience. Compare Akamai against alternatives such as Cloudflare or Fastly if you want a CDN and security bundle, and against Amazon Web Services or Microsoft Azure if your priority is integrated cloud infrastructure.

A useful next step: list the specific problems you need solved (latency in certain regions, DDoS exposure, video delivery, edge compute), then check which provider covers them with the least operational overhead. Akamai publishes region-specific pricing pages, so start there if budget is a deciding factor.

How does Akamai's CDN improve website performance?

Akamai's CDN improves website performance chiefly by moving content closer to visitors. Its globally distributed edge network caches copies of images, scripts, video and other assets, so a browser in São Paulo or Jakarta can fetch them from a nearby edge location instead of a distant origin server. Shorter network round trips mean lower latency, faster page loads and less origin bandwidth consumed.

The practical gains fall into a few areas:

  • Latency reduction: Serving static assets from the edge cuts the distance data travels, which typically matters most for first-time visitors and image-heavy pages.
  • Origin offload: Cached requests never reach your servers, so traffic spikes, product launches or viral pages put less strain on the origin.
  • Reliability: If one edge location has trouble, traffic can be routed around it, keeping the site reachable.
  • Dynamic content: Modern CDNs also optimise API calls and personalised pages through faster routing between edge and origin, though caching rules must be configured carefully so users don't see stale or wrong data.

The trade-off is complexity. Cache-control headers, purge workflows and dynamic-path rules need attention, otherwise visitors may see outdated content. A site with mostly static pages and a global audience gets the clearest benefit; an internal tool used by one office may not need a CDN at all.

A useful next step: measure your current time-to-first-byte and largest contentful paint from several regions, then compare against expected edge performance. If most of your delay is server processing rather than network distance, a CDN alone won't fix it. For broader context on how this fits with cloud and security services, see Akamai.

How does Akamai protect websites from DDoS attacks?

Akamai protects websites from DDoS attacks mainly through a globally distributed scrubbing and edge network: attack traffic is absorbed and filtered at locations close to where it originates, so malicious requests are dropped or cleaned before they reach your origin servers. Its security services are grouped under Akamai's cloud and security offerings, alongside its CDN and cloud computing products, as described on Akamai.

For a website owner, the practical layers usually include:

  • Edge absorption and filtering — traffic is spread across many points of presence, giving large capacity to soak up volumetric floods.
  • Application-layer protection — a Web Application Firewall (WAF) inspects HTTP/HTTPS requests to catch floods that mimic normal users, such as bot-driven request spikes.
  • Rate limiting and bot detection — suspicious patterns, scraping or credential-stuffing traffic can be throttled or blocked.
  • DNS and infrastructure protection — DNS-level defenses help keep a site reachable even when attackers target name resolution.
  • Origin shielding — hiding origin IPs and only accepting traffic from the protection layer prevents direct-to-origin attacks.
  • Always-on vs. on-demand modes — always-on keeps protection active at all times; on-demand routes traffic through scrubbing only during an attack.

A useful next step: decide which model fits your traffic. If your site is a high-value target (e-commerce, finance, gaming), always-on edge protection is usually worth the added latency and cost. If attacks are rare, on-demand scrubbing can be cheaper but adds a short activation delay. Either way, confirm the provider can protect DNS, WAF and origin, not just volumetric floods — and test with a controlled drill before an incident.

For related context, Cloudflare and AWS Shield offer comparable DDoS protection models, and the Open Web Application Security Project (OWASP) publishes guidance on application-layer defenses.

What cloud computing services does Akamai offer?

Akamai's cloud services fall into four main areas: compute, CDN and content delivery, security, and edge/application services. The company is best known for its massive edge network, and its cloud computing offering is built around putting workloads close to users rather than in a few large data centers.

Core cloud computing services

  • Cloud computing (virtual machines and instances). Akamai offers cloud instances for running general workloads, positioned as an alternative to the large hyperscalers, with pricing published by region (North America, Europe, Asia Pacific, South America, Jakarta).
  • Content delivery (CDN). The original core business: caching and delivering web content, video, and software downloads from edge locations worldwide. This is what most people mean when they think of Akamai.
  • Security services. Web application firewall, DDoS protection, bot management, and API security, delivered through the same edge network. The company describes itself as a cybersecurity and cloud computing company.
  • Edge computing and application services. Running logic at the edge, plus services around API acceleration, load balancing, and media delivery.

Who each part suits

Need Best-fit Akamai service
Global website or app with users everywhere CDN and edge delivery
Protecting public web apps and APIs Security services
Running workloads close to end users Cloud computing / edge compute
Streaming video or large downloads Media and content delivery

What to weigh

Akamai's strength is reach: a very large, well-established edge footprint and mature security tooling. The trade-off is that it is not a full general-purpose hyperscaler in the same way as the biggest cloud providers — if you need a broad managed database, AI/ML, or enterprise SaaS ecosystem, you may pair Akamai with another provider rather than replace one. For teams whose main problem is latency, traffic spikes, or attack traffic, Akamai is often a strong fit; for teams building an entire application stack from scratch, it may be one component rather than the whole platform.

Next step: check regional pricing before committing, since rates differ by geography. See Akamai for the service overview and pricing pages.

How much does Akamai cost and how does its pricing work?

Akamai doesn't publish a single price list, because it sells three different product families — content delivery (CDN), cloud computing, and security — and each is priced on its own terms. The site does publish regional cloud pricing pages (North America, Europe, Asia Pacific, São Paulo, Jakarta) and mentions a free trial, so the cloud side is at least partly transparent. CDN and security contracts are typically quoted per customer based on traffic, features and commitment.

How the pricing models differ

Product area Typical pricing basis Who it suits
CDN / content delivery Volume of traffic delivered, plus features and regions Media, retail and software sites with large or spiky audiences
Cloud computing Published regional rates for compute, storage and related services Teams running workloads close to users or replacing part of another cloud
Security Subscription or contract based on protected assets, traffic and modules Organisations facing DDoS, bot or application-layer threats

What drives your bill

  • Commitment level. Enterprise contracts usually trade a longer commitment or minimum spend for better unit rates.
  • Geography. Rates differ by region, which is why separate pricing pages exist for North America, Europe, Asia Pacific, São Paulo and Jakarta.
  • Traffic profile. Steady, predictable volume is easier to price than sharp peaks; peak handling is part of what you're paying for.
  • Feature mix. Adding security modules, edge compute or advanced delivery features moves you into a different quote.

A practical next step

If you're an individual developer or a small team, start with the free trial and the published cloud pricing pages to sanity-check costs against your current provider. If you're buying CDN or security at scale, treat published numbers as a starting reference only and request a quote with your own traffic and threat data — that's the only figure that will be accurate.

For a rough comparison point, large CDN and cloud vendors such as Cloudflare and Amazon Web Services also publish usage-based pricing, which can help you frame what a fair rate looks like before you negotiate.

Can I try Akamai for free before committing?

Yes, but "free" at Akamai means something narrower than it does at a typical developer cloud. Akamai presents itself as a cybersecurity, cloud computing, and CDN company, and its pricing pages are organized by region rather than as a single self-serve price list. The clearest free entry point is a free trial, which the site signals alongside those regional pricing pages.

What a free trial realistically covers

Akamai's products split into two very different buckets, and your trial experience depends on which one you need:

What you want to test Free-trial fit Practical catch
CDN, WAF, DDoS protection, bot management Strong Setup often needs DNS or origin changes, so it is a project, not a click
Cloud computing (compute, storage, delivery) Moderate You may need to size and configure resources before results mean anything
Enterprise security contracts Weak Trials tend to be scoped proofs of concept with a sales engineer

A concrete scenario

Say you run an e-commerce site and want to know whether Akamai's security layer stops credential-stuffing attacks without adding latency. A free trial can work here, but only if you route a staging domain or a slice of live traffic through it. Budget a few days for DNS and rule tuning, and decide your success metric in advance — for example, blocked malicious requests versus added page-load time.

Next step

Open the regional pricing page for your area, since Akamai lists North America, Europe, Asia Pacific, São Paulo, and Jakarta separately. That tells you what paid tiers look like before you invest time in a trial. If you mainly want to compare entry-level options, it also helps to look at how other providers frame their free tiers, such as Cloudflare or Fastly. Decide first whether you are evaluating security, CDN performance, or cloud compute — Akamai's trial value is highest when you have one specific workload to test.

Related questions

More questions →
What Is a CDN and What Does It Do for Your Website?

A CDN (content delivery network) is a globally distributed group of servers that caches and serves your website's content from locations close to each user. It speeds up load times, reduces load on your origin server, cuts bandwidth costs, and absorbs some attack traffic. You need one when visitors are geographically spread out, your origin struggles under traffic, or you want a layer of protection and performance without rebuilding your application. Akamai, for example, describes itself as a cybersecurity and cloud computing company that delivers and protects content online — a useful reminder that modern CDNs are usually bundled with security and edge compute, not sold as caching alone.

How a CDN actually works

The mechanism is straightforward:

  1. You point your domain at the CDN — usually by changing DNS records or adding a CNAME so requests resolve to the CDN's edge network instead of directly to your origin.
  2. A user requests a file (an image, script, page, or video segment).
  3. The nearest edge server answers. If it already has a valid cached copy, it returns it immediately — a cache hit.
  4. On a miss, the edge fetches from your origin, stores a copy according to your caching rules, and serves it to the user.
  5. Subsequent users near that edge get the cached copy, so your origin is hit far less often.

The distance between user and server is the core idea: physics limits how fast data travels, so serving from a nearby edge is faster than serving everything from one origin region.

What it does for your website

Benefit What it means in practice
Faster load times Content arrives from a nearby edge instead of a distant origin
Reduced origin load Cached requests never reach your server, freeing capacity
Bandwidth savings Offloaded traffic can lower egress costs
Basic DDoS absorption Distributed edge capacity can soak up volumetric traffic
Availability Cached content can keep serving if the origin is briefly unavailable

The DDoS point deserves a caveat: a CDN absorbs and distributes traffic, but full protection usually comes from a dedicated security layer (see below), not caching alone.

CDN vs. cloud computing, WAF, and edge platforms

These terms overlap and are often sold together, so it helps to separate them:

  • CDN — caches and delivers content from edge locations. Its job is speed and offload.
  • Cloud computing — provides compute, storage, and services in centralized (or regional) data centers. It runs your application; a CDN sits in front of it.
  • WAF (web application firewall) — inspects HTTP traffic and blocks attacks like SQL injection or cross-site scripting. Many CDNs include a WAF, but the functions are distinct.
  • Edge platform — runs code (serverless functions, logic) at the edge, closer to users than a central cloud region. It extends the CDN from serving content to processing requests.

A single vendor may offer all four. When comparing providers, check which capabilities are included versus added on.

How to put your site behind a CDN

  1. Choose a provider based on where your users are, what's included (security, edge compute), and pricing for your regions. Akamai publishes region-specific pricing pages (North America, Europe, Asia Pacific, South America, Jakarta), so you can compare costs by geography rather than assume one global rate.
  2. Add your domain in the provider's dashboard and verify ownership.
  3. Change DNS or add a CNAME so traffic routes through the CDN. This is the step that actually puts you "behind" it.
  4. Configure caching rules — set what's cached, for how long (TTL), and what must always hit the origin (e.g., logged-in pages, checkout).
  5. Set up SSL/TLS so HTTPS works end to end.
  6. Test with your browser's network tools or a command-line check to confirm content is served from edge locations and headers show cache hits.

Common problems and what to check

  • Stale content — your TTL is too long or you haven't purged the cache after a deploy. Shorten TTLs for frequently updated assets and purge on release.
  • Cache misses — caching rules may exclude the content, or query strings and cookies may be fragmenting the cache. Review what varies the cache key.
  • SSL errors — certificate mismatch between edge and origin, or an incomplete chain. Verify both legs of the connection.
  • Wrong content for logged-in users — personalized pages should bypass the cache; caching them can leak one user's data to another.

Deciding whether you need one

You likely benefit if your audience is geographically distributed, your origin is a bottleneck, or you want performance and protection without re-architecting. A single-region site with a local audience may see less gain. Before committing, confirm what's bundled (security, edge compute), how pricing varies by region, and whether the provider's edge locations actually cover where your users are — that coverage, more than any feature list, determines the real-world benefit.

What Is Cloud Computing and How Do You Choose a Provider?

Cloud computing is the delivery of computing resources — servers, storage, networking, databases, and software — over the internet on a pay-as-you-go or subscription basis, rather than through hardware you own and run yourself. It fits almost any organization that needs to scale capacity up or down, reach users in many locations, or avoid large upfront infrastructure spending. The harder question is not what cloud computing is but which service and deployment model and which provider fit your workload. This guide walks through the models, the core building blocks, and the selection criteria that actually drive the decision.

The three core service models

The most common way to categorize cloud services is by how much of the stack the provider manages versus how much you manage.

Model What the provider manages What you manage Typical use
IaaS (Infrastructure as a Service) Servers, storage, networking, virtualization OS, middleware, runtime, apps, data Lift-and-shift migrations, custom stacks, full control needs
PaaS (Platform as a Service) Everything in IaaS plus OS, runtime, and often scaling Your application code and data Developers who want to deploy code without managing servers
SaaS (Software as a Service) The entire application Your data and user configuration Email, CRM, collaboration, analytics tools

A concrete example: if you rent a virtual machine and install your own database on it, that's IaaS. If you push code to a managed runtime that handles patching and scaling for you, that's PaaS. If you simply log into a web-based CRM and use it, that's SaaS. The trade-off is consistent — the higher up the stack you go, the less control you have and the less operational work you carry.

Deployment models and when each fits

Service model and deployment model are separate questions. The deployment model describes who the infrastructure serves and where it sits.

  • Public cloud — shared infrastructure operated by a provider and offered to many customers. Best when you want elasticity, broad geographic reach, and no capital expenditure.
  • Private cloud — infrastructure dedicated to a single organization, either on-premises or hosted. Fits strict control, regulatory, or data-residency requirements.
  • Hybrid cloud — a mix of public and private, connected so workloads can move between them. Common when some data must stay on-premises while other workloads benefit from public scale.
  • Multi-cloud — using two or more public providers. Chosen to avoid lock-in, meet regional requirements, or use best-of-breed services from different vendors.

These are not mutually exclusive. Many organizations run a hybrid model across two public providers, which is both hybrid and multi-cloud.

Core building blocks to understand

Whatever the model, most cloud platforms expose the same fundamental primitives. Knowing these helps you compare providers on equal terms.

  • Compute — virtual machines, containers, and serverless functions. The choice affects how much you manage and how you pay (per-second, per-request, or reserved).
  • Storage — object storage for unstructured data, block storage for disks, and file storage for shared filesystems. Each has different durability, latency, and cost characteristics.
  • Networking — virtual networks, load balancers, and private connectivity between your environment and the provider.
  • CDN and edge delivery — a content delivery network caches content close to users to cut latency. Akamai, for instance, positions itself as both a cloud computing and security company that also operates a large CDN, which matters if your workload is latency-sensitive or globally distributed.

Selection criteria that drive the decision

Provider choice usually comes down to a handful of factors. Weigh them against your specific workload rather than in the abstract.

  • Pricing model — understand whether you pay for reserved capacity, on-demand usage, or egress (data leaving the provider). Egress fees are a frequent surprise. Akamai publishes regional pricing pages (North America, Europe, Asia Pacific, São Paulo, and Jakarta), so you can compare rates by region rather than assume a single global price.
  • Security — look at the provider's native security services, encryption options, and identity controls. For some buyers, security and cloud are a single evaluation.
  • Compliance and data residency — confirm the provider can meet the regulations and geographic restrictions that apply to your data.
  • Latency and reach — if users are spread across regions, edge and CDN coverage directly affects performance.
  • Lock-in and portability — proprietary services can be convenient but harder to move. Multi-cloud or open standards reduce this risk at the cost of added complexity.

Common migration steps and pitfalls

A typical migration follows a recognizable sequence:

  1. Assess — inventory workloads and classify them by dependency, sensitivity, and how easily they move.
  2. Choose a model — decide IaaS, PaaS, or SaaS, and public, private, hybrid, or multi-cloud, per workload rather than for the whole estate at once.
  3. Pilot — move a low-risk workload first to validate networking, security, and cost assumptions.
  4. Migrate and optimize — move in waves, then right-size instances and storage to control spend.

Pitfalls to watch for: underestimating egress and data-transfer costs, assuming a lift-and-shift will automatically be cheaper, and skipping the pilot so that integration problems surface only in production. Treat pricing and compliance as things to verify against the provider's own published pages, since rates and terms vary by region and change over time.

What Does Security Mean for a CDN and Edge Platform?

Security on a CDN and edge platform means filtering and absorbing malicious traffic at edge nodes before it reaches your origin server. Instead of only hardening the origin, you distribute protection across a global network so attacks are mitigated closer to their source. This matters most when your site faces volumetric attacks, application-layer exploits, or automated abuse, and when you want to avoid exposing your origin IP directly. Tencent EdgeOne, for example, positions security alongside acceleration, serverless, and video delivery as a core edge capability.

The core security layers

A CDN/edge platform typically bundles several distinct protections. They address different threats and are often enabled independently.

Layer What it does Threat it addresses When you need it
DDoS mitigation Absorbs and disperses high-volume traffic across edge nodes Volumetric floods (L3/L4 and large L7 floods) Any public-facing site; critical for sites that attract attention or have thin origin capacity
WAF (Web Application Firewall) Inspects HTTP requests against rule sets SQL injection, XSS, command injection, known exploit patterns Sites with login forms, APIs, CMS platforms, or user input
Bot management Distinguishes human traffic from automated clients Credential stuffing, scraping, inventory hoarding, spam Sites with accounts, e-commerce, or valuable content
TLS/SSL Encrypts traffic between client and edge (and often edge to origin) Eavesdropping, tampering, man-in-the-middle Every site handling any user data or requiring trust

These layers are complementary. DDoS mitigation keeps your service online under flood; WAF blocks exploit attempts that slip past volume-based defenses; bot management handles low-and-slow abuse that looks like normal traffic; TLS protects data in transit.

How edge-based security differs from origin-only protection

With origin-only protection, every request reaches your server before it is evaluated. Your origin absorbs the full attack volume, and its IP is often discoverable.

With edge-based security, requests terminate at an edge node first. The edge:

  • Filters or challenges suspicious requests before forwarding.
  • Absorbs volumetric attacks across many nodes rather than one server.
  • Hides the origin IP when configured correctly, so attackers cannot target it directly.

The practical difference: origin-only defenses fail when the attack exceeds origin capacity. Edge defenses scale with the network, so capacity is less of a bottleneck. The trade-off is that you must route traffic through the edge consistently — if your origin IP leaks or is reachable directly, attackers can bypass the edge entirely.

Which protection addresses which threat

  • Volumetric DDoS: needs DDoS mitigation with enough edge capacity to absorb the flood. Origin-only rate limiting usually fails here because the pipe itself saturates.
  • Application exploits (injection, XSS): needs WAF rules. These attacks are small in volume, so DDoS mitigation alone will not stop them.
  • Credential stuffing and scraping: needs bot management. These requests often look legitimate at the network level, so volume-based defenses miss them.
  • Data interception: needs TLS end-to-end. Terminating TLS only at the edge without re-encrypting to origin leaves the edge-to-origin leg exposed.

A site can need all four, or only some. A static marketing site with no login may only need DDoS mitigation and TLS. An e-commerce site with accounts and checkout needs all four.

Practical steps to evaluate and enable security on a CDN/edge platform

  1. Inventory your exposure. List public endpoints, login flows, APIs, and any user input. This tells you which layers are relevant.
  2. Confirm origin IP is not directly reachable. If it is, edge security is bypassable. Restrict origin to accept traffic only from edge nodes.
  3. Enable TLS end-to-end. Configure certificates at the edge and verify the edge-to-origin leg is encrypted, not plaintext.
  4. Turn on DDoS mitigation. Usually always-on; verify the platform's capacity and whether it auto-scales.
  5. Deploy WAF in monitor mode first. Log what would be blocked before enforcing, to avoid breaking legitimate traffic.
  6. Add bot management where accounts or content value exist. Start with detection, then move to challenge/block.
  7. Test with a controlled request. Send a known-malicious pattern (e.g., a test SQLi string) and confirm it is blocked. Send normal traffic and confirm it passes.

Common misconfigurations and how to verify

  • Origin IP exposed. Verify by resolving your domain and checking whether the origin responds directly. If it does, lock it down.
  • WAF in monitor-only mode left on. Check logs for blocked vs. logged events; if nothing is ever blocked, enforcement may be off.
  • TLS terminated at edge but plaintext to origin. Inspect the edge-to-origin connection; if it is HTTP, data is exposed internally.
  • Bot rules too aggressive. Watch for legitimate users getting challenged; tune thresholds against real traffic.
  • DDoS protection untested. Run a controlled load test within allowed limits to confirm mitigation engages.

Verification is the same for each layer: send a request that should be blocked and confirm it is, then send a request that should pass and confirm it is not blocked. If both behave as expected, the layer is working.

Choosing what matters for your site

Match protections to your actual risk rather than enabling everything by default. A brochure site needs TLS and DDoS mitigation. A site with logins and payments needs WAF and bot management too. The decision hinges on whether you have user input, accounts, or valuable content — those are the conditions that make WAF and bot management worth the configuration effort. EdgeOne bundles these capabilities with its CDN and edge platform, so the evaluation question becomes which layers your site actually requires, not whether the platform offers them.

Website Overview

An established domain and managed infrastructure suggest continuity of operations and may support dependable delivery, although neither guarantees service quality.

Domain and Registration

Registered in 1998, this domain has about 28 years of history. That suggests continuity, although ownership and purpose may have changed. The registrar, MarkMonitor Inc., specializes in corporate domain and brand management, suggesting attention to domain asset protection. Transfer-protection status is present, helping reduce the risk of unauthorized domain transfers. The domain uses the common .com extension, which is not an independent safety signal.

DNS and Email

The lowest TTL is 13 seconds, supporting rapid record changes at the cost of more frequent lookups. Nameservers are provided by Akamai Edge DNS, indicating managed DNS hosting. MX records point to the Proofpoint email service. DNSSEC is enabled, allowing validating resolvers to authenticate signed DNS data. SPF and DMARC are configured. DKIM status is unknown.

TLS and Certificates

The certificate includes the organization field Akamai Technologies, Inc.. The certificate issuer is DigiCert Inc, a commercial certificate authority. The public key uses EC with 256 bits. The server supplied a complete certificate chain. The certificate is valid for about 198 days in total, with 70 days remaining.

HTTP and Browser Security

The response lacks these common security headers: CSP, Referrer-Policy, Permissions-Policy. No X-Powered-By header was found, reducing one common source of backend fingerprinting information. No obvious internal addresses or debug information were found in the headers. Cookie security attributes are unknown. No explicit CDN or WAF marker was found in the response headers.

Technology Stack Analysis

The public page identifies Akamai without precise versions, leaving fewer clues for version-specific scanning.

Search and Social Sharing

Unknown

Hosting and Email

DNSAkamai Edge DNS
HostingAkamai
EmailProofpoint
Location United States flagAshburn, Virginia, United States 23.212.250.21

User reviews (0)

  • No reviews yet.

Pages, Search and Sharing

Meta descriptionAkamai is the cybersecurity and cloud computing company that powers and protects business online.
Canonical URLNot detected
LanguageEnglish (default) · Multilingual
Twitter CardNot detected

Unknown

No sitemaps found

Registration details RDAP / WHOIS

RegistrarMarkMonitor Inc.
Registered1998-08-17
Expires2027-08-16
Domain statusclient delete prohibited、client transfer prohibited、client update prohibited、server delete prohibited、server transfer prohibited、server update prohibited
Nameserversa1-66.akam.net、a11-66.akam.net、a12-66.akam.net、a13-66.akam.net、a16-66.akam.net、a18-66.akam.net、a28-66.akam.net、a3-66.akam.net、a5-66.akam.net、a6-66.akam.net、a7-66.akam.net、a8-66.akam.net、a9-66.akam.net
DNSSECsigned

DNS records

TypeNameValueTTLPriority
Awww.akamai.com.edgekey.net23.212.250.2113—
Awww.akamai.com.edgekey.net23.212.250.2213—
AAAAwww.akamai.com.edgekey.net2600:1408:c400:c::17cd:689320—
AAAAwww.akamai.com.edgekey.net2600:1408:c400:c::17cd:689a20—
MXakamai.commxa-00190b01.gslb.pphosted.com30010
MXakamai.commxb-00190b01.gslb.pphosted.com30010
NSakamai.coma1-66.akam.net151—
NSakamai.coma11-66.akam.net151—
NSakamai.coma12-66.akam.net151—
NSakamai.coma13-66.akam.net151—
NSakamai.coma16-66.akam.net151—
NSakamai.coma18-66.akam.net151—
NSakamai.coma28-66.akam.net151—
NSakamai.coma3-66.akam.net151—
NSakamai.coma5-66.akam.net151—
NSakamai.coma6-66.akam.net151—
NSakamai.coma7-66.akam.net151—
NSakamai.coma8-66.akam.net151—
NSakamai.coma9-66.akam.net151—
TXTakamai.com1password-site-verification=LDBUYUIRRJDXRDTPQAUJTNQ6GA60—
TXTakamai.com1password-site-verification=SVXLZY5RNBCWTOHLYCQALBDXZQ60—
TXTakamai.com1password-site-verification=V3HUWTYH3BHMJCFAYWQBGJ23NI60—
TXTakamai.com37298579254fff41aa9ea433eb052bc1824267268b1caec069a29a3c17a01b7960—
TXTakamai.comMS=ms7105943760—
TXTakamai.comTAILSCALE-L1iFo9a5ntCn5z52efKG60—
TXTakamai.comZOOM_verify_kgqMvKseXdLLmxguqs9kcW60—
TXTakamai.com_2q1o7yn4zowlk384vc07cqm04nlutpj60—
TXTakamai.com_dmarc.akamai.com - v=DMARC1; p=reject; fo=1; rua=mailto:[email protected]; ruf=mailto:[email protected] ; sp=none60—
TXTakamai.com_hssfwci7n8p5xza2ak6djt3zun91xex60—
TXTakamai.com_hvngoy432dtti0nmkpgxqg7j151gsbw60—
TXTakamai.com_lwitufo6aspvn73gyn54rhf4fgkk2wp60—
TXTakamai.com_m6whmzdm2resy41hi2ioaedu1jrj29o60—
TXTakamai.com_p9wym82oeaajohnpaw1u9z06m3k0bqf60—
TXTakamai.com_re20xzstmrs1efie00nh21nyrx6td8260—
TXTakamai.com_xazfbl84iunbohjcsfwes9uig5tx1ab60—
TXTakamai.com_zd67dytrsh59gfzp89l1lw74yeepzd260—
TXTakamai.comabusix-inc-domain-verification-qmtpk6=ugqwuLIjPuQj3wwGmmgyeYWDu60—
TXTakamai.comadobe-idp-site-verification=140f83a5a1d6f4e401d3da36fe3dd5c2f58dec7be9360e80021e0a0ed70ea08360—
TXTakamai.comanthropic-domain-verification-z7nz48=t8czAJlXzcmFQJIckRKsm3k0860—
TXTakamai.comapple-domain-verification=pUCcSuP0avRtpT6B60—
TXTakamai.comatlassian-domain-verification=B1em/osrEOEoZE9T5rxuPfe66Uy4/fesB7oWAYJ3kl/iYkvfIszW6stn3aCdHcsc60—
TXTakamai.comatlassian-domain-verification=D1NdXtrz6JRDEnSkJrCuepPRzNikMAhSkbhQcFuRRqGJ8rbBb7fKIu/bTa0D0qDw60—
TXTakamai.comatlassian-domain-verification=ObkPzZK3Zk4YAaxWddytX9fDws/OZPcwfJ/QK8K1lzDsM7PhB8NNIFh4gXfdsqPQ60—
TXTakamai.comatlassian-domain-verification=sG/g2iI/akiIzkWeLpakEMhue8Nb/zfj0VljcBUDQtl3e7XP42PFwSnpyur93lkO60—
TXTakamai.comautodesk-domain-verification=yVV79zH1yg_9XC2LTWR160—
TXTakamai.combpcq0n8kl8otnlo5dnuf6mi6bc60—
TXTakamai.comc8214sbf310cddguiij8pu5f7560—
TXTakamai.comclb0bt0johlltlm37ob8748opl60—
TXTakamai.comdocusign=53bc1cc0-b85f-4631-bea2-3b54e3ba97b960—
TXTakamai.comdrift-domain-verification=eac3c3262a73857c3741aa36420dabcf43791b10fa803d468c49a7f81789cd2960—
TXTakamai.comdtm-domain-verification=c0jjCCnQ_bF1UB5Cf_soeRQxC2J2AycZ6Dh0obIFsG860—
TXTakamai.comfigma-domain-verification=8fcfa3b204702abaf5e274d4c943112e7e1585acb406c7537de1a43bae2d3834-176606336260—
TXTakamai.comgoogle-site-verification=MGHPq0zXnNl3asTJ_s4gOYn9OxDnrIZmrvKBEbGG4_Y60—
TXTakamai.comgoogle-site-verification=QY9Boc0i7CO9UhYazpWKdR38OjrdVx244E0Bn_EK44M60—
TXTakamai.comgoogle-site-verification=UvjyAp7GcmKa__uOWwB-6sZnSkrX9zcU_fiJtyFBuUY60—
TXTakamai.comgoogle-site-verification=dyxi4onmSkdgT9KS-IVpAqLBtFUDvoa_Vt9f8Rsgg1Y60—
TXTakamai.comh1-domain-verification=QkC5wUuEMgnto8KJbvAJDAfh5q7sFUnXK6hJVoSsuPzGcVfs60—
TXTakamai.commiro-verification=66bbc641659960e91627c23d9baa37c4773af27c60—
TXTakamai.comms-domain-verification=ac8dd20b-3188-4459-b004-7200f30e32e560—
TXTakamai.comomnissa-connect-verification-4026b858-9f1b-4fab-865d-6a24e49503c760—
TXTakamai.comopenai-domain-verification=dv-zhtvTsmwkrvCbfe9dO0ErwV760—
TXTakamai.compa7e7nip50lelkcnku9f9i5s4l60—
TXTakamai.comstatus-page-domain-verification=ctzprvt87g7w60—
TXTakamai.comtwilio-domain-verification=4c380d1b635d8f3c7aeeb13ae789ee7160—
TXTakamai.comv=spf1 ip4:72.246.0.0/15 ip4:23.0.0.0/12 ip4:96.6.0.0/15 ip4:23.72.0.0/13 ip4:80.67.64.0/19 ip4:184.50.0.0/15 ip4:104.64.0.0/10 ip4:173.222.0.0/15 ip4:2.16.0.0/13 ip4:209.200.128.0/18 ip4:72.52.0.0/18 ip4:23.192.0.0/11 ip4:184.24.0.0/13 ip4:125.56.128.0/17 ip4:193.108.152.0/22 ip4:193.108.88.0/21 ip4:60.254.128.0/18 ip4:92.122.0.0/15 ip4:96.16.0.0/15 ip4:204.8.48.0/22 ip6:2001:4878::0/32 ip4:208.185.229.0/24 ip4:208.185.235.0/24 ip4:184.84.0.0/14 ip4:23.32.0.0/11 ip4:23.64.0.0/14 ip4:95.100.0.0/15 ip4:88.221.0.0/16 ip4:84.53.128.0/18 ip4:69.192.0.0/16 ip4:195.245.124.0/22 ip4:212.113.160.0/19 ip4:67.231.157.127 ip4:67.231.149.131 ip6:2620:100:9001:583::1 ip6:2620:100:9005:57f::1 include:spf1.akamai.com ~all60—
CNAMEwww.akamai.comwww.akamai.com.edgekey.net3600—
DSakamai.com10397 8 2 fae08e3d542e99b0c8653cfb6adf73e7460a8cf6de12ae1d25572d05e029c79386400—
DSakamai.com62072 8 2 e72fb9faed095c0abe098feac1f80c25a4f3d329f3cc3c00941b50e8b096d37286400—
DMARC_dmarc.akamai.comv=DMARC1; p=reject; fo=1; rua=mailto:[email protected]; ruf=mailto:[email protected] ; sp=none126—

TLS and certificates

AssessmentNormal configuration
Supported protocolsTLSv1.2、TLSv1.3
Negotiated protocolTLSv1.3
Certificate subjectwww.akamai.com
IssuerDigiCert Inc
Valid until2026-12-02T23:59 · Remaining when checked: 70 days
Verification detailsCertificate trust: Passed · Hostname match: Passed

HTTP response headers

HeaderValue
content-typetext/html;charset=utf-8
cache-controlmax-age=604800
strict-transport-securitymax-age=31536000 ; includeSubDomains ; preload
x-frame-optionsSAMEORIGIN
x-content-type-optionsnosniff
set-cookieRedacted

Identified technologies

Akamai