paper-with-me

Papers

DAEMON: Dataset-Agnostic Explainable Malware Classification Using Multi-Stage Feature Mining

2020-08-04 · Ron Korine, Danny Hendler

Numerous metamorphic and polymorphic malicious variants are generated automatically on a daily basis by mutation engines that transform the code of a malicious program while retaining its functionality, in order to evade signature-based detection. These automatic processes have greatly increased the number of malware variants, deeming their fully-manual analysis impossible. Malware classification is the task of determining to which family a new malicious variant belongs. Variants of the same malware family show similar behavioral patterns. Thus, classifying newly discovered malicious programs and applications helps assess the risks they pose. Moreover, malware classification facilitates determining which of the newly discovered variants should undergo manual analysis by a security expert, in order to determine whether they belong to a new family (e.g., one whose members exploit a zero-day vulnerability) or are simply the result of a concept drift within a known malicious family. This motivated intense research in recent years on devising high-accuracy automatic tools for malware classification. In this work, we present DAEMON - a novel dataset-agnostic malware classifier. A key property of DAEMON is that the type of features it uses and the manner in which they are mined facilitate understanding the distinctive behavior of malware families, making its classification decisions explainable. We've optimized DAEMON using a large-scale dataset of x86 binaries, belonging to a mix of several malware families targeting computers running Windows. We then re-trained it and applied it, without any algorithmic change, feature re-engineering or parameter tuning, to two other large-scale datasets of malicious Android applications consisting of numerous malware families. DAEMON obtained highly accurate classification results on all datasets, establishing that it is also platform-agnostic.

📄 PDF Abstract BibTeX arXiv:2008.01855

Code (1)

RonsGit/DAEMON-Extraction-Process 공식 구현

Tasks

ClassificationGeneral ClassificationMalware Classification

Similar Papers 제목 키워드 기반

Explanation-Guided Backdoor Poisoning Attacks Against Malware Classifiers

2020-03-02 · Giorgio Severi, Jim Meyer, Scott Coull, Alina Oprea

Training pipelines for machine learning (ML) based malware classification often rely on crowdsourced threat feeds, exposing a natural attack injection point. In this paper, we study the susceptibility of feature-based ML…

BIG-bench Machine LearningGeneral ClassificationMalware Classification

XAI and Android Malware Models

2024-11-25 · Maithili Kulkarni, Mark Stamp

Android malware detection based on machine learning (ML) and deep learning (DL) models is widely used for mobile device security. Such models offer benefits in terms of detection accuracy and efficiency, but it is often …

Android Malware DetectionExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Malware Classification+1

Explainable Artificial Intelligence (XAI) for Malware Analysis: A Survey of Techniques, Applications, and Open Challenges

2024-09-09 · Harikha Manthena, Shaghayegh Shajarian, Jeffrey Kimmell, Mahmoud Abdelsalam 외

Machine learning (ML) has rapidly advanced in recent years, revolutionizing fields such as finance, medicine, and cybersecurity. In malware detection, ML-based approaches have demonstrated high accuracy; however, their l…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)Malware AnalysisMalware Classification+2

DeepSign: Deep Learning for Automatic Malware Signature Generation and Classification

2017-11-21 · Eli David, Nathan S. Netanyahu

This paper presents a novel deep learning based method for automatic malware signature generation and classification. The method uses a deep belief network (DBN), implemented with a deep stack of denoising autoencoders, …

ClassificationDeep LearningDenoisingGeneral Classification+1

A Survey of Malware Detection Using Deep Learning

2024-07-27 · Ahmed Bensaoud, Jugal Kalita, Mahmoud Bensaoud

The problem of malicious software (malware) detection and classification is a complex task, and there is no perfect approach. There is still a lot of work to be done. Unlike most other research areas, standard benchmarks…

Deep Learningimage-classificationImage ClassificationInterpretable Machine Learning+3