Table of Contents
Fetching ...

TREC: APT Tactic / Technique Recognition via Few-Shot Provenance Subgraph Learning

Mingqi Lv, HongZhe Gao, Xuebo Qiu, Tieming Chen, Tiantian Zhu, Jinyin Chen, Shouling Ji

TL;DR

TREC is proposed, the first attempt to recognize APT tactics / techniques from provenance graphs by exploiting deep learning techniques and significantly outperforms state-of-the-art systems in APT tactic recognition and TREC can also effectively identify APT techniques.

Abstract

APT (Advanced Persistent Threat) with the characteristics of persistence, stealth, and diversity is one of the greatest threats against cyber-infrastructure. As a countermeasure, existing studies leverage provenance graphs to capture the complex relations between system entities in a host for effective APT detection. In addition to detecting single attack events as most existing work does, understanding the tactics / techniques (e.g., Kill-Chain, ATT&CK) applied to organize and accomplish the APT attack campaign is more important for security operations. Existing studies try to manually design a set of rules to map low-level system events to high-level APT tactics / techniques. However, the rule based methods are coarse-grained and lack generalization ability, thus they can only recognize APT tactics and cannot identify fine-grained APT techniques and mutant APT attacks. In this paper, we propose TREC, the first attempt to recognize APT tactics / techniques from provenance graphs by exploiting deep learning techniques. To address the "needle in a haystack" problem, TREC segments small and compact subgraphs covering individual APT technique instances from a large provenance graph based on a malicious node detection model and a subgraph sampling algorithm. To address the "training sample scarcity" problem, TREC trains the APT tactic / technique recognition model in a few-shot learning manner by adopting a Siamese neural network. We evaluate TREC based on a customized dataset collected and made public by our team. The experiment results show that TREC significantly outperforms state-of-the-art systems in APT tactic recognition and TREC can also effectively identify APT techniques.

TREC: APT Tactic / Technique Recognition via Few-Shot Provenance Subgraph Learning

TL;DR

TREC is proposed, the first attempt to recognize APT tactics / techniques from provenance graphs by exploiting deep learning techniques and significantly outperforms state-of-the-art systems in APT tactic recognition and TREC can also effectively identify APT techniques.

Abstract

APT (Advanced Persistent Threat) with the characteristics of persistence, stealth, and diversity is one of the greatest threats against cyber-infrastructure. As a countermeasure, existing studies leverage provenance graphs to capture the complex relations between system entities in a host for effective APT detection. In addition to detecting single attack events as most existing work does, understanding the tactics / techniques (e.g., Kill-Chain, ATT&CK) applied to organize and accomplish the APT attack campaign is more important for security operations. Existing studies try to manually design a set of rules to map low-level system events to high-level APT tactics / techniques. However, the rule based methods are coarse-grained and lack generalization ability, thus they can only recognize APT tactics and cannot identify fine-grained APT techniques and mutant APT attacks. In this paper, we propose TREC, the first attempt to recognize APT tactics / techniques from provenance graphs by exploiting deep learning techniques. To address the "needle in a haystack" problem, TREC segments small and compact subgraphs covering individual APT technique instances from a large provenance graph based on a malicious node detection model and a subgraph sampling algorithm. To address the "training sample scarcity" problem, TREC trains the APT tactic / technique recognition model in a few-shot learning manner by adopting a Siamese neural network. We evaluate TREC based on a customized dataset collected and made public by our team. The experiment results show that TREC significantly outperforms state-of-the-art systems in APT tactic recognition and TREC can also effectively identify APT techniques.
Paper Structure (29 sections, 14 equations, 7 figures, 14 tables, 1 algorithm)

This paper contains 29 sections, 14 equations, 7 figures, 14 tables, 1 algorithm.

Figures (7)

  • Figure 1: An illustration of APT attack analysis based on APT tactics / techniques.
  • Figure 2: APT technique instances: (a) T1003 implemented by script “procdump”; (b) T1003 implemented by script “xordump”; (c) T1218.
  • Figure 3: The system architecture of TREC.
  • Figure 4: The architecture of the proposed Siamese neural network.
  • Figure 5: The tuning of parameter $d$: (a) the tuning on True_Graph; (b) the tuning on Sampled_Graph.
  • ...and 2 more figures

Theorems & Definitions (3)

  • definition 1
  • definition 2
  • definition 3