paper-with-me

Papers

Ransomware Detection Using Machine Learning in the Linux Kernel

2024-09-10 · Adrian Brodzik, Tomasz Malec-Kruszyński, Wojciech Niewolski, Mikołaj Tkaczyk, Krzysztof Bocianiak, Sok-Yen Loui

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.

📄 PDF Abstract BibTeX arXiv:2409.06452

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Building a Robust Risk-Based Access Control System to Combat Ransomware's Capability to Encrypt

2026-01-23 · Kenan Begovic, Abdulaziz Al-Ali, Qutaibah Malluhi arxiv

Ransomware core capability, unauthorized encryption, demands controls that identify and block malicious cryptographic activity without disrupting legitimate use. We present a probabilistic, risk-based access control arch…

Machine Learning (ML) library in Linux kernel

2026-03-02 · Viacheslav Dubeyko arxiv

Linux kernel is a huge code base with enormous number of subsystems and possible configuration options that results in unmanageable complexity of elaborating an efficient configuration. Machine Learning (ML) is approach/…

On the Generalizability of Machine Learning-based Ransomware Detection in Block Storage

2024-12-30 · Nicolas Reategui, Roman Pletka, Dionysios Diamantopoulos

Ransomware represents a pervasive threat, traditionally countered at the operating system, file-system, or network levels. However, these approaches often introduce significant overhead and remain susceptible to circumve…

Towards a Resilient Machine Learning Classifier -- a Case Study of Ransomware Detection

2020-03-13 · Chih-Yuan Yang, Ravi Sahita

The damage caused by crypto-ransomware, due to encryption, is difficult to revert and cause data losses. In this paper, a machine learning (ML) classifier was built to early detect ransomware (called crypto-ransomware) t…

BIG-bench Machine Learning

AI-based Malware and Ransomware Detection Models

2022-07-05 · Benjamin Marais, Tony Quertier, Stéphane Morucci

Cybercrime is one of the major digital threats of this century. In particular, ransomware attacks have significantly increased, resulting in global damage costs of tens of billion dollars. In this paper, we train and tes…

Malware ClassificationMalware Detection