paper-with-me

Papers

Decoding the Secrets of Machine Learning in Malware Classification: A Deep Dive into Datasets, Feature Extraction, and Model Performance

2023-07-27 · Savino Dambra, Yufei Han, Simone Aonzo, Platon Kotzias, Antonino Vitale, Juan Caballero, Davide Balzarotti, Leyla Bilge

Many studies have proposed machine-learning (ML) models for malware detection and classification, reporting an almost-perfect performance. However, they assemble ground-truth in different ways, use diverse static- and dynamic-analysis techniques for feature extraction, and even differ on what they consider a malware family. As a consequence, our community still lacks an understanding of malware classification results: whether they are tied to the nature and distribution of the collected dataset, to what extent the number of families and samples in the training dataset influence performance, and how well static and dynamic features complement each other. This work sheds light on those open questions. by investigating the key factors influencing ML-based malware detection and classification. For this, we collect the largest balanced malware dataset so far with 67K samples from 670 families (100 samples each), and train state-of-the-art models for malware detection and family classification using our dataset. Our results reveal that static features perform better than dynamic features, and that combining both only provides marginal improvement over static features. We discover no correlation between packing and classification accuracy, and that missing behaviors in dynamically-extracted features highly penalize their performance. We also demonstrate how a larger number of families to classify make the classification harder, while a higher number of samples per family increases accuracy. Finally, we find that models trained on a uniform distribution of samples per family better generalize on unseen data.

📄 PDF Abstract BibTeX arXiv:2307.14657

Code (1)

eurecom-s3/decodingmlsecretsofwindowsmalwareclassification 공식 구현

Tasks

ClassificationMalware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

Generating Synthetic Malware Samples Using Generative AI

2026-04-23 · Tiffany Bao, Kylie Trousil, Quang Duy Tran, Fabio Di Troia 외 arxiv

Malware attacks have a significant negative impact on organizations of varied scales in the field of cybersecurity. Recently, malware researchers have increasingly turned to machine learning techniques to combat sophisti…

Malware Classification

Android Malware Detection Using Parallel Machine Learning Classifiers

2016-07-27 · Suleiman Y. Yerima, Sakir Sezer, Igor Muttik

Mobile malware has continued to grow at an alarming rate despite on-going efforts towards mitigating the problem. This has been particularly noticeable on Android due to its being an open platform that has subsequently o…

Android Malware DetectionBIG-bench Machine LearningGeneral ClassificationMalware Detection

Decoding Android Malware with a Fraction of Features: An Attention-Enhanced MLP-SVM Approach

2024-09-28 · Safayat Bin Hakim, Muhammad Adil, Kamal Acharya, Houbing Herbert Song

The escalating sophistication of Android malware poses significant challenges to traditional detection methods, necessitating innovative approaches that can efficiently identify and classify threats with high precision. …

Android Malware DetectionMalware Detection

Assessing the Impact of Packing on Machine Learning-Based Malware Detection and Classification Systems

2024-10-31 · Daniel Gibert, Nikolaos Totosis, Constantinos Patsakis, Giulio Zizzo 외

The proliferation of malware, particularly through the use of packing, presents a significant challenge to static analysis and signature-based malware detection techniques. The application of packing to the original exec…

Malware Detection

MalwareDNA: Simultaneous Classification of Malware, Malware Families, and Novel Malware

2023-09-04 · Maksim E. Eren, Manish Bhattarai, Kim Rasmussen, Boian S. Alexandrov 외

Malware is one of the most dangerous and costly cyber threats to national security and a crucial factor in modern cyber-space. However, the adoption of machine learning (ML) based solutions against malware threats has be…

Classification