Cloud

Who Controls Your DNS, and What Is That Control Worth?

One DNS provider's bad Friday in October 2016 took Twitter, Netflix, Spotify and Reddit offline at once — not because any of them failed, but because they'd all quietly delegated the same single switch to the same single company.

Published August 27, 202610 min readUpdated Sep 6, 2026

Written by · Full-Stack Agentic AI Software Engineer — AI Agents, Automation & Revenue Systems for GTM/RevOps teams

In brief

DNS is the layer that turns a domain name into an actual address — so who actually controls it, and what happens when that control fails or is concentrated in one place?

Whoever runs your authoritative DNS controls where every single request to your domain — the website, the email, the API — actually goes, and that authority is usually delegated to one company, whether you chose it deliberately or defaulted into whatever your registrar or host set up. When that one company has a bad day, the outage isn't scoped to your site; it's scoped to everyone who delegated to the same provider. On October 21, 2016, a Mirai-botnet DDoS attack against the DNS provider Dyn — measured at roughly 1 Tbps — took Twitter, Netflix, Spotify, Reddit, PayPal, Amazon and dozens of other major sites offline or degraded for around 18 hours, not because any of those companies' own systems failed, but because they'd all delegated DNS to the same provider. In May 2026, Germany's national registry DENIC distributed faulty DNSSEC signatures that broke resolution for every DNSSEC-signed .de domain — about 3.6% of roughly 18 million registrations, still hundreds of thousands of sites including Amazon.de, DHL and eBay — for roughly three and a half hours. Neither incident required an attacker to touch the affected businesses at all. DNS concentration means one provider's failure becomes everyone's failure simultaneously, which is a different risk profile than almost anything else in a technology stack.

  • The October 2016 Mirai-botnet DDoS attack on DNS provider Dyn took down or degraded Twitter, Netflix, Spotify, Reddit, PayPal and dozens of other major sites for about 18 hours — none of their own infrastructure failed; their shared DNS provider did
  • In May 2026, Germany's .de registry DENIC distributed faulty DNSSEC signatures that broke resolution for every DNSSEC-signed .de domain for roughly 3.5 hours, affecting hundreds of thousands of sites including major retailers
  • DNS concentration is a correlated-failure risk: unlike most infrastructure choices, delegating DNS to a popular provider doesn't reduce your risk of an incident, it links your outage to everyone else who made the same choice
  • Most businesses never actively chose their DNS provider — it was whatever the registrar or hosting platform defaulted to at setup, meaning most people don't know who actually holds this control until something breaks
  • DNSSEC, the security layer meant to prevent DNS spoofing, is itself a single point of failure when misconfigured at the registry level — the DENIC incident broke exactly the domains that had adopted the security feature meant to protect them

Evidence notes

Dyn DDoS attack, October 21, 2016

Three waves of DDoS traffic, powered by the Mirai botnet of compromised IoT devices and measured at roughly 1 Tbps at peak, overwhelmed DNS provider Dyn's infrastructure over about 18 hours. Affected sites — none of which were directly attacked — included Twitter, Netflix, Reddit, Spotify, PayPal, Amazon, Sony, Pinterest, SoundCloud and several major news outlets, all customers who had delegated authoritative DNS to Dyn.

DENIC .de DNSSEC outage, May 5–6, 2026

Germany's .de registry, DENIC, distributed faulty DNSSEC signatures that caused DNS resolvers worldwide to return SERVFAIL errors for DNSSEC-signed .de domains, between roughly 21:57 UTC on May 5 and 01:15 UTC on May 6 — about 3.5 hours. Only the 3.6% of .de's approximately 18 million domains that had adopted DNSSEC were affected, but that still represented hundreds of thousands of domains, including Amazon.de, DHL, Steam-linked services and eBay. DENIC confirmed the cause was faulty DNSSEC signature distribution and apologized publicly.

Akamai DNS-related outage, July 2021

A software update at Akamai, a widely used internet infrastructure company, triggered a bug in its DNS system that disrupted resolution for customers for up to about an hour, affecting PlayStation Network, Steam, Disney+ Hotstar, LastPass and several banks and airlines. Akamai stated the cause was an internal software update, not an external attack.

Continue with purpose

At 7:00 a.m. Eastern on October 21, 2016, nothing was wrong with Twitter's servers. Nothing was wrong with Netflix's, Spotify's, Reddit's, PayPal's or Amazon's either. All of them stayed up, unattacked, unbroken — and all of them were unreachable for a large portion of that day anyway, because none of that mattered. The one thing that had actually failed was a company most of their users had never heard of.

What actually happened to Dyn in October 2016?

Dyn was — and its successor still is — a DNS provider: a company whose job is answering the question 'where does this domain name actually point?' on behalf of its customers. On that October morning, a botnet called Mirai, built from tens of thousands of hijacked, poorly secured devices like IP cameras and home routers, launched three waves of distributed denial-of-service traffic at Dyn's infrastructure, reportedly peaking at around 1 terabit per second. Dyn's DNS servers struggled to keep answering legitimate queries under that load. The consequence for anyone using or any other site that happened to be a Dyn customer that day was identical: their sites became effectively unreachable for large stretches of about 18 hours. If who controls your DNS, and what is that control worth needs to survive contact with a marketing team, has the operational side. If who controls your DNS, and what is that control worth needs to survive contact with a marketing team, the XenGrowth practice has the operational side.

None of Twitter's engineering, none of Netflix's infrastructure spend, none of PayPal's uptime record mattered in that window. The thing that determined whether your favorite site worked that day wasn't which company you were visiting. It was which DNS provider that company happened to use.

Incident

Date

Cause

Duration

Scope

Dyn DDoS

October 21, 2016

Mirai-botnet DDoS attack, ~1 Tbps peak

~18 hours

Twitter, Netflix, Spotify, Reddit, PayPal, Amazon and dozens more

DENIC .de DNSSEC failure

May 5–6, 2026

Faulty DNSSEC signatures distributed by the registry

~3.5 hours

All DNSSEC-signed .de domains — ~3.6% of ~18 million, still hundreds of thousands of sites

Akamai DNS bug

July 2021

Internal software update triggered a DNS resolution bug

~1 hour

PlayStation Network, Steam, Disney+ Hotstar, LastPass, multiple banks and airlines

Isn't this just the same risk as any shared infrastructure provider?

Not quite, and the distinction matters. Using a popular cloud host or a popular CDN concentrates risk too, but DNS sits one layer beneath almost everything else — before your CDN, before your load balancer, before your application even gets a chance to respond. If your DNS provider can't answer 'where does this domain point,' it doesn't matter how resilient anything downstream of that answer is. Nothing downstream ever gets reached. That's a structurally different failure mode from, say, a CDN cache miss or an application server outage, which is the kind of distinction covered more directly in Zero-Downtime Deploys and Rollbacks on a Cheap VPS. On the operations side of this specifically, is worth reading. On the operations side of this specifically, The XenGrowth resource library is worth reading.

Worth naming directly: the Akamai incident in July 2021 is the milder, more common version of this same story. A routine internal software update, not an attack, triggered a bug in Akamai's DNS resolution system, and for about an hour, PlayStation Network, Steam, Disney+ Hotstar, LastPass and several banks and airlines were disrupted. Nobody was targeted. Nobody was hacked. A software update that had nothing to do with any of the affected businesses broke DNS for all of them at once, because they'd all delegated the same layer to the same company — which is the pattern this entire post keeps returning to: the businesses affected didn't do anything wrong, and there was nothing they could have patched or hardened on their own side to prevent it.

It also compounds differently than most concentration risk. If a popular library has a bug, it typically needs to actually execute in your specific code path to hurt you. If a popular DNS provider goes down, every single one of its customers is affected simultaneously and identically, with no code path that avoids it — there's no partial exposure, no graceful degradation. Either the provider is answering DNS queries for your domain, or it isn't.

Can the registry itself be the point of failure, not just a DNS provider?

Yes, and the DENIC incident is a cleaner example than Dyn precisely because it wasn't an attack — it was DENIC, the organization that runs Germany's entire .de top-level domain, making an internal mistake. On May 5, 2026, DENIC distributed faulty DNSSEC signatures — the cryptographic layer meant to prove a DNS answer hasn't been tampered with — and for roughly three and a half hours, resolvers worldwide returned errors for every DNSSEC-signed .de domain. Only about 3.6% of .de's roughly 18 million registrations had adopted DNSSEC, but that 3.6% still included Amazon.de, DHL, eBay and a long list of other sites, all broken by the exact security feature meant to protect them. If AI agents and marketing automation is the part you are stuck on, is the better reference. If AI agents and marketing automation is the part you are stuck on, XenGrowth on AI agents and marketing automation is the better reference.

There is no registrar choice, no DNS provider choice, that protects against this specific failure — DENIC is the sole registry for .de, the way Verisign is the sole registry for .com. This is the layer beneath the layer this whole cluster has been discussing: below the registrar, below the DNS provider, sits the registry itself, and it is not a competitive market at all. There is exactly one company that can break DNS for an entire country-code TLD, and on one day in 2026, it did.

This is also why the framing 'just pick a better DNS provider' only ever solves part of the problem. It genuinely helps at the provider layer — that's the layer Dyn and Akamai's incidents sit at, and it's the layer where diversification and choice actually exist. It does nothing at the registry layer, where DENIC's incident sits, because there is no competing registry to switch to for a .de domain, or a .com domain, or any other TLD. Any honest risk assessment of your own DNS exposure has to hold both facts at once: some of this is within your control, and some of it categorically isn't, no matter how much due diligence you do.

You can choose your registrar. You can choose your DNS provider. You cannot choose your registry. The .de outage is a reminder that somewhere beneath every ownership decision in this cluster sits a layer that isn't a decision at all.

Layer

Who controls it

Can you meaningfully choose it?

Registry (e.g. .com, .de)

A single company per TLD — Verisign for .com, DENIC for .de

No — this is a monopoly by design, set by the TLD itself

Registrar

Any ICANN-accredited company you pick

Yes — freely, with the transfer friction covered elsewhere in this cluster

Authoritative DNS provider

Whoever's nameservers your domain is delegated to

Yes, and often overlooked — many registrars auto-assign their own DNS by default

Recursive resolver (your visitors' side)

Whatever DNS your visitor's ISP or device uses

No — this is entirely outside your control, and not the layer this post is about

That table is worth sitting with, because it shows the actual shape of the control you have. Two of the four layers that determine whether your domain resolves are entirely outside your influence. Of the two you can influence, most people only ever actively decide one — the registrar — and simply inherit whatever DNS provider came bundled with it, without ever treating that as a separate decision worth making deliberately. On AI search, GEO and discovery specifically, is worth reading. On AI search, GEO and discovery specifically, XenGrowth on AI search, GEO and discovery is worth reading.

What can you actually do about a risk this structural?

  1. Know who your authoritative DNS provider actually is — not your registrar, not your host, but whoever answers the DNS query. It's often set by default and never revisited

  2. Consider secondary DNS — running your zone across two independent providers simultaneously — for anything genuinely revenue-critical. This is the direct mitigation for exactly the Dyn scenario, and it's a mature, well-documented pattern precisely because 2016 made the case for it so visibly

  3. Understand that DNSSEC, while a genuine security improvement against spoofing, adds a new class of failure (a signing error, as DENIC showed) that a domain without it doesn't carry — that's not an argument against DNSSEC, but it is a reason to know your registry's own incident history before assuming it's a free upgrade

  4. Separate your DNS provider decision from your hosting decision deliberately, rather than accepting whatever a hosting platform defaults new domains to, so an outage at one doesn't automatically become an outage at both

  5. Accept that some layers — the registry itself — genuinely cannot be diversified away, and plan your incident communication for that reality rather than assuming a technical fix always exists

None of this excuses DENIC, Dyn or Akamai for the blast radius of their own mistakes — a public apology doesn't refund an hour of lost sales for a small retailer that had no say in the matter. But responsibility and control are different questions. Knowing whose mistake it was doesn't restore your uptime any faster, and it's the second question — who actually has the power to break this for you — that a business can plan around before an incident, rather than only understand after one.

None of this is a criticism of DNS providers or registries as a category — Dyn's later incident response was widely regarded as competent under extraordinary load, and DENIC apologized publicly and moved quickly. The point isn't that any of these organizations are careless. It's that concentration at this specific layer of the internet turns one company's bad day into everyone's bad day, all at once, and almost nobody chooses that concentration on purpose — they just never got around to asking who actually holds the switch. For a broader treatment of what it means to actually control infrastructure rather than rent it, see What's the Difference Between Renting and Owning Your Infrastructure?.

Further reading from XenGrowth

Where this work meets go-to-market

Thinking about which infrastructure dependencies could take your whole funnel down at once? publishes operator guides on building revenue systems that survive a single provider's bad day.

Further reading from XenGrowth

Where this work meets go-to-market

For the marketing and revenue operations view of who controls your DNS, and what is that control worth, see .

Further reading from XenGrowth

Where this work meets go-to-market

For the marketing and revenue operations view of who controls your DNS, and what is that control worth, see XenGrowth's operator guides.

How much do you know about DNS concentration risk?

Five questions on real incidents where DNS control, not any individual company's own infrastructure, was the point of failure.

1 / 5
What actually caused Twitter, Netflix, Reddit and dozens of other major sites to go down together in October 2016?

Apply this article

How to turn insights into execution

A practical sequence for teams turning concepts into production outcomes.

DNSDomainsInfrastructureVendor Lock-InRisk Managementcloud

Audit your current state

Map the bottlenecks and constraints connected to the article’s core problem.

Choose one bounded change

Test the most useful recommendation on one workflow before widening the scope.

Measure what changed

Keep the parts that improve the work, document what failed, and make the next decision from evidence.

Next step

Need help applying this in your stack?

I can translate these patterns into a concrete implementation plan for your team.

Discuss implementationBack to blog

Replies usually within 24 hours.

Next Steps

Continue reading

What's the Difference Between Renting and Owning Your Infrastructure?

A domain is a lease you renew on your own terms. A social account, a SaaS subscription, a hosted storefront is a lease the landlord can end on theirs. The difference was never about cost — it's about who holds the option to say no.

Navigate

Why Is Your Domain the Only Thing Online You Actually Own?

Your Instagram following, your Gmail address, your Shopify storefront, your YouTube channel — none of it is yours in any legal sense that matters. A domain name is the closest thing to property the internet gives you, and even that is a lease with an asterisk.

Navigate

How Do You Actually Choose a Domain Registrar?

GoDaddy will sell you a .com for a penny and renew it for over twenty dollars. Cloudflare sells the same domain at what it actually costs Verisign, with no markup, forever. Almost everything registrars compete on is noise next to that one number.

Navigate

Case Study: 300M Events and a 12x Query Performance Gain

How disciplined diagnosis and architectural optimization cut query latency by 12x on a 300M event/day analytics platform.

Navigate

Don't Self-Host Until You Understand These 7 Things

This isn't a gate to keep you out. It's a readiness check — seven things worth being honest with yourself about before you're the one holding the pager, because a managed platform is still the right call for a lot of people right now.

Navigate

The Hidden Costs of Self-Hosting: A Realistic Monthly Bill

The invoice is the easy half, and it's small. Line it up from published rates, then look at the half no invoice tracks — the migration weekend, the patching, the on-call, the things you now own that used to be someone else's problem.

Navigate

What Cloudflare's Free Tier Actually Does for a Self-Hosted App

Cloudflare's free plan gets recommended for every self-hosted setup, usually without anyone saying what it doesn't cover. Here's what $0 genuinely buys a one-person VPS, checked against 2026 pricing, and exactly where it stops.

Navigate

How I Use Cloudflare to Hide My Origin Server

Turning on the orange cloud doesn't hide anything by itself. It hides your origin only if you also make the origin refuse to talk to anyone who isn't Cloudflare — and there are at least four ordinary ways your real IP gets out anyway if you skip that part.

Navigate