AIQL: Enabling Efficient Attack Investigation from System Monitoring Data
Peng Gao, Xusheng Xiao, Zhichun Li, Kangkook Jee, Fengyuan Xu, Sanjeev, R. Kulkarni, Prateek Mittal

TL;DR
This paper introduces AIQL, a specialized query system designed to efficiently analyze system monitoring data for attack investigation, outperforming existing database solutions in speed and expressiveness.
Contribution
The paper presents AIQL, a domain-specific query language and optimized engine tailored for attack investigation, enabling faster and more concise analysis of system monitoring data.
Findings
AIQL outperforms PostgreSQL by 124x in query efficiency.
AIQL surpasses Neo4j by 157x in speed.
AIQL produces more concise queries with fewer constraints.
Abstract
The need for countering Advanced Persistent Threat (APT) attacks has led to the solutions that ubiquitously monitor system activities in each host, and perform timely attack investigation over the monitoring data for analyzing attack provenance. However, existing query systems based on relational databases and graph databases lack language constructs to express key properties of major attack behaviors, and often execute queries inefficiently since their semantics-agnostic design cannot exploit the properties of system monitoring data to speed up query execution. To address this problem, we propose a novel query system built on top of existing monitoring tools and databases, which is designed with novel types of optimizations to support timely attack investigation. Our system provides (1) domain-specific data model and storage for scaling the storage, (2) a domain-specific query…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Advanced Malware Detection Techniques · Anomaly Detection Techniques and Applications
