Building a Robust Risk-Based Access Control System to Combat Ransomware's Capability to Encrypt
Kenan Begovic, Abdulaziz Al-Ali, Qutaibah Malluhi

TL;DR
This paper introduces a risk-based access control system combining machine learning and kernel tracing to detect and prevent ransomware encryption activities on Linux in real time, balancing detection accuracy with operational efficiency.
Contribution
It presents a novel, fine-grained, behavior-based approach using kernel function tracing and interpretable rules to enhance ransomware detection and prevention on Linux systems.
Findings
High detection accuracy with a two-layer system
Finer behavioral granularity than syscall telemetry
Operational footprint quantified and optimized
Abstract
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 architecture that couples machine learning inference with mandatory access control to regulate encryption on Linux in real time. The system builds a specialized dataset from the native ftrace framework using the function_graph tracer, yielding high-resolution kernel-function execution traces augmented with resource and I/O counters. These traces support both a supervised classifier and interpretable rules that drive an SELinux policy via lightweight booleans, enabling context-sensitive permit/deny decisions at the moment encryption begins. Compared to approaches centered on sandboxing, hypervisor introspection, or coarse system-call telemetry, the function-level tracing we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Advanced Malware Detection Techniques · Access Control and Trust
