paper-with-me

Papers

Improving Botnet Detection with Recurrent Neural Network and Transfer Learning

2021-04-26 · Jeeyung Kim, Alex Sim, Jinoh Kim, Kesheng Wu, Jaegyoon Hahm

Botnet detection is a critical step in stopping the spread of botnets and preventing malicious activities. However, reliable detection is still a challenging task, due to a wide variety of botnets involving ever-increasing types of devices and attack vectors. Recent approaches employing machine learning (ML) showed improved performance than earlier ones, but these ML- based approaches still have significant limitations. For example, most ML approaches can not incorporate sequential pattern analysis techniques key to detect some classes of botnets. Another common shortcoming of ML-based approaches is the need to retrain neural networks in order to detect the evolving botnets; however, the training process is time-consuming and requires significant efforts to label the training data. For fast-evolving botnets, it might take too long to create sufficient training samples before the botnets have changed again. To address these challenges, we propose a novel botnet detection method, built upon Recurrent Variational Autoencoder (RVAE) that effectively captures sequential characteristics of botnet activities. In the experiment, this semi-supervised learning method achieves better detection accuracy than similar learning methods, especially on hard to detect classes. Additionally, we devise a transfer learning framework to learn from a well-curated source data set and transfer the knowledge to a target problem domain not seen before. Tests show that the true-positive rate (TPR) with transfer learning is higher than the RVAE semi-supervised learning method trained using the target data set (91.8% vs. 68.3%).

📄 PDF Abstract BibTeX arXiv:2104.12602

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Botnet Detection Using Recurrent Variational Autoencoder

2020-04-01 · Jeeyung Kim, Alex Sim, Jinoh Kim, Kesheng Wu

Botnets are increasingly used by malicious actors, creating increasing threat to a large number of internet users. To address this growing danger, we propose to study methods to detect botnets, especially those that are …

Line Detection

Enhanced Hybrid Deep Learning Approach for Botnet Attacks Detection in IoT Environment

2025-02-10 · A. Karthick kumar, S. Rathnamala, T. Vijayashanthi, M. Prabhananthakumar 외

Cyberattacks in an Internet of Things (IoT) environment can have significant impacts because of the interconnected nature of devices and systems. An attacker uses a network of compromised IoT devices in a botnet attack t…

Mobile Botnet Detection: A Deep Learning Approach Using Convolutional Neural Networks

2020-07-01 · Suleiman Y. Yerima, Mohammed K. Alzaylaee

Android, being the most widespread mobile operating systems is increasingly becoming a target for malware. Malicious apps designed to turn mobile devices into bots that may form part of a larger botnet have become quite …

BIG-bench Machine Learning

Automating Botnet Detection with Graph Neural Networks

2020-03-13 · Jiawei Zhou, Zhiying Xu, Alexander M. Rush, Minlan Yu

Botnets are now a major source for many network attacks, such as DDoS attacks and spam. However, most traditional detection methods heavily rely on heuristically designed multi-stage detection criteria. In this paper, we…

Graph Learning

Tracking Temporal Evolution of Network Activity for Botnet Detection

2019-08-09 · Kapil Sinha, Arun Viswanathan, Julian Bunn

Botnets are becoming increasingly prevalent as the primary enabling technology in a variety of malicious campaigns such as email spam, click fraud, distributed denial-of-service (DDoS) attacks, and cryptocurrency mining.…