Minerva: A File-Based Ransomware Detector

πŸ“… 2023-01-26
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 8
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
To address the growing prevalence of ransomware evasion attacks and the difficulty of detecting novel variants, this paper proposes Minervaβ€”the first file-behavior-level ransomware detection system explicitly designed for evasion resistance. Methodologically, Minerva introduces (1) a novel adversarially robust file I/O sequence modeling framework, engineered from the ground up to withstand evasion attacks; (2) a lightweight temporal feature extraction module integrated with perturbation-resilient feature selection, enabling zero-shot generalization to unseen ransomware families; and (3) a low-latency streaming detection engine. Evaluated across diverse, realistic test sets, Minerva achieves >99% detection accuracy, identifies 99% of ransomware samples within ≀0.52 seconds, and triggers near-zero-overhead data loss prevention responses upon detection.
πŸ“ Abstract
Ransomware attacks have caused billions of dollars in damages in recent years, and are expected to cause billions more in the future. Consequently, significant effort has been devoted to ransomware detection and mitigation. Behavioral-based ransomware detection approaches have garnered considerable attention recently. These behavioral detectors typically rely on process-based behavioral profiles to identify malicious behaviors. However, with an increasing body of literature highlighting the vulnerability of such approaches to evasion attacks, a comprehensive solution to the ransomware problem remains elusive. This paper presents Minerva, a novel, robust approach to ransomware detection. Minerva is engineered to be robust by design against evasion attacks, with architectural and feature selection choices informed by their resilience to adversarial manipulation. We conduct a comprehensive analysis of Minerva across a diverse spectrum of ransomware types, encompassing unseen ransomware as well as variants designed specifically to evade Minerva. Our evaluation showcases the ability of Minerva to accurately identify ransomware, generalize to unseen threats, and withstand evasion attacks. Furthermore, over 99% of detected ransomware are identified within 0.52sec of activity, enabling the adoption of data loss prevention techniques with near-zero overhead.
Problem

Research questions and friction points this paper is trying to address.

Detecting ransomware attacks robustly against evasion
Identifying diverse ransomware types accurately and quickly
Preventing data loss with minimal detection overhead
Innovation

Methods, ideas, or system contributions that make the work stand out.

File-based ransomware detection approach
Robust design against evasion attacks
Fast detection within 0.52 seconds
πŸ”Ž Similar Papers
No similar papers found.