stazie Hack
Incident Overview
A fraudster known as "cryptopunksbot" promised NFT investors the chance to win one of ten exclusive NFT avatars on CryptoPunk's Discord server. Stazie, a co-founder of the NFT game project Hedgie, accepted the bogus offer, but it cost him 16 CryptoPunks, which might be worth more than $1 million. Stazie inadvertently sent the wallet seed phrase to the scammer, resulting in the funds' loss.
The hacker's address:
https://www.larvalabs.com/cryptopunks/accountinfo?account=0x7a1e3450…164a75
In addition to NFTs, the hacker managed to steal 839 ETH at:
https://etherscan.io/tx/0x2607e98b…791279
https://etherscan.io/tx/0x5bcd0bc7…28f7d8
https://etherscan.io/tx/0xe6542d0b…652569
Stolen funds to the external wallet and deposited into Tornado Cash mixer:
https://etherscan.io/address/0x4d26d18d…0acca4#tokentxns
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 stazie, these are the critical security checks that could have prevented this incident (July 2021).
- Verify all logic paths related to Access Control are guarded by proper access controls and input validation - see the Access Control 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 stazie
The stazie 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.