APT-LLM: Embedding-Based Anomaly Detection of Cyber Advanced Persistent Threats Using Large Language Models
Sidahmed Benabderrahmane, Petko Valtchev, James Cheney, Talal Rahwan
TL;DR
The paper tackles the challenge of detecting stealthy APTs in highly imbalanced provenance data. It introduces APT-LLM, which converts low-level process events into textual descriptions and uses pre-trained LLM embeddings (from models such as BERT, ALBERT, RoBERTa, DistilBERT, and MiniLM) combined with unsupervised autoencoders (AE, VAE, DAE) to model normal behavior and identify anomalies. Across DARPA Transparent Computing datasets spanning Android, Linux, BSD, and Windows, the ALBERT–VAE pairing achieves the top AUC (up to 0.95) and generally outperforms classical anomaly detectors, demonstrating the value of semantic embeddings in cybersecurity. The work shows that LLM-derived representations capture nuanced behavioral signatures that improve anomaly detection under extreme class imbalance, offering a scalable approach for real-world APT defense.
Abstract
Advanced Persistent Threats (APTs) pose a major cybersecurity challenge due to their stealth and ability to mimic normal system behavior, making detection particularly difficult in highly imbalanced datasets. Traditional anomaly detection methods struggle to effectively differentiate APT-related activities from benign processes, limiting their applicability in real-world scenarios. This paper introduces APT-LLM, a novel embedding-based anomaly detection framework that integrates large language models (LLMs) -- BERT, ALBERT, DistilBERT, and RoBERTa -- with autoencoder architectures to detect APTs. Unlike prior approaches, which rely on manually engineered features or conventional anomaly detection models, APT-LLM leverages LLMs to encode process-action provenance traces into semantically rich embeddings, capturing nuanced behavioral patterns. These embeddings are analyzed using three autoencoder architectures -- Baseline Autoencoder (AE), Variational Autoencoder (VAE), and Denoising Autoencoder (DAE) -- to model normal process behavior and identify anomalies. The best-performing model is selected for comparison against traditional methods. The framework is evaluated on real-world, highly imbalanced provenance trace datasets from the DARPA Transparent Computing program, where APT-like attacks constitute as little as 0.004\% of the data across multiple operating systems (Android, Linux, BSD, and Windows) and attack scenarios. Results demonstrate that APT-LLM significantly improves detection performance under extreme imbalance conditions, outperforming existing anomaly detection methods and highlighting the effectiveness of LLM-based feature extraction in cybersecurity.
