paper-with-me

Papers

RansomTrack: A Hybrid Behavioral Analysis Framework for Ransomware Detection

2026-04-09 · Busra Caliskan, Ibrahim Gulatas, H. Hakan Kilinc, A. Halim Zaim arxiv

Ransomware poses a serious and fast-acting threat to critical systems, often encrypting files within seconds of execution. Research indicates that ransomware is the most reported cybercrime in terms of financial damage, highlighting the urgent need for early-stage detection before encryption is complete. In this paper, we present RansomTrack, a hybrid behavioral analysis framework to eliminate the limitations of using static and dynamic detection methods separately. Static features are extracted using the Radare2 sandbox, while dynamic behaviors such as memory protection changes, mutex creation, registry access and network activity are obtained using the Frida toolkit. Our dataset of 165 different ransomware and benign software families is publicly released, offering the highest family-to-sample ratio known in the literature. Experimental evaluation using machine learning models shows that ensemble classifiers such as XGBoost and Soft Voting achieve up to 96% accuracy and a ROC-AUC score of 0.99. Each sample analyzed in 9.1 seconds includes modular behavioral logging, runtime instrumentation, and SHAP-based interpretability to highlight the most influential features. Additionally, RansomTrack framework is able to detect ransomware under 9.2 seconds. Overall, RansomTrack offers a scalable, low-latency, and explainable solution for real-time ransomware detection.

📄 PDF Abstract BibTeX arXiv:2604.08739

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Minerva: A File-Based Ransomware Detector

2023-01-26 · Dorjan Hitaj, Giulio Pagnotta, Fabio De Gaspari, Lorenzo De Carli 외

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 mitigati…

feature selection

Multimodal Multi-Agent Ransomware Analysis Using AutoGen

2026-01-28 · Asifullah Khan, Aimen Wadood, Mubashar Iqbal, Umme Zahoora arxiv

Ransomware has become one of the most serious cybersecurity threats causing major financial losses and operational disruptions worldwide.Traditional detection methods such as static analysis, heuristic scanning and behav…

The Naked Sun: Malicious Cooperation Between Benign-Looking Processes

2019-11-06 · Fabio De Gaspari, Dorjan Hitaj, Giulio Pagnotta, Lorenzo De Carli 외

Recent progress in machine learning has generated promising results in behavioral malware detection. Behavioral modeling identifies malicious processes via features derived by their runtime behavior. Behavioral features …

Behavioral Malware DetectionMalware Detection

Algorithmic Segmentation and Behavioral Profiling for Ransomware Detection Using Temporal-Correlation Graphs

2025-01-29 · Ignatius Rollere, Caspian Hartsfield, Seraphina Courtenay, Lucian Fenwick 외

The rapid evolution of cyber threats has outpaced traditional detection methodologies, necessitating innovative approaches capable of addressing the adaptive and complex behaviors of modern adversaries. A novel framework…

A Hybrid Framework For Crypto-Ransomware Detection In Enterprise Shared Storage

2026-06-29 · Gervais Hatungimana, Abdun Naser Mahmood, Mohammad Jabed Morshed Chowdhury arxiv

Most corporate workplace environments enforce policies and technical controls that limit the storage of sensitive data on client endpoints. Consequently, ransomware operators have evolved variants that expand their attac…