paper-with-me

Papers

An Adaptable Deep Learning-Based Intrusion Detection System to Zero-Day Attacks

2021-08-20 · Mahdi Soltani, Behzad Ousat, Mahdi Jafari Siavoshani, Amir Hossein Jahangir

The intrusion detection system (IDS) is an essential element of security monitoring in computer networks. An IDS distinguishes the malicious traffic from the benign one and determines the attack types targeting the assets of the organization. The main challenge of an IDS is facing new (i.e., zero-day) attacks and separating them from benign traffic and existing types of attacks. Along with the power of the deep learning-based IDSes in auto-extracting high-level features and its independence from the time-consuming and costly signature extraction process, the mentioned challenge still exists in this new generation of IDSes. In this paper, we propose a framework for deep learning-based IDSes addressing new attacks. This framework is the first approach using both deep novelty-based classifiers besides the traditional clustering based on the specialized layer of deep structures, in the security scope. Additionally, we introduce DOC++ as a newer version of DOC as a deep novelty-based classifier. We also employ the Deep Intrusion Detection (DID) framework for the preprocessing phase, which improves the ability of deep learning algorithms to detect content-based attacks. We compare four different algorithms (including DOC, DOC++, OpenMax, and AutoSVM) as the novelty classifier of the framework and use both the CIC-IDS2017 and CSE-CIC-IDS2018 datasets for the evaluation. Our results show that DOC++ is the best implementation of the open set recognition module. Besides, the completeness and homogeneity of the clustering and post-training phase prove that this model is good enough for the supervised labeling and updating phase.

📄 PDF Abstract BibTeX arXiv:2108.09199

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringIntrusion DetectionOpen Set Learning

Similar Papers 제목 키워드 기반

A Novel Multi-Stage Approach for Hierarchical Intrusion Detection

2023-03-21 · IEEE TRANSACTIONS ON NETWORK AND SERVICE MANAGEMENT 2023 3 · Miel Verkerken, Laurens D’hooge, Didik Sudyana, Ying-Dar Lin 외

An intrusion detection system (IDS), traditionally an example of an effective security monitoring system, is facing significant challenges due to the ongoing digitization of our modern society. The growing number and var…

Anomaly DetectionIntrusion DetectionMulti-class ClassificationNetwork Intrusion Detection

A Grassmannian Approach to Zero-Shot Learning for Network Intrusion Detection

2017-09-23 · Jorge Rivero, Bernardete Ribeiro, Ning Chen, Fátima Silva Leite

One of the main problems in Network Intrusion Detection comes from constant rise of new attacks, so that not enough labeled examples are available for the new classes of attacks. Traditional Machine Learning approaches h…

AttributeIntrusion DetectionNetwork Intrusion DetectionZero-Shot Learning

CND-IDS: Continual Novelty Detection for Intrusion Detection Systems

2025-02-19 · Sean Fuhrman, Onat Gungor, Tajana Rosing

Intrusion detection systems (IDS) play a crucial role in IoT and network security by monitoring system data and alerting to suspicious activities. Machine learning (ML) has emerged as a promising solution for IDS, offeri…

Continual LearningIntrusion DetectionNovelty Detection

Evaluation of Machine Learning Classifiers for Zero-Day Intrusion Detection -- An Analysis on CIC-AWS-2018 dataset

2019-05-09 · Qianru Zhou, Dimitrios Pezaros

Detecting Zero-Day intrusions has been the goal of Cybersecurity, especially intrusion detection for a long time. Machine learning is believed to be the promising methodology to solve that problem, numerous models have b…

BIG-bench Machine LearningGeneral ClassificationIntrusion DetectionZero-day intrusion detection

Building an Efficient Intrusion Detection System Based on Feature Selection and Ensemble Classifier

2019-04-02 · Yuyang Zhou, Guang Cheng, Shanqing Jiang, Mian Dai

Intrusion detection system (IDS) is one of extensively used techniques in a network topology to safeguard the integrity and availability of sensitive assets in the protected systems. Although many supervised and unsuperv…

Anomaly DetectionDimensionality ReductionEnsemble Learningfeature selection+3