CRLGJun 11, 2020

DNS Tunneling: A Deep Learning based Lexicographical Detection Approach

arXiv:2006.06122v219 citations
AI Analysis

This work addresses DNS tunneling detection for cybersecurity applications, presenting an incremental improvement with a simple CNN model and a new dataset.

The paper tackled the problem of detecting DNS tunneling attacks by proposing a Convolutional Neural Network (CNN) with minimal architecture complexity, achieving over 92% detection accuracy and a false positive rate near 0.8%. It also introduced a novel dataset for evaluation due to the lack of quality data.

Domain Name Service is a trusted protocol made for name resolution, but during past years some approaches have been developed to use it for data transfer. DNS Tunneling is a method where data is encoded inside DNS queries, allowing information exchange through the DNS. This characteristic is attractive to hackers who exploit DNS Tunneling method to establish bidirectional communication with machines infected with malware with the objective of exfiltrating data or sending instructions in an obfuscated way. To detect these threats fast and accurately, the present work proposes a detection approach based on a Convolutional Neural Network (CNN) with a minimal architecture complexity. Due to the lack of quality datasets for evaluating DNS Tunneling connections, we also present a detailed construction and description of a novel dataset that contains DNS Tunneling domains generated with five well-known DNS tools. Despite its simple architecture, the resulting CNN model correctly detected more than 92% of total Tunneling domains with a false positive rate close to 0.8%.

Foundations

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

Your Notes