User Hack
Incident Overview
User falls victim to phishing scam, mistakenly sending 17 ETH (approx. 48,030 USD) to attacker's address.
On February 15, 2024, a user fell victim to a phishing scam. The attacker made two transactions that appeared identical to the victim's last transaction at the time. The victim mistakenly sent 17 ETH to the scammer's address.
The attacker address's first five and last five characters are the same as an address that previously sent 15.09 ETH to the victim's address. The stolen funds were then distributed among multiple addresses.
Attacker Address:
https://etherscan.io/address/0xC6e563F6…599d77
Malicious Transaction:
https://etherscan.io/tx/0x71fba2a1…78ffc9
Funds Holder as of Feb 24, 2024:
https://etherscan.io/address/0xC6e563F6…599d77
Attackers Imitated Transactions:
https://etherscan.io/tx/0x0aa57d69…01bdc4
https://etherscan.io/tx/0x0b198151…ab2c4e
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 User, these are the critical security checks that could have prevented this incident (February 2024).
- 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 User
The User 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.