Abstract
Identifying the root cause and impact of a system intrusion remains a foundational challenge in computer security. Digital provenance provides a detailed history of the flow of information within a computing system, connecting suspicious events to their root causes. Although existing provenance-based auditing techniques provide value in forensic analysis, they assume that such analysis takes place only retrospectively. Such post-hoc analysis is insufficient for realtime security applications; moreover, even for forensic tasks, prior provenance collection systems exhibited poor performance and scalability, jeopardizing the timeliness of query responses. We present CamQuery, which provides inline, realtime provenance analysis, making it suitable for implementing security applications. CamQuery is a Linux Security Module that offers support for both userspace and in-kernel execution of analysis applications.We demonstrate the applicability of CamQuery to a variety of runtime security applications including data loss prevention, intrusion detection, and regulatory compliance. In evaluation, we demonstrate that CamQuery reduces the latency of realtime query mechanisms, while imposing minimal overheads on system execution. CamQuery thus enables the further deployment of provenance-based technologies to address central challenges in computer security.
Original language | English |
---|---|
Title of host publication | CCS '18: Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security |
Subtitle of host publication | Toronto, Canada (2018) |
Publisher | Association for Computing Machinery (ACM) |
Pages | 1601-1616 |
Number of pages | 16 |
ISBN (Print) | 9781450356930 |
DOIs | |
Publication status | Published - 8 Oct 2018 |
Event | 25th ACM Conference on Computer and Communications Security - XHotel, Toronto, Canada Duration: 15 Oct 2018 → 19 Oct 2018 https://www.sigsac.org/ccs/CCS2018/ |
Conference
Conference | 25th ACM Conference on Computer and Communications Security |
---|---|
Abbreviated title | CCS 2018 |
Country/Territory | Canada |
City | Toronto |
Period | 15/10/18 → 19/10/18 |
Internet address |
Research Groups and Themes
- Cyber Security
Keywords
- Whole-system Provenance
- Information Flow Tracking
- Graph Processing
- Linux Kernel