paper-with-me

홈 › Papers

Efficient Detection of Botnet Traffic by features selection and Decision Trees

2021-06-30 · Javier Velasco-Mata, Víctor González-Castro, Eduardo Fidalgo, Enrique Alegre

Botnets are one of the online threats with the biggest presence, causing billionaire losses to global economies. Nowadays, the increasing number of devices connected to the Internet makes it necessary to analyze large amounts of network traffic data. In this work, we focus on increasing the performance on botnet traffic classification by selecting those features that further increase the detection rate. For this purpose we use two feature selection techniques, Information Gain and Gini Importance, which led to three pre-selected subsets of five, six and seven features. Then, we evaluate the three feature subsets along with three models, Decision Tree, Random Forest and k-Nearest Neighbors. To test the performance of the three feature vectors and the three models we generate two datasets based on the CTU-13 dataset, namely QB-CTU13 and EQB-CTU13. We measure the performance as the macro averaged F1 score over the computational time required to classify a sample. The results show that the highest performance is achieved by Decision Trees using a five feature set which obtained a mean F1 score of 85% classifying each sample in an average time of 0.78 microseconds.

📄 PDF Abstract BibTeX arXiv:2107.02896

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionTraffic Classification

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

AI-Driven Fast and Early Detection of IoT Botnet Threats: A Comprehensive Network Traffic Analysis Approach

2024-07-22 · Abdelaziz Amara korba, Aleddine Diaf, Yacine Ghamri-Doudane

In the rapidly evolving landscape of cyber threats targeting the Internet of Things (IoT) ecosystem, and in light of the surge in botnet-driven Distributed Denial of Service (DDoS) and brute force attacks, this study foc…

Network Security Modelling with Distributional Data

2022-11-24 · Subhabrata Majumdar, Ganesh Subramaniam

We investigate the detection of botnet command and control (C2) hosts in massive IP traffic using machine learning methods. To this end, we use NetFlow data -- the industry standard for monitoring of IP traffic -- and ML…

Intrusion Detection

Cyber Attack Detection thanks to Machine Learning Algorithms

2020-01-17 · Antoine Delplace, Sheryl Hermoso, Kristofer Anandita

Cybersecurity attacks are growing both in frequency and sophistication over the years. This increasing sophistication and complexity call for more advancement and continuous innovation in defensive strategies. Traditiona…

BIG-bench Machine LearningCyber Attack Detectionfeature selectionIntrusion Detection

Machine Learning-Based Early Detection of IoT Botnets Using Network-Edge Traffic

2020-10-22 · Ayush Kumar, Mrinalini Shridhar, Sahithya Swaminathan, Teng Joon Lim

In this work, we present a lightweight IoT botnet detection solution, EDIMA, which is designed to be deployed at the edge gateway installed in home networks and targets early detection of botnets prior to the launch of a…

BIG-bench Machine LearningTraffic Classification

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