paper-with-me

Papers

Malware Detection Through Memory Analysis

2026-02-02 · Sarah Nassar arxiv

This paper summarizes the research conducted for a malware detection project using the Canadian Institute for Cybersecurity's MalMemAnalysis-2022 dataset. The purpose of the project was to explore the effectiveness and efficiency of machine learning techniques for the task of binary classification (i.e., benign or malicious) as well as multi-class classification to further include three malware sub-types (i.e., benign, ransomware, spyware, or Trojan horse). The XGBoost model type was the final model selected for both tasks due to the trade-off between strong detection capability and fast inference speed. The binary classifier achieved a testing subset accuracy and F1 score of 99.98\%, while the multi-class version reached an accuracy of 87.54\% and an F1 score of 81.26\%, with an average F1 score over the malware sub-types of 75.03\%. In addition to the high modelling performance, XGBoost is also efficient in terms of classification speed. It takes about 37.3 milliseconds to classify 50 samples in sequential order in the binary setting and about 43.2 milliseconds in the multi-class setting. The results from this research project help advance the efforts made towards developing accurate and real-time obfuscated malware detectors for the goal of improving online privacy and safety. *This project was completed as part of ELEC 877 (AI for Cybersecurity) in the Winter 2024 term.

📄 PDF Abstract BibTeX arXiv:2602.02184

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-class ClassificationBinary ClassificationMalware Detection

Similar Papers 제목 키워드 기반

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

2024-04-03 · S M Rakib Hasan, Aakar Dhakal

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

Malware Detection

Enhancing Efficiency and Privacy in Memory-Based Malware Classification through Feature Selection

2023-09-30 · Salim Sazzed, Sharif Ullah

Malware poses a significant security risk to individuals, organizations, and critical infrastructure by compromising systems and data. Leveraging memory dumps that offer snapshots of computer memory can aid the analysis …

Classificationfeature selectionMalware Classification

AI-Powered Algorithms for the Prevention and Detection of Computer Malware Infections

2026-01-09 · Rakesh Keshava, Sathish Kuppan Pandurangan, M. Sakthivanitha, Sankaranainar Parmsivan 외 arxiv

The rise in frequency and complexity of malware attacks are viewed as a major threat to modern digital infrastructure, which means that traditional signature-based detection methods are becoming less effective. As cyber …

Malware Detection

Dynamic Malware Analysis with Feature Engineering and Feature Learning

2019-07-17 · Zhaoqi Zhang, Panpan Qi, Wei Wang

Dynamic malware analysis executes the program in an isolated environment and monitors its run-time behaviour (e.g. system API calls) for malware detection. This technique has been proven to be effective against various c…

Feature EngineeringMalware AnalysisMalware Detection

CAFE-GB: Scalable and Stable Feature Selection for Malware Detection via Chunk-wise Aggregated Gradient Boosting

2026-01-22 · Ajvad Haneef K, Karan Kuwar Singh, Madhu Kumar S D arxiv

High-dimensional malware datasets often exhibit feature redundancy, instability, and scalability limitations, which hinder the effectiveness and interpretability of machine learning-based malware detection systems. Altho…

Feature ImportanceMalware Detection