paper-with-me

Papers

LogSHIELD: A Graph-based Real-time Anomaly Detection Framework using Frequency Analysis

2024-10-29 · Krishna Chandra Roy, Qian Chen

Anomaly-based cyber threat detection using deep learning is on a constant growth in popularity for novel cyber-attack detection and forensics. A robust, efficient, and real-time threat detector in a large-scale operational enterprise network requires high accuracy, high fidelity, and a high throughput model to detect malicious activities. Traditional anomaly-based detection models, however, suffer from high computational overhead and low detection accuracy, making them unsuitable for real-time threat detection. In this work, we propose LogSHIELD, a highly effective graph-based anomaly detection model in host data. We present a real-time threat detection approach using frequency-domain analysis of provenance graphs. To demonstrate the significance of graph-based frequency analysis we proposed two approaches. Approach-I uses a Graph Neural Network (GNN) LogGNN and approach-II performs frequency domain analysis on graph node samples for graph embedding. Both approaches use a statistical clustering algorithm for anomaly detection. The proposed models are evaluated using a large host log dataset consisting of 774M benign logs and 375K malware logs. LogSHIELD explores the provenance graph to extract contextual and causal relationships among logs, exposing abnormal activities. It can detect stealthy and sophisticated attacks with over 98% average AUC and F1 scores. It significantly improves throughput, achieves an average detection latency of 0.13 seconds, and outperforms state-of-the-art models in detection time.

📄 PDF Abstract BibTeX arXiv:2410.21936

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionCyber Attack DetectionGraph EmbeddingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

LogShield: A Transformer-based APT Detection System Leveraging Self-Attention

2023-11-09 · Sihat Afnan, Mushtari Sadia, Shahrear Iqbal, Anindya Iqbal

Cyber attacks are often identified using system and network logs. There have been significant prior works that utilize provenance graphs and ML techniques to detect attacks, specifically advanced persistent threats, whic…

Adaptive-GraphSketch: Real-Time Edge Anomaly Detection via Multi-Layer Tensor Sketching and Temporal Decay

2025-09-15 · Ocheme Anthony Ekle, William Eberle arxiv

Anomaly detection in dynamic graphs is essential for identifying malicious activities, fraud, and unexpected behaviors in real-world systems such as cybersecurity and power grids. However, existing approaches struggle wi…

Intrusion DetectionBayesian InferenceAnomaly Detection

Entropy Causal Graphs for Multivariate Time Series Anomaly Detection

2023-12-15 · Falih Gozi Febrinanto, Kristen Moore, Chandra Thapa, Mujie Liu 외

Many multivariate time series anomaly detection frameworks have been proposed and widely applied. However, most of these frameworks do not consider intrinsic relationships between variables in multivariate time series da…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Periodic Graph-Enhanced Multivariate Time Series Anomaly Detector

2025-09-22 · Jia Li, Shiyu Long, Ye Yuan arxiv

Multivariate time series (MTS) anomaly detection commonly encounters in various domains like finance, healthcare, and industrial monitoring. However, existing MTS anomaly detection methods are mostly defined on the stati…

Graph Neural NetworkAnomaly Detection

GraphAD: A Graph Neural Network for Entity-Wise Multivariate Time-Series Anomaly Detection

2022-05-23 · Xu Chen, Qiu Qiu, Changshan Li, Kunqing Xie

In recent years, the emergence and development of third-party platforms have greatly facilitated the growth of the Online to Offline (O2O) business. However, the large amount of transaction data raises new challenges for…

Anomaly DetectionGraph Neural NetworkManagementTime Series+2