paper-with-me

Papers

An Efficient Real Time DDoS Detection Model Using Machine Learning Algorithms

2025-01-24 · Debashis Kar Suvra

Distributed Denial of Service attacks have become a significant threat to industries and governments leading to substantial financial losses. With the growing reliance on internet services, DDoS attacks can disrupt services by overwhelming servers with false traffic causing downtime and data breaches. Although various detection techniques exist, selecting an effective method remains challenging due to trade-offs between time efficiency and accuracy. This research focuses on developing an efficient real-time DDoS detection system using machine learning algorithms leveraging the UNB CICDDoS2019 dataset including various traffic features. The study aims to classify DDoS and non-DDoS traffic through various ML classifiers including Logistic Regression, K-Nearest Neighbors, Random Forest, Support Vector Machine, Naive Bayes. The dataset is preprocessed through data cleaning, standardization and feature selection techniques using Principal Component Analysis. The research explores the performance of these algorithms in terms of precision, recall and F1-score as well as time complexity to create a reliable system capable of real-time detection and mitigation of DDoS attacks. The findings indicate that RF, AdaBoost and XGBoost outperform other algorithms in accuracy and efficiency, making them ideal candidates for real-time applications.

📄 PDF Abstract BibTeX arXiv:2501.14311

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
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,…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Detection of DDoS Attacks in Software Defined Networking Using Machine Learning Models

2023-03-11 · Ahmad Hamarshe, Huthaifa I. Ashqar, Mohammad Hamarsheh

The concept of Software Defined Networking (SDN) represents a modern approach to networking that separates the control plane from the data plane through network abstraction, resulting in a flexible, programmable and dyna…

Machine Learning DDoS Detection for Consumer Internet of Things Devices

2018-04-11 · Rohan Doshi, Noah Apthorpe, Nick Feamster

An increasing number of Internet of Things (IoT) devices are connecting to the Internet, yet many of these devices are fundamentally insecure, exposing the Internet to a variety of attacks. Botnets such as Mirai have use…

BIG-bench Machine Learningfeature selection

Attention Meets UAVs: A Comprehensive Evaluation of DDoS Detection in Low-Cost UAVs

2024-06-28 · ASHISH SHARMA, SVSLN Surya Suhas Vaddhiparthy, Sai Usha Goparaju, Deepak Gangadharan 외

This paper explores the critical issue of enhancing cybersecurity measures for low-cost, Wi-Fi-based Unmanned Aerial Vehicles (UAVs) against Distributed Denial of Service (DDoS) attacks. In the current work, we have expl…

Network-Aware AutoML Framework for Software-Defined Sensor Networks

2023-10-19 · Emre Horsanali, Yagmur Yigit, Gokhan Secinti, Aytac Karameseoglu 외

As the current detection solutions of distributed denial of service attacks (DDoS) need additional infrastructures to handle high aggregate data rates, they are not suitable for sensor networks or the Internet of Things.…

AutoML

A Comparative Analysis of Machine Learning Models for DDoS Detection in IoT Networks

2024-11-08 · Sushil Shakya, Robert Abbas

This paper presents the detection of DDoS attacks in IoT networks using machine learning models. Their rapid growth has made them highly susceptible to various forms of cyberattacks, many of whose security procedures are…