|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 99 |
| Published: April 2026 |
| Authors: Mustafa Ajanovic |
10.5120/ijca502db8d4e336
|
Mustafa Ajanovic . Behavioral Anomaly Detection in Linux Systems Using eBPF and LSTM Neural Networks: A Comparative Study with Traditional Machine Learning. International Journal of Computer Applications. 187, 99 (April 2026), 1-6. DOI=10.5120/ijca502db8d4e336
@article{ 10.5120/ijca502db8d4e336,
author = { Mustafa Ajanovic },
title = { Behavioral Anomaly Detection in Linux Systems Using eBPF and LSTM Neural Networks: A Comparative Study with Traditional Machine Learning },
journal = { International Journal of Computer Applications },
year = { 2026 },
volume = { 187 },
number = { 99 },
pages = { 1-6 },
doi = { 10.5120/ijca502db8d4e336 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2026
%A Mustafa Ajanovic
%T Behavioral Anomaly Detection in Linux Systems Using eBPF and LSTM Neural Networks: A Comparative Study with Traditional Machine Learning%T
%J International Journal of Computer Applications
%V 187
%N 99
%P 1-6
%R 10.5120/ijca502db8d4e336
%I Foundation of Computer Science (FCS), NY, USA
Host-based intrusion detection systems (HIDS) represent a critical layer of defense against cyberattacks that bypass perimeter controls or originate from within a host environment. Despite significant progress, existing solutions continue to suffer from high false-positive rates, susceptibility to adversarial evasion, and an inherent inability to detect zero-day threats. This research investigates artificial intelligence and machine learning techniques to advance host-based intrusion detection through two complementary experiments. First, a Random Forest classifier is trained and evaluated on the ADFA-WD benchmark dataset using a TF-IDF and n-gram preprocessing pipeline, establishing a reproducible performance baseline (ROC-AUC: 0.74, F1-Score: 0.12). Second, a novel eBPF-based collection framework is designed for Linux systems, pairing kernel-level system call telemetry with an LSTM Autoencoder trained exclusively on normal behavioral sequences. Evaluated on a controlled synthetic dataset of 8,417 behavioral sessions simulating realistic Linux web server attack scenarios, the LSTM Autoencoder achieves an F1-Score of 0.66 and ROC-AUC of 0.81, demonstrating the architectural superiority of sequential, context-aware modeling over traditional ensemble approaches.