English

Ransomware Detection Using Machine Learning in the Linux Kernel

Cryptography and Security 2024-09-11 v1 Machine Learning

Abstract

Linux-based cloud environments have become lucrative targets for ransomware attacks, employing various encryption schemes at unprecedented speeds. Addressing the urgency for real-time ransomware protection, we propose leveraging the extended Berkeley Packet Filter (eBPF) to collect system call information regarding active processes and infer about the data directly at the kernel level. In this study, we implement two Machine Learning (ML) models in eBPF - a decision tree and a multilayer perceptron. Benchmarking latency and accuracy against their user space counterparts, our findings underscore the efficacy of this approach.

Keywords

Cite

@article{arxiv.2409.06452,
  title  = {Ransomware Detection Using Machine Learning in the Linux Kernel},
  author = {Adrian Brodzik and Tomasz Malec-Kruszyński and Wojciech Niewolski and Mikołaj Tkaczyk and Krzysztof Bocianiak and Sok-Yen Loui},
  journal= {arXiv preprint arXiv:2409.06452},
  year   = {2024}
}