
How SentinelCRE Would Have Caught the $285M Drift Hack
A 6-month DPRK intelligence operation — and why multisigs weren't enough
A six-month operation, not a flash exploit
On November 2025, Drift Protocol — one of Solana's largest perpetual DEXs — lost $285 million in a single drain. The attack wasn't a flash loan exploit or a reentrancy bug. It was a six-month intelligence operation run by a DPRK-affiliated threat group. The attackers attended conferences, built genuine professional relationships with the team, deposited over $1 million in real capital to establish credibility, and then compromised a developer's device through a malicious IDE extension. By the time the drain happened, they had full access to the multisig keys.
Why traditional security failed
This is what makes the Drift hack so instructive: every traditional security measure was in place. The protocol had been audited by top firms. It used a multisig with geographically distributed signers. The team had met the attackers face-to-face at multiple events. None of it mattered. Once the keys were compromised, the attacker simply signed valid transactions. From the blockchain's perspective, everything looked authorized.
Layer 1 — policy enforcement stops the drain
SentinelCRE's three-layer defense is designed precisely for this scenario. The first layer — policy enforcement — would have flagged the drain immediately. Value limits on single transactions and daily volume caps mean that even a compromised key holder cannot move $285 million in one operation. The transaction would have been blocked on-chain before it executed, regardless of who signed it.
Layer 2 — behavioral analysis catches the pivot
But the more interesting protection comes from the second layer: behavioral analysis. The attackers spent six months building a legitimate baseline — normal deposits, standard interactions, reasonable patterns. The moment they pivoted to a massive drain, their behavioral profile would have shifted dramatically. A frozen baseline means that six months of "normal" behavior cannot be overwritten or gradually shifted. The system compares every action against the original profile, and a $285 million withdrawal from an account that typically moves five-figure amounts would trigger immediate intervention.
The takeaway: defend behavior, not just keys
The key insight from Drift isn't that multisigs are bad — they're necessary. It's that key-based security has a fundamental limitation: it assumes the key holder is who they claim to be. Proactive behavioral defense operates on a different assumption entirely. It doesn't care who holds the key. It cares whether the action is consistent with what that agent has always done. When your security works even after keys are compromised, you've moved from reactive to proactive defense.

