Wallet Drain Hack
Incident Overview
Phishing attack on Ethereum user results in loss of $2,430,419 worth of FTM, USDC, and USDT, later converted to 1,082.98 ETH.
On December 21, 2023, a user on the Ethereum chain fell victim to a phishing attack. The attacker managed to gain access to the victim's wallet and drained their FTM, USDC, and USDT holdings. The stolen funds were subsequently swapped to ETH using MetaMask and then transferred to another EOA. In an attempt to recover their funds, the victim sent an on-chain message offering a negotiable bounty for assistance.
The total loss from this phishing attack is estimated to be around $2,430,419, equivalent to 1,082.98 ETH.
Attacker Address:
https://etherscan.io/address/0x4ce2f0bb…c760f1
Funds Holder as of Dec 26, 2023:
https://etherscan.io/address/0xb919a54f…29727d
Malicious Transaction:
https://etherscan.io/tx/0xe98ec2be…dee98f
On-chain Message:
https://etherscan.io/tx/0xd152042a…ce4b3e
Incident Report
Protocol Information
What the Attacker Needed to Succeed
Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Wallet Drain, these are the critical security checks that could have prevented this incident (December 2023).
- Verify all logic paths related to Phishing are guarded by proper access controls and input validation - see the Phishing Attacks attack class for patterns
- Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs
Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.
Free TrialRelated Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Wallet Drain
The Wallet Drain hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.