CRLGNIAug 9, 2020

Enhancing Robustness Against Adversarial Examples in Network Intrusion Detection Systems

arXiv:2008.03677v128 citations
Originality Incremental advance
AI Analysis

This addresses the problem of cyber attack detection for network security systems, offering an incremental improvement in robustness against adversarial threats.

The paper tackles the vulnerability of neural network-based network intrusion detection systems to adversarial examples by proposing Reconstruction from Partial Observation (RePO) using denoising autoencoders, resulting in up to 29% improvement in malicious traffic detection in normal settings and up to 45% in adversarial settings compared to other anomaly detectors.

The increase of cyber attacks in both the numbers and varieties in recent years demands to build a more sophisticated network intrusion detection system (NIDS). These NIDS perform better when they can monitor all the traffic traversing through the network like when being deployed on a Software-Defined Network (SDN). Because of the inability to detect zero-day attacks, signature-based NIDS which were traditionally used for detecting malicious traffic are beginning to get replaced by anomaly-based NIDS built on neural networks. However, recently it has been shown that such NIDS have their own drawback namely being vulnerable to the adversarial example attack. Moreover, they were mostly evaluated on the old datasets which don't represent the variety of attacks network systems might face these days. In this paper, we present Reconstruction from Partial Observation (RePO) as a new mechanism to build an NIDS with the help of denoising autoencoders capable of detecting different types of network attacks in a low false alert setting with an enhanced robustness against adversarial example attack. Our evaluation conducted on a dataset with a variety of network attacks shows denoising autoencoders can improve detection of malicious traffic by up to 29% in a normal setting and by up to 45% in an adversarial setting compared to other recently proposed anomaly detectors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes