SysEvolve: Autonomous Attack-Defense Co-Evolution in Cyber Ranges β Analyzing arXiv:2608.15012
1. Executive Summary: The Cybersecurity Evolutionary Deadlock
Section titled β1. Executive Summary: The Cybersecurity Evolutionary DeadlockβFor decades, cybersecurity has suffered from a structural asymmetry: attack automation accelerates exponentially, while defensive operations remain largely manual, reactive, and constrained by human analyst cognitive throughput. The emergence of frontier Large Language Models (LLMs) threatened to widen this divide. Attackers can leverage autonomous agents to rapidly craft polymorphic exploits, discover chainable misconfigurations, and navigate network perimeters.
However, existing evaluations of AI in offensive security have remained fundamentally disconnected from operational reality:
- Single-Target Myopia: Standard benchmarks like ExploitGym and ExploitBench evaluate agents in isolated single-container environments with predetermined vulnerability targets. They fail to test whether an agent can perform multi-host lateral pivots, identify intermediate credentials, or maintain state persistence.
- Lack of Dynamic Confrontation: Static synthetic evaluations pit an agent against a passive environment. Real-world adversaries encounter active Security Operations Centers (SOCs), Adaptive Endpoint Detection and Response (EDR) systems, and defensive honeytokens.
- Safety & Containment Hazards: Evaluating autonomous offensive agents on live systems introduces catastrophic runaway risks, including unsanctioned network exfiltration and self-propagating payload chains (AAP-007: Autonomous Cascading RCE).
In August 2026, a collaboration between Peking University, Southeast University, and enterprise threat intelligence labs introduced SysEvolve (arXiv:2608.15012): the first AI-native, autonomous, safe, adversarial attack-defense co-evolutionary system. Operating across 1,148 virtualized multi-host cyber ranges and encompassing 257 real-world CVEs, SysEvolve demonstrates how offensive AI (SYSSPEAR) and defensive AI (SYSARMOR) can continuously stress-test and evolve one another within a strictly contained declarative orchestration substrate (SYSFIELD).
THE SYSEVOLVE CLOSED-LOOP CO-EVOLUTIONARY ENGINE
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β SYSFIELD (Containment Substrate) β β Declarative Multi-Host Ranges (1,148 Instances) β’ 2.1% Overhead Tracing β βββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββ²ββββββββββββββββββββββββ β Tracing & Telemetry Stream β Dynamic Reconfiguration βΌ β ββββββββββββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββββ β SYSSPEAR (Offense) β β SYSARMOR (Defense) β β β’ Task-Sliced Local Search β β β’ Graph-State Tracking β β β’ Skill Expertise Enhancement β<βββ>β β’ CTI Context Fusion β β β’ Static-Analysis Verification β β β’ Stage-Matched Response β β [>25% Pass Rate over Raw LLMs] β β [10-1000x Precision Gain] β ββββββββββββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββββ β² β² βββββββ CO-EVOLUTIONARY βββββββ ADVERSARIAL FEEDBACK2. Architectural Deep Dive: The Tripartite Engine
Section titled β2. Architectural Deep Dive: The Tripartite EngineβSysEvolve solves the trilemma of realism, safety, and continuous adaptation by decoupling the co-evolutionary loop into three specialized, co-designed components:
A. SYSFIELD: Declarative Topology-Driven Range Orchestration
Section titled βA. SYSFIELD: Declarative Topology-Driven Range OrchestrationβTraditional cyber ranges require days of manual Terraform or Ansible authoring, as documented in our study on LLMs in Cybersecurity Simulations. SYSFIELD replaces manual orchestration with a declarative, topology-driven range builder that dynamically provisions multi-tier enterprise networks:
- Declarative Graph Composition: SYSFIELD compiles multi-subnet topologies comprising DMZs, enterprise intranet workstations, Active Directory domain controllers, and segmented database clusters directly from high-level YAML dependency specifications.
- Corpus of 257 Real-World CVEs: The testbed orchestrates vulnerabilities across enterprise gateways (Ivanti Connect Secure, Citrix NetScaler), web runtimes (Starlette/FastAPI CVE-2026-48710), supply-chain repositories (JFrog Artifactory CVE-2026-82329), and memory management subsystems (Chromium V8 CVE-2026-85046).
- Zero-Loss Telemetry at 2.1% Overhead: Using eBPF kernel probes, network tap mirroring, and auditd streaming, SYSFIELD collects full execution provenance (syscall sequences, memory allocations, network flow records) with an overhead of just 2.1%, ensuring no evasive artifacts are masked by monitoring latency.
B. SYSSPEAR: Autonomous Offensive Optimization
Section titled βB. SYSSPEAR: Autonomous Offensive OptimizationβRaw frontier LLMs (such as GPT-4o, Claude 3.5 Sonnet, or Gemini 1.5 Pro) frequently hallucinate non-existent command flags, trigger syntax errors in exploit scripts, or enter dead-end loops when a command fails. SYSSPEAR equips offensive agents with three core capabilities:
- Task-Sliced Local Search: Instead of treating an enterprise intrusion as a monolithic end-to-end task, SYSSPEAR decomposes the kill chain into fine-grained atomic milestones (e.g., initial foothold, local credential extraction, lateral credential replay, domain escalation). If a step fails, the agent backtracks locally within the slice rather than regenerating the entire global plan.
- Skill-Based Expertise Enhancement: SYSSPEAR maintains a modular repository of executable domain tools and protocol primitives (e.g., BloodHound graph querying, NTLM relaying, token impersonation) rather than expecting the LLM to generate raw bash strings from scratch.
- Static-Analysis Verification: Before executing generated exploit payloads on target hosts, SYSSPEAR passes payloads through an AST-level syntax validator and sandbox pre-flight checker. This eliminates 74% of trivial execution failures (such as mismatched shell quotes or unhandled exceptions).
C. SYSARMOR: Real-Time Interpretable Defense
Section titled βC. SYSARMOR: Real-Time Interpretable DefenseβExisting machine-learning detection engines suffer from high false-positive rates when confronted with novel attack patterns. SYSARMOR operates as an autonomous SOC defender leveraging three interconnected mechanisms:
- Graph-State Provenance Tracking: SYSARMOR continuously ingests eBPF and network events into a real-time temporal provenance graph, tracking parent-child process relationships, socket connections, and credential handles.
- CTI Context Fusion: When an anomalous process execution occurs, SYSARMOR queries an integrated Cyber Threat Intelligence (CTI) vector store, retrieving known adversary tradecraft (TTPs) and correlating disparate events into a cohesive intrusion hypothesis.
- Stage-Matched Response Strategies: Rather than resorting to immediate host isolation, SYSARMOR selects calibrated, proportionate countermeasures: injecting deceptive decoy credentials, throttling suspicious network sockets, or rotating compromised service keys.
3. Empirical Results: Measuring Co-Evolutionary Progress
Section titled β3. Empirical Results: Measuring Co-Evolutionary ProgressβThe researchers evaluated SysEvolve across 1,148 unique multi-host range configurations, comparing standalone baseline LLMs against SYSSPEAR and comparing standard EDR/heuristic baselines against SYSARMOR.
Quantitative Performance Matrix
Section titled βQuantitative Performance Matrixβ| Metric | Baseline LLM (Zero-Shot) | ReAct Agent (Tool-Augmented) | SYSSPEAR (SysEvolve) | SYSARMOR (Defensive) |
|---|---|---|---|---|
| Multi-Host Penetration Success | 11.4% | 28.7% | 54.2% (>25% gain) | β |
| Exploit Execution Reliability | 32.1% | 51.6% | 89.4% | β |
| Average Steps to Domain Compromise | 38.2 (high drift) | 24.5 | 14.1 (optimal path) | β |
| Detection Precision (APT Replay) | β | β | β | 94.8% (10β1000Γ baseline) |
| False Positive Alarm Rate | β | β | β | 0.03% |
| Mitigation Mean-Time-to-Respond (MTTR) | β | β | β | 1.8 seconds |
ATTACK SUCCESS RATE ACROSS NETWORK TOPOLOGY DEPTH
Pass Rate (%) 100% β€ 80% β€ 60% β€ ββββββββββββ 40% β€ ββββββ SYSSPEAR β 20% β€ β ββ (54.2%) β 0% β΄βββ΄ββββ΄β΄βββββββββββ΄βββββββββββββββββββββββββββββββββββββββ Single-Host Target 3-Tier Enterprise Network [Baseline LLM: 41.2%] [Baseline LLM: 11.4%] [SYSSPEAR: 78.6%] [SYSSPEAR: 54.2%]The data illustrates two fundamental findings:
- The Multi-Host Topology Tax: When an agent transitions from a single vulnerable container to a 3-tier enterprise network (DMZ β App Server β Internal Database), the baseline LLM attack success rate plummets from 41.2% to 11.4%. SYSSPEARβs task-sliced search mitigates this drop, achieving 54.2% success.
- Defensive Disruption: When SYSARMOR is active, SYSSPEARβs multi-host completion rate drops from 54.2% to 18.9%, forcing the attack agent to generate evasive, low-and-slow execution paths.
4. The 3-Tier Truth Standard: Capabilities vs. Speculation
Section titled β4. The 3-Tier Truth Standard: Capabilities vs. SpeculationβAdhering to the Hermes Editorial Strategy Standards, we categorize the claims of arXiv:2608.15012 into empirical facts, reasoned deductions, and unproven speculation:
- Task-Sliced Local Backtracking: Proved that decomposing multi-step intrusions into localized validation checkpoints increases autonomous exploit success from 28.7% to 54.2%.
- Low-Overhead Telemetry Collection: Measured zero-loss eBPF provenance tracing with only 2.1% CPU overhead across 1,148 concurrently simulated network ranges.
- Automated Decoy Sensitivity: Empirically demonstrated that inserting non-functional decoy SSH ports and honeypot service accounts causes unaugmented LLM agents to waste an average of 42% of their context budget on dead ends.
- Real-Time Provenance Fusion: Demonstrated that SYSARMOR suppresses false alarms down to 0.03% while accurately identifying 94.8% of multi-stage APT tradecraft in real time.
- Autonomous Red-Teaming Economics: Automated co-evolution will reduce the cost of enterprise red-team exercises by an order of magnitude, enabling continuous daily penetration audits rather than annual assessments.
- The Demise of Heuristic EDR: Traditional signature and heuristic detection rules are fundamentally outmatched by autonomous offensive agents capable of syntactic polymorphism; defense must shift to causal provenance graphs and semantic state tracking.
- Agent Attention Exhaustion: The steep performance drop observed in deep topologies indicates that current Transformer attention mechanisms cannot maintain accurate post-compromise state across more than 20 distinct system interaction turns.
- Self-Improving Superhuman Exploit Generation: The hypothesis that attack-defense co-evolution will organically synthesize zero-day exploits without human vulnerability research remains unverified; all 257 evaluated vulnerabilities were known CVEs.
- Fully Autonomous SOC Replacement: The claim that SYSARMOR can entirely replace Level 2 and Level 3 SOC analysts ignores edge-case business logic where automated containment could inadvertently disrupt mission-critical operational processes.
5. Positioning on the AI Cyber Capability Ladder
Section titled β5. Positioning on the AI Cyber Capability LadderβWhere does SysEvolve sit on the standardized 10-Level AI Cyber Capability Ladder?
[L1] Vulnerability Comprehension (Explaining CVE mechanics) [L2] Script Adaptation (Customizing public PoCs) [L3] Single-Host Exploitation (Triggering memory corruption on 1 binary) [L4] Autonomous Reconnaissance (Mapping subnets & service discovery) ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [L5] Multi-Stage Penetration (Pivot from DMZ -> Intranet -> DC) βββ SYSSPEAR [L6] Evasion & Defensive Counter-Measures (Defeating active EDR) βββ SYSARMOR ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [L7] Zero-Day Synthesis (Autonomous fuzzing & novelty exploit discovery) [L8] Campaign-Level Strategic Deception (Multi-month persistence) [L9] Self-Propagating Polymorphic Worms (Autonomous worm propagation) [L10] Superhuman Cyber Supremacy (Full strategic network dominance)- SYSSPEAR operates firmly at Level 5 (Multi-Stage Penetration): It chains initial access, privilege escalation, credential dumping, and lateral movement across distinct subnets, but relies on known CVE primitives rather than synthesizing novel zero-days (Level 7).
- SYSARMOR operates at Level 6 (Autonomous Defensive Counter-Measures): It dynamically counteracts Level 5 intrusions in real time, orchestrating state tracking, decoy deployment, and credential revocation without human intervention.
6. The Decoy Effect: Exposing LLM Agent Fragility
Section titled β6. The Decoy Effect: Exposing LLM Agent FragilityβOne of the most profound contributions of the SysEvolve paper is the quantitative analysis of adversarial deception against AI attack agents.
When defending against human red-team operators, honeytokens and decoy services (e.g., honeypot SSH servers or fake AWS credential files) are useful, but skilled human operators quickly identify telltale artifacts (e.g., unusual uptime, lack of shell history, isolated process trees).
Against autonomous LLM agents, deception is disproportionately devastating:
IMPACT OF DECOY ENDPOINTS ON AGENT EXECUTION
CLEAN ENVIRONMENT: Agent Recon ββ> Identifies Real Host (10.0.1.5) ββ> Exploits CVE-2026-82329 ββ> Success (54.2%)
DECOY-AUGMENTED ENVIRONMENT (SYSARMOR Active): Agent Recon ββ> Sees Real Host + 3 High-Interaction Decoys β βββ> Interacts with Decoy A (Fake SSH) ββ> Shell returns error β βββ> Agent attempts 5 retry loops (Context bloat: +18k tokens) βββ> Interacts with Decoy B (Honeytoken API) ββ> Triggers SYSARMOR Alarm β βββ> SYSARMOR rotates real service credentials βββ> Task Aborted / Context Window Exhausted (Success drops to 18.9%)Why Decoys Paralyze AI Agents
Section titled βWhy Decoys Paralyze AI Agentsβ- Context Window Saturation: When an agent connects to a decoy host that responds with verbose or confusing error messages, the agent attempts iterative troubleshooting. This dumps thousands of useless tokens into its working memory, inducing βattention dilutionβ and causing it to forget its primary strategic objective.
- Deterministic Bias: LLMs are trained to be helpful and persistent. When a honeypot provides an apparent vulnerability that fails to yield a flag, the agent assumes its exploit syntax is flawed and repeatedly retries minor variations, entering infinite loops.
- Absence of Intuitive Skepticism: While human operators evaluate operational context (e.g., βWhy would a production database server have an open telnet port with default credentials?β), AI agents greedily optimize for immediate vulnerability indicators, falling into honeypot traps with near 100% predictability.
7. Comparative Benchmark Matrix
Section titled β7. Comparative Benchmark MatrixβHow does SysEvolve compare to other premier AI cybersecurity benchmarks and simulation frameworks?
| Capability Dimension | SysEvolve (arXiv:2608.15012) | ExploitGym (arXiv:2605.11086) | ExploitBench (arXiv:2605.14153) | SRE-Bench (arXiv:2608.11469) | CyberGym |
|---|---|---|---|---|---|
| Environment Type | Multi-Host Topology Ranges | Single Container VMs | Single Binary Sandboxes | Stripped Binaries (Ghidra/IDA) | Virtual Network Pods |
| Active Opponent | Yes (SYSARMOR vs SYSSPEAR) | No (Passive) | No (Passive) | No (Static Binaries) | Heuristic Scripts |
| Vulnerability Scope | 257 Real-World CVEs | 300 Linux Kernel/V8 CVEs | 16-Stage Memory Corruption | 400 Reverse Engineering Targets | Synthetic CTF Challenges |
| Telemetry Engine | eBPF Zero-Loss (2.1% overhead) | Host System Tracing | GDB Trace Inspection | Binary API Hooks | Network PCAP Dumps |
| Lateral Movement Tested | Yes (Multi-tier subnets) | No (Single host) | No (Local process) | No (Binary analysis only) | Limited |
| Deception Defense Evaluated | Yes (Decoys & Honeytokens) | No | No | No | No |
Detailed comparative methodology is documented in our comprehensive report on AI Cybersecurity Benchmarks Compared.
8. Strategic Blueprint for Enterprise SecOps & AI Architects
Section titled β8. Strategic Blueprint for Enterprise SecOps & AI ArchitectsβThe findings of SysEvolve provide direct architectural guidance for enterprise CISOs, SOC leads, and autonomous agent developers:
-
Deploy Active Deception to Neutralize Autonomous Attackers Because LLM attack agents greedily pursue discovered services and lack intuitive skepticism, enterprise networks should aggressively deploy lightweight decoy services, synthetic
.envcredential files, and honeypot API keys. Decoys neutralize autonomous scanners faster than expensive perimeter firewalls. -
Transition from Point Defenses to Causal Provenance Graphs Isolated alert triaging fails against agents that use task-sliced local search to pivot across hosts. Security architectures must implement eBPF-based causal state tracking (the core design of SYSARMOR) to correlate disparate, low-severity events into unified kill-chain graphs.
-
Incorporate Static AST Verification in Agentic Workflows For developers building autonomous agents (Tool-Injection Architecture and MCP Security), SYSSPEAR demonstrates that adding pre-flight static verification checks eliminates over 70% of execution failures, drastically reducing context bloat and operational drift.
-
Prepare for Continuous Automated Red-Teaming The days of annual point-in-time penetration tests are over. Declarative environments like SYSFIELD prove that automated, safe, closed-loop adversary emulation can be scheduled continuously, validating enterprise defenses against emerging CVEs within hours of public disclosure.
9. Related Studies & Codex Cross-References
Section titled β9. Related Studies & Codex Cross-Referencesβ- Cyber Range Simulation Speedups: Can LLMs Accelerate Cyber Ranges and Attack Simulations? (Analysis of arXiv:2608.16422).
- Master Defensive Pillar: Can AI Agents Defend Real Systems? (The 5-stage defensive lifecycle across SOC triage and automated containment).
- Master Offensive Pillar: How Do You Attack an AI Agent? (Comprehensive taxonomy of agent compromise, tool poisoning, and lateral propagation).
- Empirical Capability Evaluation: What Can AI Agents Actually Do in Cybersecurity in 2026? (Frontier baseline survey).
- Agentic Attack Patterns: AAP-003: Tool Parameter Tampering and AAP-007: Autonomous Cascading RCE.
External Academic Citations
Section titled βExternal Academic Citationsβ- Primary Paper: Meng, Y., Li, S., Huang, J., Jin, J., Wang, P., Jiang, H., Yusof, A., Jiang, P., Liang, Z., Guo, Y., & Li, D. (2026). SysEvolve: An AI-native, safe, autonomous adversarial attack-defense co-evolutionary system. arXiv preprint arXiv:2608.15012.
- Comparative References:
- Zhang et al. (2026). ExploitGym: Evaluating AI Agents on Real-World Software Vulnerabilities. arXiv preprint arXiv:2605.11086.
- Fang et al. (2026). ExploitBench: Can LLMs Exploit Real-World Vulnerabilities? arXiv preprint arXiv:2605.14153.