Phishing Hack
Incident Overview
On August 6, 2025, a victim lost $3.05 million worth of USDT due to a phishing attack. The scammer tricked the victim into signing a malicious transaction, allowing them to transfer the assets.
The attacker (0x00000931…000000) used a phishing scheme to deceive the victim (0x2d9817f2…C36695) into signing an unauthorized transaction.
All addresses related to the exploter:
https://etherscan.io/address/0x89e572d0…bc6ff1
https://etherscan.io/address/0x4e196eb1…3651f7
https://etherscan.io/address/0x00000931…000000
https://etherscan.io/address/0x5371a493…d9b15e
Exploit TX:
https://etherscan.io/tx/0x2193ce2a…3b4b35
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 Phishing, these are the critical security checks that could have prevented this incident (August 2025).
- 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 Phishing
The Phishing 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.