菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - SECUREVENT: Hybrid AI/ML Security Monitoring for Distributed Event-Based Systems

Distributed event-based systems have become a common substrate for Internet-scale publish/subscribe services, IoT telemetry, cloud-native microservices, and security operations pipelines. Their loose coupling and asynchronous delivery improve scalability, but they also expand the attack surface: publishers, brokers, subscribers, topics, schemas, and temporal ordering can each be abused without a single component observing the whole behavior. This paper proposes SECUREVENT, a hybrid AI/ML security-monitoring architecture for distributed event-based systems. The architecture combines traditional protections such as authenticated transport, topic-level authorization, and signed events with online anomaly detection, graph-aware behavioral features, complex-event policy rules, federated learning, and adversarial-ML governance. A deterministic prototype study over synthetic event-stream attacks illustrates how a hybrid AI/CEP monitor can improve recall over static rules while retaining a low false-positive rate. The central claim is not that machine learning replaces cryptographic and access-control mechanisms, but that model-based security monitoring is necessary when event flows, identities, schemas, and timing relationships are too dynamic for static controls alone.

顶级标签: systems machine learning security
详细标签: distributed systems event-based anomaly detection federated learning adversarial ml 或 搜索:

SECUREVENT:面向分布式事件系统的混合人工智能与机器学习安全监控架构 / SECUREVENT: Hybrid AI/ML Security Monitoring for Distributed Event-Based Systems


1️⃣ 一句话总结

本文提出了一种结合传统安全机制(如认证、授权和签名)与高级AI/ML技术(包括在线异常检测、图行为分析、复杂事件规则、联邦学习和对抗性机器学习治理)的混合监控架构,旨在有效检测分布式事件系统中因动态变化而无法仅靠静态规则防范的复杂攻击,并在合成攻击测试中验证了该方法能在保持低误报率的同时提升检测召回率。

源自 arXiv: 2606.01741