DeepTaskAPT: Insider APT Detection Using Task-tree Based Deep Learning
Mohammad Mamun,Kevin Shi +1 more
2
TL;DR: This paper proposes DeepTaskAPT, a task-tree based deep learning method for insider APT detection, outperforming existing approaches with high accuracy and low false-positive rates on synthetic and real-world datasets.
read more
Abstract: APT, known as Advanced Persistent Threat, is a difficult challenge for cyber defence. These threats make many traditional defences ineffective as the vulnerabilities exploited by these threats are insiders who have access to and are within the network. This paper proposes DeepTaskAPT, a heterogeneous task-tree based deep learning method to construct a baseline model based on sequences of tasks using a Long Short-Term Memory (LSTM) neural network that can be applied across different users to identify anomalous behaviour. Rather than applying the model to sequential log entries directly, as most current approaches do, DeepTaskAPT applies a process tree based task generation method to generate sequential log entries for the deep learning model. To assess the performance of DeepTaskAPT, we use a recently released synthetic dataset, DARPA Operationally Transparent Computing (OpTC) dataset and a real-world dataset, Los Alamos National Laboratory (LANL) dataset. Both of them are composed of host-based data collected from sensors. Our results show that DeepTaskAPT outperforms similar approaches e.g. DeepLog and the DeepTaskAPT baseline model demonstrate its capability to detect malicious traces in various attack scenarios while having high accuracy and low false-positive rates. To the best of knowledge this is the very first attempt of using recently introduced OpTC dataset for cyber threat detection.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
E-Audit: Distinguishing and investigating suspicious events for APTs attack detection
R. Patil,Sivaanandh Muneeswaran,Vinay Sachidananda,Mohan Gurusamy +3 more
TL;DR: E-Audit proposes a hybrid approach to detect Advanced Persistent Threats (APTs) by distinguishing threat-likely events, building a provenance graph, and assessing APT campaigns with 99.71% accuracy in 174 ms on average.
4
References
An experimental comparison of performance measures for classification
TL;DR: This work analyzes experimentally the behaviour of 18 different performance metrics in several scenarios, identifying clusters and relationships between measures and makes a comprehensive analysis of the relationships between metrics, and a taxonomy and arrangement of them according to the previous traits.
763
Robust log-based anomaly detection on unstable log data
Xu Zhang,Yong Xu,Qingwei Lin,Bo Qiao,Hongyu Zhang,Yingnong Dang,Chunyu Xie,Xinsheng Yang,Qian Cheng,Ze Li,Junjie Chen,Xiaoting He,Randolph Yao,Jian-Guang Lou,Murali Chintalapati,Furao Shen,Dongmei Zhang +16 more
- 12 Aug 2019
TL;DR: The experimental results show that the proposed log-based anomaly detection approach, LogRobust, can well address the problem of log instability and achieve accurate and robust results on real-world, ever-changing log data.
577
LogAnomaly: Unsupervised Detection of Sequential and Quantitative Anomalies in Unstructured Logs
Weibin Meng,Ying Liu,Yichen Zhu,Shenglin Zhang,Dan Pei,Yuqing Liu,Yihao Chen,Ruizhi Zhang,Shimin Tao,Pei Sun,Rong Zhou +10 more
- 01 Aug 2019
TL;DR: Empowered by template2vec, a novel, simple yet effective method to extract the semantic information hidden in log templates, LogAnomaly can detect both sequential and quantitive log anomalies simultaneously, which has not been done by any previous work.
Log2vec: A Heterogeneous Graph Embedding Based Approach for Detecting Cyber Threats within Enterprise
Fucheng Liu,Yu Wen,Zhang Dongxue,Xihe Jiang,Xinyu Xing,Dan Meng +5 more
- 06 Nov 2019
TL;DR: This work proposes log2vec, a heterogeneous graph embedding based modularized method that remarkably outperforms state-of-the-art approaches, such as deep learning and hidden markov model (HMM), and shows its capability to detect malicious events in various attack scenarios.
261
One-Class Adversarial Nets for Fraud Detection
Panpan Zheng,Shuhan Yuan,Xintao Wu,Jun Li,Aidong Lu +4 more
- 17 Jul 2019
TL;DR: Experimental results show that the OCAN outperforms the state-of-the-art one-class classification models and achieves comparable performance with the latest multi-source LSTM model that requires both benign and malicious users in the training phase.