paper-with-me

Papers

On the Robustness of Malware Detectors to Adversarial Samples

2024-08-05 · Muhammad Salman, Benjamin Zi Hao Zhao, Hassan Jameel Asghar, Muhammad Ikram, Sidharth Kaushik, Mohamed Ali Kaafar

Adversarial examples add imperceptible alterations to inputs with the objective to induce misclassification in machine learning models. They have been demonstrated to pose significant challenges in domains like image classification, with results showing that an adversarially perturbed image to evade detection against one classifier is most likely transferable to other classifiers. Adversarial examples have also been studied in malware analysis. Unlike images, program binaries cannot be arbitrarily perturbed without rendering them non-functional. Due to the difficulty of crafting adversarial program binaries, there is no consensus on the transferability of adversarially perturbed programs to different detectors. In this work, we explore the robustness of malware detectors against adversarially perturbed malware. We investigate the transferability of adversarial attacks developed against one detector, against other machine learning-based malware detectors, and code similarity techniques, specifically, locality sensitive hashing-based detectors. Our analysis reveals that adversarial program binaries crafted for one detector are generally less effective against others. We also evaluate an ensemble of detectors and show that they can potentially mitigate the impact of adversarial program binaries. Finally, we demonstrate that substantial program changes made to evade detection may result in the transformation technique being identified, implying that the adversary must make minimal changes to the program binary.

📄 PDF Abstract BibTeX arXiv:2408.02310

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMalware Analysis

Similar Papers 제목 키워드 기반

Multi-view Representation Learning from Malware to Defend Against Adversarial Variants

2022-10-25 · James Lee Hu, MohammadReza Ebrahimi, Weifeng Li, Xin Li 외

Deep learning-based adversarial malware detectors have yielded promising results in detecting never-before-seen malware executables without relying on expensive dynamic behavior analysis and sandbox. Despite their abilit…

Adversarial RobustnessMULTI-VIEW LEARNINGRepresentation Learning

Mate! Are You Really Aware? An Explainability-Guided Testing Framework for Robustness of Malware Detectors

2021-11-19 · Ruoxi Sun, Minhui Xue, Gareth Tyson, Tian Dong 외

Numerous open-source and commercial malware detectors are available. However, their efficacy is threatened by new adversarial attacks, whereby malware attempts to evade detection, e.g., by performing feature-space manipu…

REPLICANT: Learning Policies for Evading and Hardening Malware Detectors

2026-08-28 · Shae McFadden, Ilias Tsingenopoulos, Mario D'Onghia, Alexander Herzog 외 arxiv

To determine the real-world effectiveness of machine learning based malware detection, it is vital to evaluate its robustness against highly capable adversaries. However, state-of-the-art attacks do not effectively model…

Reinforcement LearningMalware Detection

Adversarial Deep Ensemble: Evasion Attacks and Defenses for Malware Detection

2020-06-30 · Deqiang Li, Qianmu Li

Malware remains a big threat to cyber security, calling for machine learning based malware detection. While promising, such detectors are known to be vulnerable to evasion attacks. Ensemble learning typically facilitates…

Ensemble LearningMalware Detection

SLIFER: Investigating Performance and Robustness of Malware Detection Pipelines

2024-05-23 · Andrea Ponte, Dmitrijs Trizna, Luca Demetrio, Battista Biggio 외

As a result of decades of research, Windows malware detection is approached through a plethora of techniques. However, there is an ongoing mismatch between academia -- which pursues an optimal performances in terms of de…

Malware Detection