AI Agents 相关度: 5/10

AEGIS: Adversarial Entropy-Guided Immune System -- Thermodynamic State Space Models for Zero-Day Network Evasion Detection

Vickson Ferrel
arXiv: 2604.02149v1 发布: 2026-04-02 更新: 2026-04-02

AI 摘要

AEGIS通过物理学特征和熵引导的免疫系统,实现了对零日网络攻击的高效检测。

主要贡献

  • 提出基于热力学方差引导双曲液体状态空间模型的AEGIS防御系统
  • 利用6维连续时间流物理特征和香农熵检测C2隧道异常
  • 设计高效C++ eBPF Harvester和Mamba-3核心,实现线速处理

方法论

AEGIS利用网络流量的物理学特征和熵值,结合液体状态空间模型和Mamba-3架构,实现对对抗性攻击的检测。

原文摘要

As TLS 1.3 encryption limits traditional Deep Packet Inspection (DPI), the security community has pivoted to Euclidean Transformer-based classifiers (e.g., ET-BERT) for encrypted traffic analysis. However, these models remain vulnerable to byte-level adversarial morphing -- recent pre-padding attacks reduced ET-BERT accuracy to 25.68%, while VLESS Reality bypasses certificate-based detection entirely. We introduce AEGIS: an Adversarial Entropy-Guided Immune System powered by a Thermodynamic Variance-Guided Hyperbolic Liquid State Space Model (TVD-HL-SSM). Rather than competing in the Euclidean payload-reading domain, AEGIS discards payload bytes in favor of 6-dimensional continuous-time flow physics projected into a non-Euclidean Poincare manifold. Liquid Time-Constants measure microsecond IAT decay, and a Thermodynamic Variance Detector computes sequence-wide Shannon Entropy to expose automated C2 tunnel anomalies. A pure C++ eBPF Harvester with zero-copy IPC bypasses the Python GIL, enabling a linear-time O(N) Mamba-3 core to process 64,000-packet swarms at line-rate. Evaluated on a 400GB, 4-tier adversarial corpus spanning backbone traffic, IoT botnets, zero-days, and proprietary VLESS Reality tunnels, AEGIS achieves an F1-score of 0.9952 and 99.50% True Positive Rate at 262 us inference latency on an RTX 4090, establishing a new state-of-the-art for physics-based adversarial network defense.

标签

网络安全 零日攻击检测 对抗性防御

arXiv 分类

cs.CR cs.LG