paper-with-me

홈 › Papers

Stealing and Evading Malware Classifiers and Antivirus at Low False Positive Conditions

2022-04-13 · Maria Rigaki, Sebastian Garcia

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 achieved good surrogates of the stand-alone classifiers with up to 99\% agreement with the target models, using less than 4% of the original training dataset. Good surrogates of AV systems were also trained with up to 99% agreement and less than 4,000 queries. The study uses the best surrogates to generate adversarial malware to evade the target models, both stand-alone and AVs (with and without an internet connection). Results show that surrogate models can generate adversarial malware that evades the targets but with a lower success rate than directly using the target models to generate adversarial malware. Using surrogates, however, is still a good option since using the AVs for malware generation is highly time-consuming and easily detected when the AVs are connected to the internet.

📄 PDF Abstract BibTeX arXiv:2204.06241

Code (1)

stratosphereips/model_extraction_malware 공식 구현 tf

Tasks

Active LearningMalware DetectionModel extraction

Similar Papers 제목 키워드 기반

Evading Malware Classifiers via Monte Carlo Mutant Feature Discovery

2021-06-15 · John Boutsikas, Maksim E. Eren, Charles Varga, Edward Raff 외

The use of Machine Learning has become a significant part of malware detection efforts due to the influx of new malware, an ever changing threat landscape, and the ability of Machine Learning methods to discover meaningf…

BIG-bench Machine LearningMalware AnalysisMalware Detection

Adapting Novelty towards Generating Antigens for Antivirus systems

2025-05-24 · Ritwik Murali, C Shunmuga Velayutham

It is well known that anti-malware scanners depend on malware signatures to identify malware. However, even minor modifications to malware code structure results in a change in the malware signature thus enabling the var…

Evolutionary AlgorithmsMalware AnalysisMalware Detection

EGAN: Evolutional GAN for Ransomware Evasion

2024-05-20 · Daniel Commey, Benjamin Appiah, Bill K. Frimpong, Isaac Osei 외

Adversarial Training is a proven defense strategy against adversarial malware. However, generating adversarial malware samples for this type of training presents a challenge because the resulting adversarial malware need…

Generative Adversarial Network

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…

A Malware Obfuscation AI Technique to Evade Antivirus Detection in Counter Forensic Domain

2020-09-24 · Enabling AI Applications in Data Science. Studies in Computational Intelligence, vol 911. Springer, Cham. 2020 9 · Ahmed A. Mawgoud, Hussein M. Rady, Benbella S. Tawfik

Data obfuscation is the process of converting a constant or a variable into computational results of several constants to make it hard for the files to be detected or analyzed by anti-malware engines. In recent years, ma…