Evaluating the robustness of adversarial defenses in malware detection systems
Mostafa Jafari, Alireza Shameli-Sendi

TL;DR
This paper introduces new adversarial attack methods and evaluation frameworks to assess and expose vulnerabilities in ML-based Android malware detection systems, revealing significant brittleness in current defenses.
Contribution
It proposes the sigma-binary attack and Prioritized Binary Rounding techniques, providing a comprehensive evaluation framework for binary-constrained adversarial robustness.
Findings
Sigma-binary attack outperforms existing methods with over 94% success rate.
State-of-the-art defenses are highly vulnerable, with success rates exceeding 90%.
Adversarial training improves robustness but remains insufficient against unrestricted attacks.
Abstract
Machine learning is a key tool for Android malware detection, effectively identifying malicious patterns in apps. However, ML-based detectors are vulnerable to evasion attacks, where small, crafted changes bypass detection. Despite progress in adversarial defenses, the lack of comprehensive evaluation frameworks in binary-constrained domains limits understanding of their robustness. We introduce two key contributions. First, Prioritized Binary Rounding, a technique to convert continuous perturbations into binary feature spaces while preserving high attack success and low perturbation size. Second, the sigma-binary attack, a novel adversarial method for binary domains, designed to achieve attack goals with minimal feature changes. Experiments on the Malscan dataset show that sigma-binary outperforms existing attacks and exposes key vulnerabilities in state-of-the-art defenses. Defenses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Network Security and Intrusion Detection · Adversarial Robustness in Machine Learning
MethodsDeep Layer Aggregation
