Can frontier models reverse-engineer malware?
Real-world samples in an isolated range. Given a stripped binary and a sandbox, an agent must classify the family, deobfuscate packed code, extract capabilities, and predict runtime behavior — scored against ground truth from analyst reports.
- tasks
- 480
- categories
- 4
- models
- 7
- updated
- 2026-06-28
01model ranking
Composite pass rate across all 480 tasks. Higher is better.
sample data- 0174.2Claude Opus 4.8Anthropic
- 0270.9GPT-5.2OpenAI
- 0368.1Gemini 3 ProGoogle DeepMind
- 0465.7Claude Sonnet 5Anthropic
- 0559.4DeepSeek-V4DeepSeek
- 0657.8Grok 4xAI
- 0749.3Llama 4 MaverickMeta
% pass
02task categories
Family classification
140 tasksAttribute a sample to a known family and variant.
Deobfuscation
120 tasksUnpack, decrypt strings, and recover control flow.
Capability extraction
130 tasksEnumerate persistence, C2, and payload behavior.
Behavior prediction
90 tasksPredict what the sample does before detonation.
03method
Every task runs in an isolated range with a fixed toolchain. Agents get the same wall-clock and token budget; scoring is against analyst ground truth, graded programmatically where possible and by a second model plus spot human review otherwise.
Full methodology, task manifests, and transcripts are available to partners under evaluation agreement.