arXiv:2604.08739cs.CRcs.LG2026-04

RansomTrack融合动静态分析,9秒内精准识别勒索软件。

RansomTrack: A Hybrid Behavioral Analysis Framework for Ransomware Detection

论文配图:RansomTrack: A Hybrid Behavioral Analysis Framework for Ransomware Detection
图 1 · 摘自论文原文
  • 结合Radare2静态分析与Frida动态行为监控,多维度捕获恶意特征。
  • 在165个家族样本上实现96%准确率和0.99的ROC-AUC。
  • 支持实时检测、可解释性分析,适合安全防护系统部署。

勒索软件对关键系统构成严重且快速的威胁,常在执行后数秒内完成文件加密。研究显示其是造成财务损失最严重的网络犯罪,亟需在加密前实现早期检测。本文提出RansomTrack,一种混合行为分析框架,克服单独使用静态或动态检测方法的局限。通过Radare2提取静态特征,利用Frida工具获取内存保护变更、互斥体创建、注册表访问及网络活动等动态行为。我们公开了一个包含165种勒索软件与良性软件家族的数据集,其家族-样本比为文献中最高。实验表明,集成学习模型如XGBoost和软投票分类器可达96%准确率,ROC-AUC达0.99。每样本分析耗时9.1秒,涵盖模块化行为日志、运行时插桩及基于SHAP的可解释性分析,以突出关键特征。RansomTrack可在9.2秒内完成勒索软件检测,提供可扩展、低延迟、可解释的实时检测方案。

原文摘要 · Abstract (English)

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.

勒索软件行为分析实时检测可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。