Insider Threat Detection Using GCN and Bi-LSTM with Explicit and Implicit Graph Representations
Rahul Yumlembam, Biju Issac, Seibu Mary Jacob, Longzhi Yang, Deepa Krishnan

TL;DR
This paper introduces a novel insider threat detection framework that combines explicit and implicit graph representations with temporal modeling to effectively identify malicious user activities.
Contribution
It proposes a hybrid graph-based approach using GCNs and Bi-LSTM, integrating handcrafted and learned graph structures for improved insider threat detection.
Findings
Achieves 98.62% AUC on CERT r5.2 dataset.
Attains 80.15% detection rate on r6.2 dataset.
Outperforms existing state-of-the-art methods.
Abstract
Insider threat detection (ITD) is challenging due to the subtle and concealed nature of malicious activities performed by trusted users. This paper proposes a post-hoc ITD framework that integrates explicit and implicit graph representations with temporal modelling to capture complex user behaviour patterns. An explicit graph is constructed using predefined organisational rules to model direct relationships among user activities. To mitigate noise and limitations in this hand-crafted structure, an implicit graph is learned from feature similarities using the Gumbel-Softmax trick, enabling the discovery of latent behavioural relationships. Separate Graph Convolutional Networks (GCNs) process the explicit and implicit graphs to generate node embeddings, which are concatenated and refined through an attention mechanism to emphasise threat-relevant features. The refined representations are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation and Cyber Security · Network Security and Intrusion Detection · Anomaly Detection Techniques and Applications
