paper-with-me

Papers

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 and detection of malicious content, including malware. To improve the efficacy and address privacy concerns in malware classification systems, feature selection can play a critical role as it is capable of identifying the most relevant features, thus, minimizing the amount of data fed to classifiers. In this study, we employ three feature selection approaches to identify significant features from memory content and use them with a diverse set of classifiers to enhance the performance and privacy of the classification task. Comprehensive experiments are conducted across three levels of malware classification tasks: i) binary-level benign or malware classification, ii) malware type classification (including Trojan horse, ransomware, and spyware), and iii) malware family classification within each family (with varying numbers of classes). Results demonstrate that the feature selection strategy, incorporating mutual information and other methods, enhances classifier performance for all tasks. Notably, selecting only 25\% and 50\% of input features using Mutual Information and then employing the Random Forest classifier yields the best results. Our findings reinforce the importance of feature selection for malware classification and provide valuable insights for identifying appropriate approaches. By advancing the effectiveness and privacy of malware classification systems, this research contributes to safeguarding against security threats posed by malicious software.

📄 PDF Abstract BibTeX arXiv:2310.00516

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selectionMalware Classification

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Obfuscated Memory Malware Detection

2024-08-23 · Sharmila S P, Aruna Tiwari, Narendra S Chaudhari

Providing security for information is highly critical in the current era with devices enabled with smart technology, where assuming a day without the internet is highly impossible. Fast internet at a cheaper price, not o…

Binary ClassificationFeature EngineeringMalware DetectionMulti-class Classification

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

Multi-class ClassificationBinary ClassificationMalware Detection

Malware Classification Using Long Short-Term Memory Models

2021-03-03 · Dennis Dang, Fabio Di Troia, Mark Stamp

Signature and anomaly based techniques are the quintessential approaches to malware detection. However, these techniques have become increasingly ineffective as malware has become more sophisticated and complex. Research…

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

A Novel Approach to Malicious Code Detection Using CNN-BiLSTM and Feature Fusion

2024-10-12 · Lixia Zhang, Tianxu Liu, Kaihui Shen, Cheng Chen

With the rapid advancement of Internet technology, the threat of malware to computer systems and network security has intensified. Malware affects individual privacy and security and poses risks to critical infrastructur…

Malware Detection

Defending against Adversarial Malware Attacks on ML-based Android Malware Detection Systems

2025-01-23 · Ping He, Lorenzo Cavallaro, Shouling Ji

Android malware presents a persistent threat to users' privacy and data integrity. To combat this, researchers have proposed machine learning-based (ML-based) Android malware detection (AMD) systems. However, adversarial…

Adversarial RobustnessAndroid Malware DetectionMalware Detection