CRMar 19, 2019

Querying Streaming System Monitoring Data for Enterprise System Anomaly Detection

arXiv:1903.08159v212 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of incorporating expert knowledge for timely anomaly detection in enterprise security, though it appears incremental as it builds on existing stream-based solutions with a new query language.

The paper tackles the problem of detecting Advanced Persistent Threat (APT) attacks in enterprise systems by proposing SAQL, a stream-based query system that provides a domain-specific language for expressing anomaly models, enabling real-time detection of abnormal behaviors in large-scale monitoring data.

The need for countering Advanced Persistent Threat (APT) attacks has led to the solutions that ubiquitously monitor system activities in each enterprise host, and perform timely abnormal system behavior detection over the stream of monitoring data. However, existing stream-based solutions lack explicit language constructs for expressing anomaly models that capture abnormal system behaviors, thus facing challenges in incorporating expert knowledge to perform timely anomaly detection over the large-scale monitoring data. To address these limitations, we build SAQL, a novel stream-based query system that takes as input, a real-time event feed aggregated from multiple hosts in an enterprise, and provides an anomaly query engine that queries the event feed to identify abnormal behaviors based on the specified anomaly models. SAQL provides a domain-specific query language, Stream-based Anomaly Query Language (SAQL), that uniquely integrates critical primitives for expressing major types of anomaly models. In the demo, we aim to show the complete usage scenario of SAQL by (1) performing an APT attack in a controlled environment, and (2) using SAQL to detect the abnormal behaviors in real time by querying the collected stream of system monitoring data that contains the attack traces. The audience will have the option to interact with the system and detect the attack footprints in real time via issuing queries and checking the query results through a command-line UI.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes