paper-with-me

Papers

Cybersecurity Anomaly Detection in Adversarial Environments

2021-05-14 · David A. Bierbrauer, Alexander Chang, Will Kritzer, Nathaniel D. Bastian

The proliferation of interconnected battlefield information-sharing devices, known as the Internet of Battlefield Things (IoBT), introduced several security challenges. Inherent to the IoBT operating environment is the practice of adversarial machine learning, which attempts to circumvent machine learning models. This work examines the feasibility of cost-effective unsupervised learning and graph-based methods for anomaly detection in the network intrusion detection system setting, and also leverages an ensemble approach to supervised learning of the anomaly detection problem. We incorporate a realistic adversarial training mechanism when training supervised models to enable strong classification performance in adversarial environments. The results indicate that the unsupervised and graph-based methods were outperformed in detecting anomalies (malicious activity) by the supervised stacking ensemble method with two levels. This model consists of three different classifiers in the first level, followed by either a Naive Bayes or Decision Tree classifier for the second level. The model maintains an F1-score above 0.97 for malicious samples across all tested level two classifiers. Notably, Naive Bayes is the fastest level two classifier averaging 1.12 seconds while Decision Tree maintains the highest AUC score of 0.98.

📄 PDF Abstract BibTeX arXiv:2105.06742

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionBIG-bench Machine LearningIntrusion DetectionNetwork Intrusion Detection

Similar Papers 제목 키워드 기반

Ranking-Enhanced Anomaly Detection Using Active Learning-Assisted Attention Adversarial Dual AutoEncoders

2025-11-25 · Sidahmed Benabderrahmane, James Cheney, Talal Rahwan arxiv

Advanced Persistent Threats (APTs) pose a significant challenge in cybersecurity due to their stealthy and long-term nature. Modern supervised learning methods require extensive labeled data, which is often scarce in rea…

Unsupervised Anomaly DetectionActive Learning

A Survey of Heterogeneous Graph Neural Networks for Cybersecurity Anomaly Detection

2025-10-30 · Laura Jiang, Reza Ryan, Qian Li, Nasim Ferdosian arxiv

Anomaly detection is a critical task in cybersecurity, where identifying insider threats, access violations, and coordinated attacks is essential for ensuring system resilience. Graph-based approaches have become increas…

Anomaly Detection

Attention-GAN for Anomaly Detection: A Cutting-Edge Approach to Cybersecurity Threat Management

2024-02-25 · Mohammed Abo Sen

This paper proposes an innovative Attention-GAN framework for enhancing cybersecurity, focusing on anomaly detection. In response to the challenges posed by the constantly evolving nature of cyber threats, the proposed a…

Anomaly DetectionData AugmentationManagement

SCADE: Scalable Framework for Anomaly Detection in High-Performance System

2024-12-05 · Vaishali Vinay, Anjali Mangal

As command-line interfaces remain integral to high-performance computing environments, the risk of exploitation through stealthy and complex command-line abuse grows. Conventional security solutions struggle to detect th…

Anomaly DetectionUnsupervised Anomaly Detection

AnoGAN for Tabular Data: A Novel Approach to Anomaly Detection

2024-05-05 · Aditya Singh, Pavan Reddy

Anomaly detection, a critical facet in data analysis, involves identifying patterns that deviate from expected behavior. This research addresses the complexities inherent in anomaly detection, exploring challenges and ad…

Anomaly DetectionGenerative Adversarial Network