Domain Mayday EP05: The 2024 Squarespace DeFi Domain Mass-Hijack
In July 2024, a registrar migration from Google Domains to Squarespace turned weak default authentication into a mass attack surface. Attackers hijacked the domains of crypto and DeFi projects — Compound Finance, Celer Network, Pendle, Unstoppable Domains — and pointed them at wallet-drainer phishing sites. Here is how a "seamless" migration created hundreds of unlocked front doors, and what it teaches about registrar security and MFA.
- domains
- security
- dns
- domain-security
In July 2024, the most dangerous thing about several crypto-project websites was not a smart-contract bug or a leaked private key. It was the compromised registrar account and DNS control path. The registrar managed the registration; the registrant retained the contractual registration rights.
For a stretch of days that month, users who typed a familiar address into their browser — the official site of a lending protocol they trusted, a bridge they had used a hundred times — landed exactly where they expected, on a page that looked exactly right, and then watched their wallets drain. Nothing had been hacked in the usual sense. No one had cracked a password or phished a seed phrase. The attackers had simply walked in through the front door of the domain itself, because that front door had been left unlocked during a corporate move most of these projects never noticed.
The move was the migration of Google Domains to Squarespace. The unlocked door was Squarespace's authentication defaults. And the result was a coordinated wave of DNS hijacks against crypto and DeFi projects controlling, in the words of one researcher, billions of dollars of assets.
How a registrar migration created a mass attack surface
Domains are not usually thought of as a fleet. Each one feels like a single, private thing — your address, your control panel, your DNS records. But registrars hold them in bulk, and when one registrar's entire customer base moves to another, every account in that base moves on the same migration logic, with the same defaults, at the same time. Whatever weakness exists in that logic is not a one-off bug. It is a property of the whole fleet.
That is what made the 2024 incident a mass event rather than a string of unlucky individual compromises.
In June 2023, Squarespace purchased roughly 10 million domain names from Google Domains, after Google announced it was shutting its registrar down. Over the following year, Squarespace has been migrating users for roughly 10 million domain names purchased in the transaction. To make the transition feel seamless, Squarespace pre-created accounts for the people associated with each migrated domain, keyed to the email addresses Google had on file.
The convenience created risk. According to the incident reporting cited below, some migrated accounts had not completed a strong ownership-verification flow before domains were associated with them. In the affected path, a person who knew the associated email address could create or claim an account before the legitimate holder did, without the protections users would reasonably expect for a domain-control account.
The July 2024 hijacks

The attacks started on July 9 and ran through the following days. They were not subtle. A wave of coordinated DNS hijacking attacks targets decentralized finance (DeFi) cryptocurrency domains using the Squarespace registrar, redirecting visitors to phishing sites hosting wallet drainers, as BleepingComputer reported.
The first one to make noise was one of the biggest names in DeFi lending. Security firm Blockaid, which investigated the incident, found that visitors to these sites were being redirected to malicious pages designed to drain funds from connected wallets. The fake sites were not crude knockoffs. According to Blockaid, these fake dApps were running the latest iteration of the Inferno draining kit, designed to trick users into signing transactions that would empty their wallets.
The list of confirmed victims read like a roll call of the ecosystem. The hijacked entities included Celer Network, Compound Finance, Pendle Finance, and Unstoppable Domains. For Compound, its main domain had been taken over to display a phishing page. Celer caught the attempt and swiftly recovered its DNS records; Pendle experienced similar issues and warned its users to revoke wallet approvals.
What was at stake — and what users lost
The cruelty of a domain hijack is that it defeats every habit users are taught to rely on. Check the URL. Make sure it's the real site. Look for the lock icon. All of that advice assumes the domain still points where it is supposed to. When the attacker controls the domain's DNS, the URL is real — it is the project's genuine address — and it resolves to the attacker's server. The padlock is green. The address bar is honest. The page is a trap.
That is why wallet-drainer kits like Inferno pair so naturally with DNS hijacking. The drainer doesn't need to steal a password; it needs the victim to connect a wallet and sign. And a user who arrived at their lending protocol's real domain has no reason to hesitate before approving a transaction. The phishing site inherits all the trust the legitimate domain spent years earning.
How bad could it have been? The number that captured the scope was not the count of confirmed thefts but the count of exposed projects. Blockaid's analysis, reported by Decrypt, was blunt: roughly 228 DeFi protocol front ends are still at risk, because every one of them sat behind the same migrated-account weakness. The hijacks that happened were a sample. The attack surface was the whole crypto cohort that had ridden the Google-to-Squarespace migration.
How it happened: the migration's authentication flaw

The mechanism, once researchers reconstructed it, was almost embarrassingly simple — which is what made it dangerous at scale.
Start with two design choices. First, Squarespace did not verify that the person logging in actually controlled the email on the account. As the researchers put it, Squarespace doesn't require email verification for new accounts created with a password. Second, the migrated accounts had been pre-built but not yet claimed — they had no password set. So when someone arrived with the right email, since there's no password on the account, it just shoots them to the 'create password for your new account' flow.
Put those together and the attack writes itself. The email addresses tied to migrated domains were not secret — admin and registrant contacts are often public or guessable. An attacker who simply registered the account first, using a known migrated email, before the real owner ever logged in, walked away with control of the domain. MetaMask lead product manager Taylor Monahan, one of the researchers who dissected the incident, described the blind spot precisely: Squarespace never accounted for the possibility that a threat actor might sign up for an account using an email associated with a recently-migrated domain before the legitimate email holder created the account themselves.
Why did the pre-linking exist at all? Convenience. The researchers concluded that Squarespace assumed all users migrating from Google Domains would select the social login options — Google OAuth — rather than email-and-password. The system pre-linking all emails to domains, regardless of whether the account already exists, likely because they wanted users to be able to OAuth with Google and immediately have access to all their domains, as the researchers explained to The Register. But the email-and-password path was never closed off, and on that path nothing proved control of the inbox.
There was one more accelerant. During the migration, the protection that should have caught this was switched off: as part of the transition to Squarespace, multi-factor authentication was turned off on accounts. Even a domain owner who had enabled MFA on Google Domains could arrive at Squarespace without that protection. For the vulnerable migrated-account path described by researchers, knowing the associated email address could therefore be enough to start the unauthorized claim flow; the precise path and impact depended on the account's migration state.
Response and mitigation
The crypto-security community moved faster than the registrar. Researchers — among them Samczsun, Taylor Monahan, and Andrew Mohawk — published the mechanism, and Blockaid circulated lists of still-vulnerable front ends so projects could check whether they were exposed. Affected projects raced to reclaim their accounts, reset DNS records, and warn users to revoke token approvals granted to the malicious sites.
The immediate remediation advice was the same for everyone still on a migrated account: log in and claim the account before an attacker does, set a strong unique password, and — above all — re-enable multi-factor authentication, which the migration had silently removed. Squarespace, for its part, worked to lock down the migrated accounts and the account-creation flow. But the structural lesson outlived the patch: a security control that a vendor turns off during a migration is, for the duration of that migration, a control that does not exist.
What this teaches about registrar security and MFA
The Squarespace hijacks are not really a story about one company's misconfiguration. They are a story about where domain control actually lives, and how fragile the layer above the blockchain remains.
A few lessons generalize well beyond July 2024:
-
The registrar and DNS accounts are critical roots of trust for the website — independent of the smart contract. None of the affected protocols needed a contract bug for the attack to work. The attackers changed the domain's destination, and the domain is what users type, trust, and connect their wallets to. A project can be flawless on-chain and still hand its users to an attacker if its DNS control plane is weak.
-
MFA is only protection if it survives migrations. The painful detail here is that MFA didn't fail under attack — it was removed before the attack, as a migration convenience. Treat MFA status as something to re-verify after every account move, transfer, or vendor change, not something to set once and forget.
-
"Seamless" is a security trade-off. Every step a migration skips for the user's convenience is a step where identity goes unproven. Pre-created accounts, auto-linked emails, and no-verification logins are all friction the user didn't feel — and friction is, very often, the thing that was keeping attackers out.
-
Guessable identifiers are credentials in disguise. The "secret" that unlocked these domains was an email address that was never secret. Any system where knowing a public identifier grants control is one impersonation away from compromise.
-
A registrar-wide migration can create a shared blast radius. A weak default can expose every account that passes through the affected migration path, even if it does not compromise every customer. Where your domain lives, and how that provider handles authentication and migrations, is a security decision as consequential as many choices you make on-chain.
The Namefi angle

The 2024 hijacks exposed the difference between registrant rights, registrar-account access, and operational DNS control. Those layers are connected, but they are not identical: an attacker did not need to become the lawful registrant to redirect users if the attacker could reach the account path that changed DNS.
Namefi adds an on-chain token-control layer for supported domains. Wallet possession and token transfers can be verified publicly, and compatible marketplace settlement can move that token atomically. But tokenization does not replace the registrar, registry, or DNS layers: DNS still runs through ordinary providers and registrar infrastructure, while Namefi's Terms of Service preserve platform and registrar actions required by policy, disputes, vendor changes, or service enforcement.
That distinction matters. Registering an account with a known email would not, by itself, transfer the wallet token for a tokenized domain. It could still threaten DNS if the compromised account or provider retained authority to change records, and registrar or platform interventions can still affect the domain and token. Token custody is therefore an additional auditable control and settlement layer, not immunity from registrar, DNS-provider, policy, or support-channel compromise.
Sources and further reading
- Krebs on Security — Researchers: Weak Security Defaults Enabled Squarespace Domains Hijacks
- BleepingComputer — DNS hijacks target crypto platforms registered with Squarespace
- Blockaid — Squarespace Domain Hijacking Incident: Attack Report
- SecurityWeek — Hackers Exploit Flaw in Squarespace Migration to Hijack Domains
- Decrypt — More Than 220 DeFi Protocols Still 'at Risk' From Squarespace DNS Hijack
- The Register — Infoseccers claim Squarespace migration linked to DNS hijackings at Web3 firms
- Socket — Squarespace Domain Hijacks Enabled by Email Address Exploit on Migrated Accounts
- SiliconANGLE — Multiple crypto domains hijacked from Squarespace due to Google Domains migration flaw
- Cybernews — Squarespace crypto domains under DNS attack, lack of MFA to blame
- Hackread — DeFi Hack Alert: Squarespace Domains Vulnerable to DNS Hijacking
- Namefi — DNS on Tokenized Domains and Terms of Service
- CircleID — Security Lapses Lead to Squarespace Domain Hijacks
Contributors
Aileen Wright is a student in her twenties living in New York City, where the distance between a museum wall and a library reading room is a short walk and a long afternoon. She came to name writing through art and history — the way a single portrait, coin, or manuscript margin can carry a name across centuries and change its meaning on the way.
Most weeks you can find her in Central Park with a paperback, or in the quiet of a public reading room chasing down where a name actually comes from rather than what a name-list says it means. She is also teaching herself to code, which has made her oddly precise about spelling, sorting, and the small details that decide whether a name ages well.
For Namefi she writes about the history and culture behind domain names, the stories brands carry as they rename, and the difference between a good story and a verified source.
Victor Zhou is a technology founder and standards editor focused on digital identity and trust. He founded Namefi, edits Ethereum Improvement Proposals, and previously led smart-contract architecture work at Google Labs.
His work sits at the intersection of naming, ownership, and the systems people use to establish identity online. That perspective makes him especially interested in the way names move between personal meaning, public recognition, and digital infrastructure.
For Namefi, Victor edits and writes about domains as durable digital identity: how names become ownable onchain assets, how tokenization changes custody and trust, and what naming can learn from the systems people use to establish identity online.
Related guides
- The $12 Minute: When Google Domains Accepted a Google.com OrderIn September 2015, Google Domains accepted a $12 order for google.com from former employee Sanmay Ved, then canceled it about a minute later. What the incident proves, what remains uncertain, and why the $6,006.13 bounty still matters for domain security.
- Domain Mayday EP03: The 2020 Twitter Bitcoin Account TakeoverOn July 15, 2020, attackers phoned their way into Twitter, hijacked the verified accounts of Obama, Biden, Musk, Gates, Apple and Uber, and ran a Bitcoin doubling scam — netting about $118,000. A deep-dive on how control of an online identity was stolen, and what it teaches about owning a name.
- The BadgerDAO Front-End Attack: $120M Drained Through One Injected ScriptIn December 2021, attackers compromised BadgerDAO's Cloudflare account and injected one malicious script into its website front-end. The audited smart contracts were never touched — yet ~$120M walked out the door through wallet approvals users signed without knowing. A deep-dive on why the website is part of your security surface.
- The Bitcoin.org Website Hijack: How Bitcoin's Home Page Became a "Double Your Coins" ScamIn September 2021, Bitcoin.org — the long-time informational home of Bitcoin run by the pseudonymous operator Cobra — displayed a fake "double your Bitcoin" giveaway before the site was pulled offline. Nameserver and WHOIS changes led observers to suspect DNS compromise, but the public root cause remained unconfirmed. Here is what the incident teaches about crypto-native sites depending on ordinary domain infrastructure.