CRCLLGApr 3, 2024

Obfuscated Malware Detection: Investigating Real-world Scenarios through Memory Analysis

arXiv:2404.02372v113 citationsh-index: 22023 IEEE International Conference on Telecommunications and Photonics (ICTP)
Originality Synthesis-oriented
AI Analysis

This work addresses cybersecurity threats from obfuscated malware for platforms like computers and IoT devices, but it is incremental as it applies existing ML methods to a new dataset without major methodological breakthroughs.

The paper tackles the problem of detecting obfuscated malware, which evades traditional security methods, by proposing a memory dump analysis system using machine learning algorithms on the CIC-MalMem-2022 dataset, achieving insights into algorithmic performance across malware categories.

In the era of the internet and smart devices, the detection of malware has become crucial for system security. Malware authors increasingly employ obfuscation techniques to evade advanced security solutions, making it challenging to detect and eliminate threats. Obfuscated malware, adept at hiding itself, poses a significant risk to various platforms, including computers, mobile devices, and IoT devices. Conventional methods like heuristic-based or signature-based systems struggle against this type of malware, as it leaves no discernible traces on the system. In this research, we propose a simple and cost-effective obfuscated malware detection system through memory dump analysis, utilizing diverse machine-learning algorithms. The study focuses on the CIC-MalMem-2022 dataset, designed to simulate real-world scenarios and assess memory-based obfuscated malware detection. We evaluate the effectiveness of machine learning algorithms, such as decision trees, ensemble methods, and neural networks, in detecting obfuscated malware within memory dumps. Our analysis spans multiple malware categories, providing insights into algorithmic strengths and limitations. By offering a comprehensive assessment of machine learning algorithms for obfuscated malware detection through memory analysis, this paper contributes to ongoing efforts to enhance cybersecurity and fortify digital ecosystems against evolving and sophisticated malware threats. The source code is made open-access for reproducibility and future research endeavours. It can be accessed at https://bit.ly/MalMemCode.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes