DAO_Officials Hack

TOTAL LOST $581K
Low Flash Loan Attack

Summarize with AI

Affected Chain 2022 Incident surface
Recovered - No recovery reported
All-Time Rank #968 By amount stolen
Protocol Type Exploit/Flash Loan Attack Target category

Incident Overview

A flash loan attack was made on the project, DAO_Officials. The hacker managed to get a profit of $581k.

The DAO_Officials is a project that aims to create an aggregated DAO community that will cover many areas.

The hacker who is marked on the BSC as (SpaceGodzilla Exploiter) committed a flash loan attack on the young DAO_Officials project. The attacker created a contract (https://bscscan.com/tx/0x439d77a2…abe2c1) in which the mock function was called, a script that executed a flash loan for a large amount in $USDT tokens:

https://bscscan.com/tx/0x414462f2…931f23

In the same transaction, the hacker exchanged $DAO for $USDT, then repeated this process in order to receive a reward from the contract (0xea41...34D0). Upon completion of the transaction, the flash loan was paid back and the profit had been exchanged for $USDT, which is currently stored at the hacker's address.

Involved addresses:

- Attacker address, (SpaceGodzilla Exploiter) :

https://bscscan.com/address/0x00a62eb0…e57e57

Attacker contracts:

- https://bscscan.com/address/0xb2d7d06b…f28bbb

Transaction:

https://bscscan.com/tx/0x414462f2…931f23

Incident Report

Protocol / Project DAO_Officials
Date of Incident
Attack Technique Flash Loan Attack
Classification Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exploit/Flash Loan Attack
Affected Token DAO
Official Website halonft.art/
Protocol Twitter/X @dao_officials
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
BNB Chain Ecosystem

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.

Technical Knowledge Deep understanding of flash loan attack and Solidity and EVM internals
Capital Required Flash loan capital (borrowed atomically, zero upfront cost)
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in DAO_Officials's contract logic - root cause: other
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Yes — skilled auditors routinely flag Flash Loan Attack vulnerabilities in code review

If you're auditing a protocol with similar architecture to DAO_Officials, these are the critical security checks that could have prevented this incident (September 2022).

  • Verify all logic paths related to Flash Loan Attack are guarded by proper access controls and input validation - see the Flash Loans 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 Trial

Related Attack Classes

The technique used in this hack maps to these vulnerability classes in our security curriculum:

See all Flash Loans Attacks examples →

Sources & References

Learn to Prevent the Next DAO_Officials

The DAO_Officials 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.

Recreate exploit patterns safely Free Trial