CRJun 17, 2020

MBTree: Detecting Encryption RAT Communication Using Malicious Behavior Tree

arXiv:2006.10196v3
Originality Incremental advance
AI Analysis

This work addresses the challenge of detecting encrypted RATs for cybersecurity, but it is incremental as it builds on existing signature-based approaches with a novel tree-based modeling technique.

The paper tackles the problem of detecting encrypted Remote Access Trojan (RAT) communications, which current signature-based methods struggle with due to inaccurate signatures and inflexible matching, by proposing MBTree, a method that models RAT network behaviors as trees and detects similar traces, achieving accurate and robust results in experiments on five datasets.

Network trace signature matching is one reliable approach to detect active Remote Control Trojan, (RAT). Compared to statistical-based detection of malicious network traces in the face of known RATs, the signature-based method can achieve more stable performance and thus more reliability. However, with the development of encrypted technologies and disguise tricks, current methods suffer inaccurate signature descriptions and inflexible matching mechanisms. In this paper, we propose to tackle above problems by presenting MBTree, an approach to detect encryption RATs Command and Control (C&C) communication based on host-level network trace behavior. MBTree first models the RAT network behaviors as the malicious set by automatically building the multiple level tree, MLTree from distinctive network traces of each sample. Then, MBTree employs a detection algorithm to detect malicious network traces that are similar to any MLTrees in the malicious set. To illustrate the effectiveness of our proposed method, we adopt theoretical analysis of MBTree from the probability perspective. In addition, we have implemented MBTree to evaluate it on five datasets which are reorganized in a sophisticated manner for comprehensive assessment. The experimental results demonstrate the accurate and robust of MBTree, especially in the face of new emerging benign applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes