Papers › Kairos: Practical Intrusion Detection and Investigation using Whole-system Provenance

Kairos: Practical Intrusion Detection and Investigation using Whole-system Provenance

9 Aug 2023arXiv:2308.05034archive 2025-07-28

Zijun Cheng, Qiujian Lv, Jinyuan Liang, Yan Wang, Degang Sun, Thomas Pasquier, Xueyuan Han

Provenance graphs are structured audit logs that describe the history of a system's execution. Recent studies have explored a variety of techniques to analyze provenance graphs for automated host intrusion detection, focusing particularly on advanced persistent threats. Sifting through their design documents, we identify four common dimensions that drive the development of provenance-based intrusion detection systems (PIDSes): scope (can PIDSes detect modern attacks that infiltrate across application boundaries?), attack agnosticity (can PIDSes detect novel attacks without a priori knowledge of attack characteristics?), timeliness (can PIDSes efficiently monitor host systems as they run?), and attack reconstruction (can PIDSes distill attack activity from large provenance graphs so that sysadmins can easily understand and quickly respond to system intrusion?). We present KAIROS, the first PIDS that simultaneously satisfies the desiderata in all four dimensions, whereas existing approaches sacrifice at least one and struggle to achieve comparable detection performance. Kairos leverages a novel graph neural network-based encoder-decoder architecture that learns the temporal evolution of a provenance graph's structural changes to quantify the degree of anomalousness for each system event. Then, based on this fine-grained information, Kairos reconstructs attack footprints, generating compact summary graphs that accurately describe malicious activity over a stream of system audit logs. Using state-of-the-art benchmark datasets, we demonstrate that Kairos outperforms previous approaches.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2308.05034")

Code

Syntology Ran 7 of 12 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

provenanceanalytics/kairos officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 7 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

7ran
5unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from provenanceanalytics/kairos. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

attack_edge_flag provenanceanalytics/kairos/DARPA/CADETS_E3/attack_investigation.py official repository ran no licence file found · pointer only · b52c817d34c84c42 · report
ip2higlist provenanceanalytics/kairos/DARPA/CADETS_E3/embedding.py official repository ran fingerprinted no licence file found · pointer only · 82304ad891f50122 · report
list2str provenanceanalytics/kairos/DARPA/CADETS_E3/embedding.py official repository ran no licence file found · pointer only · 383210331ce99aca · report
ns_time_to_datetime provenanceanalytics/kairos/DARPA/CADETS_E3/kairos_utils.py official repository ran fingerprinted no licence file found · pointer only · db213924c8598f4e · report
path2higlist provenanceanalytics/kairos/DARPA/CADETS_E3/embedding.py official repository ran fingerprinted no licence file found · pointer only · e6991733a90b2e2c · report
replace_path_name provenanceanalytics/kairos/DARPA/CADETS_E3/attack_investigation.py official repository ran fingerprinted no licence file found · pointer only · 71df8d57fef9e039 · report
stringtomd5 provenanceanalytics/kairos/DARPA/CADETS_E3/create_database.py official repository ran no licence file found · pointer only · d8514eeaed813e9f · report
anomalous_queue_construction provenanceanalytics/kairos/DARPA/CADETS_E3/anomalous_queue_construction.py official repository unverified no licence file found · pointer only · 68f2cc67136dda0a · report
cal_anomaly_loss provenanceanalytics/kairos/DARPA/CADETS_E3/anomalous_queue_construction.py official repository unverified no licence file found · pointer only · 4188154a1c27ccbf · report
cal_set_rel provenanceanalytics/kairos/DARPA/CADETS_E3/anomalous_queue_construction.py official repository unverified no licence file found · pointer only · ada7c0bb9f77536e · report
classifier_evaluation provenanceanalytics/kairos/DARPA/CADETS_E3/evaluation.py official repository unverified no licence file found · pointer only · 62012dacf5c2588f · report
create_node_list provenanceanalytics/kairos/DARPA/CADETS_E3/create_database.py official repository unverified no licence file found · pointer only · a97a2f4422120a62 · report

Tasks

DecoderGraph Neural NetworkIntrusion Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections