paper-with-me

Papers

Detecting Anomalous Network Communication Patterns Using Graph Convolutional Networks

2023-11-30 · Yizhak Vaisman, Gilad Katz, Yuval Elovici, Asaf Shabtai

To protect an organizations' endpoints from sophisticated cyberattacks, advanced detection methods are required. In this research, we present GCNetOmaly: a graph convolutional network (GCN)-based variational autoencoder (VAE) anomaly detector trained on data that include connection events among internal and external machines. As input, the proposed GCN-based VAE model receives two matrices: (i) the normalized adjacency matrix, which represents the connections among the machines, and (ii) the feature matrix, which includes various features (demographic, statistical, process-related, and Node2vec structural features) that are used to profile the individual nodes/machines. After training the model on data collected for a predefined time window, the model is applied on the same data; the reconstruction score obtained by the model for a given machine then serves as the machine's anomaly score. GCNetOmaly was evaluated on real, large-scale data logged by Carbon Black EDR from a large financial organization's automated teller machines (ATMs) as well as communication with Active Directory (AD) servers in two setups: unsupervised and supervised. The results of our evaluation demonstrate GCNetOmaly's effectiveness in detecting anomalous behavior of machines on unsupervised data.

📄 PDF Abstract BibTeX arXiv:2311.18525

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Deep Mining: Detecting Anomalous Patterns in Neural Network Activations with Subset Scanning

2020-01-01 · ICLR 2020 1 · Skyler Speakman, Celia Cintas, Victor Akinwande, Srihari Sridharan 외

This work views neural networks as data generating systems and applies anomalous pattern detection techniques on that data in order to detect when a network is processing a group of anomalous inputs. Detecting anomalies…

Euler: Detecting Network Lateral Movement via Scalable Temporal Link Prediction

2022-04-24 · NDSS 2022 4 · Isaiah J. King, H. Howie Huang

Lateral movement is a key stage of system compromise used by advanced persistent threats. Detecting it is no simple task. When network host logs are abstracted into discrete temporal graphs, the problem can be reframed …

Dynamic Link PredictionEdge DetectionGraph LearningGraph Neural Network+2

HRGCN: Heterogeneous Graph-level Anomaly Detection with Hierarchical Relation-augmented Graph Neural Networks

2023-08-28 · Jiaxi Li, Guansong Pang, Ling Chen, Mohammad-Reza Namazi-Rad

This work considers the problem of heterogeneous graph-level anomaly detection. Heterogeneous graphs are commonly used to represent behaviours between different types of entities in complex industrial systems for capturi…

Anomaly DetectionGraph Neural NetworkRelation

GESR: Graph-Based Edge Semantic Reconstruction for Stealthy Communication Detection with Benign-Only Training

2026-05-08 · Henghui Xu, Yuchen Zhang, Xiaobo Ma arxiv

Detecting stealthy malicious communications from flow logs under benign-only training remains a critical challenge in network security. Malicious communications often camouflage as normal traffic like standard HTTPS flow…

Intrusion Detection

Leveraging Graph and Deep Learning Uncertainties to Detect Anomalous Trajectories

2021-07-04 · Sandeep Kumar Singh, Jaya Shradha Fowdur, Jakob Gawlikowski, Daniel Medina

Understanding and representing traffic patterns are key to detecting anomalous trajectories in the transportation domain. However, some trajectories can exhibit heterogeneous maneuvering characteristics despite confining…

Deep Learning