threaTrace: Detecting and Tracing Host-based Threats in Node Level Through Provenance Graph Learning
Host-based threats such as Program Attack, Malware Implantation, and Advanced Persistent Threats (APT), are commonly adopted by modern attackers. Recent studies propose leveraging the rich contextual information in data provenance to detect threats in a host. Data provenance is a directed acyclic graph constructed from system audit data. Nodes in a provenance graph represent system entities (e.g., $processes$ and $files$) and edges represent system calls in the direction of information flow. However, previous studies, which extract features of the whole provenance graph, are not sensitive to the small number of threat-related entities and thus result in low performance when hunting stealthy threats. We present threaTrace, an anomaly-based detector that detects host-based threats at system entity level without prior knowledge of attack patterns. We tailor GraphSAGE, an inductive graph neural network, to learn every benign entity's role in a provenance graph. threaTrace is a real-time system, which is scalable of monitoring a long-term running host and capable of detecting host-based intrusion in their early phase. We evaluate threaTrace on three public datasets. The results show that threaTrace outperforms three state-of-the-art host intrusion detection systems.
Code (1)
Tasks
Graph LearningGraph Neural NetworkIntrusion DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
GraphGhost: Tracing Structures Behind Large Language Models
Large Language Models (LLMs) exhibit strong reasoning capabilities on structured tasks, yet the internal mechanisms underlying such behaviors remain poorly understood. Existing interpretation methods mainly focus on toke…
Host-Based Network Intrusion Detection via Feature Flattening and Two-stage Collaborative Classifier
Network Intrusion Detection Systems (NIDS) have been extensively investigated by monitoring real network traffic and analyzing suspicious activities. However, there are limitations in detecting specific types of attacks …
Intrusion DetectionNetwork Intrusion DetectionGhost in the Transformer: Detecting Model Reuse with Invariant Spectral Signatures
Large Language Models (LLMs) are widely adopted, but their high training cost leads many developers to fine-tune existing open-source models. While most adhere to open-source licenses, some falsely claim original trainin…
Defense via Behavior Attestation against Attacks in Connected and Automated Vehicles based Federated Learning Systems
The recent application of Federated Learning algorithms in IOT and Wireless vehicular networks have given rise to newer cyber threats in the mobile environment which hitherto were not present in traditional fixed network…
Federated LearningAVSim - Realistic Simulation Framework for Airborne and Vector-Borne Disease Dynamics
The COVID-19 pandemic underscored the critical need for rapid epidemic trend identification and effective intervention strategies to mitigate disease progression and its socio-economic impact. Concurrent with emerging th…