paper-with-me

Papers

Graph-based Solutions with Residuals for Intrusion Detection: the Modified E-GraphSAGE and E-ResGAT Algorithms

2021-11-26 · Liyan Chang, Paula Branco

The high volume of increasingly sophisticated cyber threats is drawing growing attention to cybersecurity, where many challenges remain unresolved. Namely, for intrusion detection, new algorithms that are more robust, effective, and able to use more information are needed. Moreover, the intrusion detection task faces a serious challenge associated with the extreme class imbalance between normal and malicious traffics. Recently, graph-neural network (GNN) achieved state-of-the-art performance to model the network topology in cybersecurity tasks. However, only a few works exist using GNNs to tackle the intrusion detection problem. Besides, other promising avenues such as applying the attention mechanism are still under-explored. This paper presents two novel graph-based solutions for intrusion detection, the modified E-GraphSAGE, and E-ResGATalgorithms, which rely on the established GraphSAGE and graph attention network (GAT), respectively. The key idea is to integrate residual learning into the GNN leveraging the available graph information. Residual connections are added as a strategy to deal with the high-class imbalance, aiming at retaining the original information and improving the minority classes' performance. An extensive experimental evaluation of four recent intrusion detection datasets shows the excellent performance of our approaches, especially when predicting minority classes.

📄 PDF Abstract BibTeX arXiv:2111.13597

Code (1)

George730/E-ResGAT pytorch

Tasks

Graph AttentionGraph Neural NetworkIntrusion Detection

Methods 이 논문이 사용한 방법론

GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

Similar Papers 제목 키워드 기반

Noise Robust One-Class Intrusion Detection on Dynamic Graphs

2025-08-19 · Aleksei Liuliakov, Alexander Schulz, Luca Hermes, Barbara Hammer arxiv

In the domain of network intrusion detection, robustness against contaminated and noisy data inputs remains a critical challenge. This study introduces a probabilistic version of the Temporal Graph Network Support Vector…

Network Intrusion Detection

BS-GAT Behavior Similarity Based Graph Attention Network for Network Intrusion Detection

2023-04-07 · Yalu Wang, Zhijie Han, Jie Li, Xin He

With the development of the Internet of Things (IoT), network intrusion detection is becoming more complex and extensive. It is essential to investigate an intelligent, automated, and robust network intrusion detection m…

Graph Attentiongraph constructionGraph Neural NetworkIntrusion Detection+1

AI-based Two-Stage Intrusion Detection for Software Defined IoT Networks

2018-06-07 · Jiaqi Li, Zhifeng Zhao, Rongpeng Li, Honggang Zhang

Software Defined Internet of Things (SD-IoT) Networks profits from centralized management and interactive resource sharing which enhances the efficiency and scalability of IoT applications. But with the rapid growth in s…

Intrusion DetectionManagementVocal Bursts Valence Prediction

Efficient Network Representation for GNN-based Intrusion Detection

2023-09-11 · Hamdi Friji, Alexis Olivereau, Mireille Sarkiss

The last decades have seen a growth in the number of cyber-attacks with severe economic and privacy damages, which reveals the need for network intrusion detection approaches to assist in preventing cyber-attacks and red…

Graph Neural NetworkIntrusion DetectionNetwork Intrusion DetectionRelation

Intrusion Detection at Scale with the Assistance of a Command-line Language Model

2024-04-20 · Jiongliang Lin, Yiwen Guo, Hao Chen

Intrusion detection is a long standing and crucial problem in security. A system capable of detecting intrusions automatically is on great demand in enterprise security solutions. Existing solutions rely heavily on hand-…

Intrusion DetectionLanguage ModelingLanguage ModellingLarge Language Model