Ransomware Detection

Ransomware detection research focuses on developing robust and timely methods to identify and classify ransomware attacks, mitigating their devastating impact on individuals and organizations. Current approaches heavily leverage machine learning, employing diverse architectures such as convolutional neural networks (CNNs), decision trees, multilayer perceptrons, stacked autoencoders, and long short-term memory (LSTM) networks, often combined with feature selection techniques to improve accuracy and efficiency. These models analyze various data sources, including system calls, storage I/O traces, process memory access privileges, and resource utilization patterns, to detect malicious behavior and classify ransomware families. The ultimate goal is to create effective, real-time detection systems that are resilient to evasion techniques and minimize damage from ransomware attacks.

Papers