I built a network security analyzer using information geometry (Riemannian manifolds) instead of traditional rule-based detection
好的,我现在要帮用户总结一篇文章,控制在100字以内。用户给的原文是关于一个叫ASAF的网络安全工具,作者有30多年在关键基础设施安全的经验,对传统的SIEM工具不满意,于是开发了ASAF。 首先,我需要理解文章的主要内容。作者提到ASAF使用了信息几何中的费舍尔信息矩阵和测地线分析,通过网络流量的形状变化来检测异常,而不是传统的模式匹配。技术细节包括C++17、离线运行、Ihara zeta函数、RK4外推等,适用于关键基础设施。 接下来,我要将这些信息浓缩到100字以内。重点是ASAF的技术方法、其优势以及适用场景。可能需要提到统计流形、测地线异常检测、离线运行和关键基础设施环境。 最后,确保语言简洁明了,不使用“文章内容总结”等开头,直接描述文章内容。 </think> 作者基于30余年关键基础设施安全经验开发了一款名为ASAF的网络安全工具。该工具利用信息几何中的费舍尔信息矩阵和测地线分析网络行为异常,通过检测网络流量形状偏离自然几何特征来识别威胁。采用C++17/Eigen3实现,支持离线运行且无需云依赖,并结合Ihara zeta函数进行网络拓扑分析及RK4外推预测威胁。适用于工业级关键基础设施环境。 2026-2-23 05:35:47 Author: www.reddit.com(查看原文) 阅读量:24 收藏

After 30+ years in critical infrastructure security (power grid, banking), I got frustrated with SIEM tools that generate mountains of false positives. So I built something different.
ASAF uses information geometry — specifically Fisher Information Matrices and geodesic analysis on statistical manifolds — to model network behavior. Instead of pattern matching against known signatures, it measures how the "shape" of network traffic deviates from its natural geometry.

Key technical details:

C++17/Eigen3, runs air-gapped (no cloud dependency)
Ihara zeta function for network topology analysis
Geodesic extrapolation via RK4 for predictive threat detection
Maps findings to MITRE ATT&CK framework for actionable reports

The core idea: network traffic lives on a statistical manifold. Normal traffic follows geodesics. Attacks create curvature anomalies that are mathematically detectable before traditional IDS/IPS triggers.
Built for industrial/critical infrastructure environments where air-gap is mandatory.
Happy to discuss the math or architecture. Been running it on real infrastructure in Mexico.

Contact: [email protected] | https://consultoria.aivoix.mx


文章来源: https://www.reddit.com/r/netsec/comments/1rc91zq/i_built_a_network_security_analyzer_using/
如有侵权请联系:admin#unsafe.sh