Massive Phishing Hack
Incident Overview
Massive phishing attack on Jan 23, 2024, resulted in a loss of 12,917,552 USD worth of various assets including ETH, SUPER, and aEthWETH from several victims.
A series of phishing attacks occurred in a short period of time, involving four different attackers who targeted and drained users' funds. There were five separate incidents in this massive phishing attack. The attackers created malicious contracts and transactions on both Binance Smart Chain and Ethereum networks, successfully stealing a significant amount of assets from multiple victims.
Binance Smart Chain:
Attacker Address:
https://bscscan.com/address/0x0000db5c…e70000
Malicious Contract Address: https://bscscan.com/address/0xCdF11c57…703C65
Malicious Transaction: https://bscscan.com/tx/0x400b7583…50daed
Ethereum:
Attacker Addresses:
https://etherscan.io/address/0x0000db5c…e70000
https://etherscan.io/address/0x0000f0D3…430000
https://etherscan.io/address/0xbA8BA758…05C0e6
Malicious Contract Addresses:
https://etherscan.io/address/0xed0e416e…b60572
https://etherscan.io/address/0xA0BE9b05…3BDEa9
Malicious Transactions:
https://etherscan.io/tx/0x93a0ce07…0c2f09
https://etherscan.io/tx/0xb3c61712…e00de2
https://etherscan.io/tx/0xb5f03259…a162a0
https://etherscan.io/tx/0xa8d0ac9c…5a6523
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 Massive Phishing, these are the critical security checks that could have prevented this incident (January 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 Massive Phishing
The Massive 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.