How to conduct value-centric Web3 red teaming using the MITRE AADAPT framework. Use this skill whenever the user mentions Web3 security, blockchain red teaming, smart contract testing, DeFi security, oracle manipulation, flash loan attacks, cross-chain security, or wants to test crypto infrastructure against economic attacks. This skill helps inventory value-bearing components, map them to AADAPT techniques, design attack scenarios, and set up detection telemetry.
How to conduct value-centric Web3 red teaming using the MITRE AADAPT framework. Use this skill whenever the user mentions Web3 security, blockchain red teaming, smart contract testing, DeFi security, oracle manipulation, flash loan attacks, cross-chain security, or wants to test crypto infrastructure against economic attacks. This skill helps inventory value-bearing components, map them to AADAPT techniques, design attack scenarios, and set up detection telemetry.
Value-Centric Web3 Red Teaming (MITRE AADAPT)
This skill guides you through conducting red team exercises that test whether Web3 infrastructure can resist irreversible economic loss. The MITRE AADAPT (Adversarial Actions in Digital Asset Payment Techniques) framework focuses on attacker behaviors that manipulate digital value rather than just infrastructure.
When to Use This Skill
Use this skill when:
Planning or executing Web3/blockchain security assessments
Testing DeFi protocols, bridges, oracles, or smart contracts
Designing red team scenarios for crypto infrastructure
Setting up detection and monitoring for blockchain systems
Evaluating governance, signing, or upgrade mechanisms
The user mentions any of: flash loans, oracle manipulation, cross-chain attacks, smart contract security, DeFi red teaming, blockchain penetration testing
Core Methodology
Phase 1: Inventory Value-Bearing Components
Build a complete map of everything that can influence value state, on-chain and off-chain.
What to inventory:
Custodial signing services
HSM/KMS clusters, Vault/KMaaS, signing APIs
Key IDs, policies, automation identities
Approval workflows and authorization chains
Admin & upgrade paths
Proxy admins, governance timelocks
Emergency pause keys, parameter registries
Who/what can call them, quorum requirements, delays
Map each step to specific AADAPT techniques plus observables
Formulate and deploy detection hypotheses
Re-run until MTTD and MTTC meet business tolerances
Track maturity on three axes:
Visibility: Every critical value path has telemetry in each plane
Coverage: Proportion of prioritized AADAPT techniques exercised end-to-end
Response: Ability to pause contracts, revoke keys, or freeze flows before irreversible loss
Scenario Templates
Use these repeatable blueprints to design simulations:
Scenario A: Flash-Loan Economic Manipulation
Objective: Borrow transient capital inside one transaction to distort AMM prices/liquidity and trigger mispriced borrows, liquidations, or mints before repaying.
Execution:
Fork the target chain and seed pools with production-like liquidity
Borrow large notional via flash loan
Perform calibrated swaps to cross price/threshold boundaries relied on by lending, vault, or derivative logic
Invoke the victim contract immediately after the distortion (borrow, liquidate, mint) and repay the flash loan
Measurement:
Did the invariant violation succeed?
Were slippage/price-deviation monitors, circuit breakers, or governance pause hooks triggered?
How long until analytics flagged the abnormal gas/call graph pattern?