Towards a Practical Defense against Adversarial Attacks on Deep Learning-based Malware Detectors via Randomized Smoothing
Daniel Gibert, Giulio Zizzo, Quan Le

TL;DR
This paper introduces a practical defense for deep learning malware detectors using randomized ablation smoothing, which improves robustness against adversarial malware examples by ablating parts of executable files during training and testing.
Contribution
The paper proposes a novel ablation-based randomized smoothing method for malware detection that enhances robustness against adversarial attacks, differing from traditional noise-based approaches.
Findings
Enhanced robustness against evasion attacks
Improved generalization to adversarial malware
Outperforms non-smoothed classifiers in experiments
Abstract
Malware detectors based on deep learning (DL) have been shown to be susceptible to malware examples that have been deliberately manipulated in order to evade detection, a.k.a. adversarial malware examples. More specifically, it has been show that deep learning detectors are vulnerable to small changes on the input file. Given this vulnerability of deep learning detectors, we propose a practical defense against adversarial malware examples inspired by randomized smoothing. In our work, instead of employing Gaussian or Laplace noise when randomizing inputs, we propose a randomized ablation-based smoothing scheme that ablates a percentage of the bytes within an executable. During training, our randomized ablation-based smoothing scheme trains a base classifier based on ablated versions of the executable files. At test time, the final classification for a given input executable is taken as…
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
TopicsAdversarial Robustness in Machine Learning · Advanced Malware Detection Techniques · Network Security and Intrusion Detection
MethodsBalanced Selection
