paper-with-me

홈 › Papers

OCR-APT: Reconstructing APT Stories from Audit Logs using Subgraph Anomaly Detection and LLMs

2025-10-16 · Ahmed Aly, Essam Mansour, Amr Youssef arxiv

Advanced Persistent Threats (APTs) are stealthy cyberattacks that often evade detection in system-level audit logs. Provenance graphs model these logs as connected entities and events, revealing relationships that are missed by linear log representations. Existing systems apply anomaly detection to these graphs but often suffer from high false positive rates and coarse-grained alerts. Their reliance on node attributes like file paths or IPs leads to spurious correlations, reducing detection robustness and reliability. To fully understand an attack's progression and impact, security analysts need systems that can generate accurate, human-like narratives of the entire attack. To address these challenges, we introduce OCR-APT, a system for APT detection and reconstruction of human-like attack stories. OCR-APT uses Graph Neural Networks (GNNs) for subgraph anomaly detection, learning behavior patterns around nodes rather than fragile attributes such as file paths or IPs. This approach leads to a more robust anomaly detection. It then iterates over detected subgraphs using Large Language Models (LLMs) to reconstruct multi-stage attack stories. Each stage is validated before proceeding, reducing hallucinations and ensuring an interpretable final report. Our evaluations on the DARPA TC3, OpTC, and NODLINK datasets show that OCR-APT outperforms state-of-the-art systems in both detection accuracy and alert interpretability. Moreover, OCR-APT reconstructs human-like reports that comprehensively capture the attack story.

📄 PDF Abstract BibTeX arXiv:2510.15188

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Fine Grained Insider Risk Detection

2024-11-04 · Birkett Huber, Casper Neo, Keiran Sampson, Alex Kantchelian 외

We present a method to detect departures from business-justified workflows among support agents. Our goal is to assist auditors in identifying agent actions that cannot be explained by the activity within their surroundi…

Contrastive Learning

Unsupervised Threat Hunting using Continuous Bag-of-Terms-and-Time (CBoTT)

2024-03-15 · Varol Kayhan, Shivendu Shivendu, Rouzbeh Behnia, Clinton Daniel 외

Threat hunting is sifting through system logs to detect malicious activities that might have bypassed existing security measures. It can be performed in several ways, one of which is based on detecting anomalies. We prop…

LogLG: Weakly Supervised Log Anomaly Detection via Log-Event Graph Construction

2022-08-23 · Hongcheng Guo, Yuhui Guo, Renjie Chen, Jian Yang 외

Fully supervised log anomaly detection methods suffer the heavy burden of annotating massive unlabeled log data. Recently, many semi-supervised methods have been proposed to reduce annotation costs with the help of parse…

Anomaly Detectiongraph constructionScene Recognition

Recomposition vs. Prediction: A Novel Anomaly Detection for Discrete Events Based On Autoencoder

2020-12-27 · Lun-Pin Yuan, Peng Liu, Sencun Zhu

One of the most challenging problems in the field of intrusion detection is anomaly detection for discrete event logs. While most earlier work focused on applying unsupervised learning upon engineered features, most rece…

Anomaly DetectionIntrusion Detection

Auditing Keyword Queries Over Text Documents

2021-12-01 · ICON 2021 12 · Bharath Kumar Reddy Apparreddy, Sailaja Rajanala, Manish Singh

Data security and privacy is an issue of growing importance in the healthcare domain. In this paper, we present an auditing system to detect privacy violations for unstructured text documents such as healthcare records. …

Anomaly Detection