paper-with-me

홈 › Papers

Early Detection of Network Attacks Using Deep Learning

2022-01-27 · ICSTW 2022 6 · Tanwir Ahmad, Dragos Truscan, Juri Vain, Ivan Porres

The Internet has become a prime subject to security attacks and intrusions by attackers. These attacks can lead to system malfunction, network breakdown, data corruption or theft. A network intrusion detection system (IDS) is a tool used for identifying unauthorized and malicious behavior by observing the network traffic. State-of-the-art intrusion detection systems are designed to detect an attack by inspecting the complete information about the attack. This means that an IDS would only be able to detect an attack after it has been executed on the system under attack and might have caused damage to the system. In this paper, we propose an end-to-end early intrusion detection system to prevent network attacks before they could cause any more damage to the system under attack while preventing unforeseen downtime and interruption. We employ a deep neural network-based classifier for attack identification. The network is trained in a supervised manner to extract relevant features from raw network traffic data instead of relying on a manual feature selection process used in most related approaches. Further, we introduce a new metric, called earliness, to evaluate how early our proposed approach detects attacks. We have empirically evaluated our approach on the CICIDS2017 dataset. The results show that our approach performed well and attained an overall 0.803 balanced accuracy.

📄 PDF Abstract BibTeX arXiv:2201.11628

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningfeature selectionIntrusion DetectionNetwork Intrusion Detection

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 제목 키워드 기반

Robust and Reliable Early-Stage Website Fingerprinting Attacks via Spatial-Temporal Distribution Analysis

2024-07-01 · Xinhao Deng, Qi Li, Ke Xu

Website Fingerprinting (WF) attacks identify the websites visited by users by performing traffic analysis, compromising user privacy. Particularly, DL-based WF attacks demonstrate impressive attack performance. However, …

Contrastive LearningData AugmentationWebsite Fingerprinting Attacks

RNN-based Early Cyber-Attack Detection for the Tennessee Eastman Process

2017-09-07 · Pavel Filonov, Fedor Kitashov, Andrey Lavrentyev

An RNN-based forecasting approach is used to early detect anomalies in industrial multivariate time series data from a simulated Tennessee Eastman Process (TEP) with many cyber-attacks. This work continues a previously p…

Cyber Attack DetectionFault DetectionTime SeriesTime Series Analysis

Online Cyber-Attack Detection in Smart Grid: A Reinforcement Learning Approach

2018-09-14 · Mehmet Necip Kurt, Oyetunji Ogundijo, Chong Li, Xiaodong Wang

Early detection of cyber-attacks is crucial for a safe and reliable operation of the smart grid. In the literature, outlier detection schemes making sample-by-sample decisions and online detection schemes requiring perfe…

Anomaly DetectionCyber Attack DetectionOutlier Detectionreinforcement-learning+2

SafeDream: Safety World Model for Proactive Early Jailbreak Detection

2026-04-18 · Bo Yan, Weikai Lin, Yada Zhu, Song Wang arxiv

Multi-turn jailbreak attacks progressively erode LLM safety alignment across seemingly innocuous conversation turns, achieving success rates exceeding 90% against state-of-the-art models. Existing alignment-based and gua…

Detecting Phishing Sites -- An Overview

2021-03-23 · P. Kalaharsha, B. M. Mehtre

Phishing is one of the most severe cyber-attacks where researchers are interested to find a solution. In phishing, attackers lure end-users and steal their personal in-formation. To minimize the damage caused by phishing…