A whale lost over $50 million across two attacks, three years apart. The first was a textbook approval phishing. The second was a private key compromise. The victim never abandoned the compromised address. Data shows: the probability of a second attack on a previously compromised address is near 100% if funds remain. Follow the gas, not the hype.
Context: On August 13, 2026, GoPlus issued a security alert flagged a whale address tagged 'TLBL'. The cumulative loss exceeded $50 million. The first attack occurred in 2023: an ERC20 approval phishing drained tokens. The attacker returned most funds. The victim continued using the same address. In 2026, a second attack occurred: native ETH was stolen via a private key leak. The industry saw this as two separate incidents. It is one single failure: failure to abandon a compromised address.
Core: The on-chain evidence chain is clear. The 2023 attack used the classic approve()/transferFrom() vector. The attacker deployed a fake DApp interface, induced the victim to sign an infinite approval. Only ERC20 tokens were affected, not native ETH – consistent with the attack surface. The 2026 attack targeted native ETH, meaning the attacker obtained the private key or seed phrase. How? Possibly a malware-infected browser plugin, a leaked backup, or a compromised hardware wallet. The key insight: the two attacks are independent in mechanism but linked by the address. The victim's failure to migrate after the first attack allowed the second to succeed.
Based on my 2020 DeFi liquidity analysis, where I traced over 50,000 lending transactions to distinguish legitimate arbitrage from malicious activity, I learned that attackers often use partial returns to lower defenses. In this case, the attacker returned most of the 2023 stolen funds. Quantify the manipulation: the return was not altruism – it was a strategic investment. The attacker bought trust. The victim, anchored by the recovered funds, saw no urgency to move. The address remained active. The attacker waited, observed, and eventually extracted the private key.
Data from the first attack: the approval phishing left a trail of malicious contracts. The victim used revoke.cash to clean up – but that only solved the approval risk. The private key risk remained. The victim's own on-chain behavior after the return – small transactions, continued use of the address – signaled to the attacker that the wallet was still in play. The second attack was a direct consequence of inaction.
Contrarian: The conventional wisdom says approval phishing is a "medium" risk, private key leak is "catastrophic". I argue the real risk is the false sense of security after a partial recovery. The attacker's return of funds created a correlation that the victim misinterpreted as causation: "They returned funds, so the address is safe again." Data doesn't lie, but humans do. The victim's own behavior – ignoring the fundamental principle that a compromised address is dead – is the root cause.
Another counter-intuitive point: the industry's push for account abstraction (smart contract wallets, multi-sig) is often presented as the solution. But this whale was likely using a standard EOA. Even if they had a smart wallet, the private key leak would still be catastrophic unless the wallet enforced multi-signature or social recovery. The solution is not just technology – it's the discipline of treating any security incident as a permanent address burn.
Takeaway: The whale's address is a forensic specimen. The only signal that matters: once an address is compromised, abandon it. Do not trust the attacker's return. Do not trust partial security fixes. Follow the gas, not the hype. The next wave of security infrastructure will be behavioral: automated alerts that force wallet migration after any exploit. Until then, every whale who stays on a cracked address is a ticking bomb.