Stealing and Evading Malware Classifiers and Antivirus at Low False Positive Conditions
Maria Rigaki, Sebastian Garcia

TL;DR
This paper investigates model stealing attacks on malware classifiers and antivirus systems, proposing new neural network architectures and attack methods that achieve high surrogate accuracy with minimal data, enabling effective adversarial malware generation.
Contribution
It introduces a novel neural network architecture (dualFFNN) and a combined transfer and active learning attack (FFNN-TL) for efficient surrogate creation in malware detection systems.
Findings
Achieved up to 99% surrogate agreement with less than 4% of training data.
Successfully trained surrogates for antivirus systems with up to 99% agreement using fewer than 4,000 queries.
Generated adversarial malware that evades target models, with lower success than direct attacks but with less time and detection risk.
Abstract
Model stealing attacks have been successfully used in many machine learning domains, but there is little understanding of how these attacks work against models that perform malware detection. Malware detection and, in general, security domains have unique conditions. In particular, there are very strong requirements for low false positive rates (FPR). Antivirus products (AVs) that use machine learning are very complex systems to steal, malware binaries continually change, and the whole environment is adversarial by nature. This study evaluates active learning model stealing attacks against publicly available stand-alone machine learning malware classifiers and also against antivirus products. The study proposes a new neural network architecture for surrogate models (dualFFNN) and a new model stealing attack that combines transfer and active learning for surrogate creation (FFNN-TL). We…
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 · Anomaly Detection Techniques and Applications
