paper-with-me

홈 › Papers

Using a Neural Network to Detect Anomalies given an N-gram Profile

2021-04-12 · Byunggu Yu, Junwhan Kim

In order to detect unknown intrusions and runtime errors of computer programs, the cyber-security community has developed various detection techniques. Anomaly detection is an approach that is designed to profile the normal runtime behavior of computer programs in order to detect intrusions and errors as anomalous deviations from the observed normal. However, normal but unobserved behavior can trigger false positives. This limitation has significantly decreased the practical viability of anomaly detection techniques. Reported approaches to this limitation span a simple alert threshold definition to distribution models for approximating all normal behavior based on the limited observation. However, each assumption or approximation poses the potential for even greater false positive rates. This paper presents our study on how to explain the presence of anomalies using a neural network, particularly Long Short-Term Memory, independent of actual data distributions. We present and compare three anomaly detection models, and report on our experience running different types of attacks on an Apache Hypertext Transfer Protocol server. We performed a comparative study, focusing on each model's ability to detect the onset of each attack while avoiding false positives resulting from unknown normal behavior. Our best-performing model detected the true onset of every attack with zero false positives.

📄 PDF Abstract BibTeX arXiv:2104.05571

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

G-CMP: Graph-enhanced Contextual Matrix Profile for unsupervised anomaly detection in sensor-based remote health monitoring

2022-11-29 · Nivedita Bijlani, Oscar Mendez Maldonado, Samaneh Kouchaki

Sensor-based remote health monitoring is used in industrial, urban and healthcare settings to monitor ongoing operation of equipment and human health. An important aim is to intervene early if anomalous events or adverse…

Anomaly Detectiongraph constructionTime Series AnalysisUnsupervised Anomaly Detection

Autoencoder-Based Detection of Anomalous Stokes V Spectra in the Flare-Producing Active Region 13663 Using Hinode/SP Observations

2025-04-08 · Jargalmaa Batmunkh, Yusuke Iida, Takayoshi Oba

Detecting unusual signals in observational solar spectra is crucial for understanding the features associated with impactful solar events, such as solar flares. However, existing spectral analysis techniques face challen…

Anomaly Detection

Isolation forest

2008-12-15 · Fei Tony Liu, Kai Ming Ting, Zhi-Hua Zhou

Most existing model-based approaches to anomaly detection construct a profile of normal instances, then identify instances that do not conform to the normal profile as anomalies. This paper proposes a fundamentally diffe…

Anomaly DetectionUnsupervised Anomaly Detection with Specified Settings -- 0.1% anomalyUnsupervised Anomaly Detection with Specified Settings -- 10% anomalyUnsupervised Anomaly Detection with Specified Settings -- 1% anomaly+2

A Robust and Explainable Data-Driven Anomaly Detection Approach For Power Electronics

2022-09-23 · Alexander Beattie, Pavol Mulinka, Subham Sahoo, Ioannis T. Christou 외

Timely and accurate detection of anomalies in power electronics is becoming increasingly critical for maintaining complex production systems. Robust and explainable strategies help decrease system downtime and preempt or…

Anomaly DetectionTime SeriesTime Series Analysis

Using Large-Scale Anomaly Detection on Code to Improve Kotlin Compiler

2020-04-03 · Timofey Bryksin, Victor Petukhov, Ilya Alexin, Stanislav Prikhodko 외

In this work, we apply anomaly detection to source code and bytecode to facilitate the development of a programming language and its compiler. We define anomaly as a code fragment that is different from typical code writ…

Anomaly Detection