paper-with-me

Papers

Query-Efficient Black-Box Attack Against Sequence-Based Malware Classifiers

2018-04-23 · Ishai Rosenberg, Asaf Shabtai, Yuval Elovici, Lior Rokach

In this paper, we present a generic, query-efficient black-box attack against API call-based machine learning malware classifiers. We generate adversarial examples by modifying the malware's API call sequences and non-sequential features (printable strings), and these adversarial examples will be misclassified by the target malware classifier without affecting the malware's functionality. In contrast to previous studies, our attack minimizes the number of malware classifier queries required. In addition, in our attack, the attacker must only know the class predicted by the malware classifier; attacker knowledge of the malware classifier's confidence score is optional. We evaluate the attack effectiveness when attacks are performed against a variety of malware classifier architectures, including recurrent neural network (RNN) variants, deep neural networks, support vector machines, and gradient boosted decision trees. Our attack success rate is around 98% when the classifier's confidence score is known and 64% when just the classifier's predicted class is known. We implement four state-of-the-art query-efficient attacks and show that our attack requires fewer queries and less knowledge about the attacked model's architecture than other existing query-efficient attacks, making it practical for attacking cloud-based malware classifiers at a minimal cost.

📄 PDF Abstract BibTeX arXiv:1804.08778

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generic Black-Box End-to-End Attack Against State of the Art API Call Based Malware Classifiers

2017-07-19 · Ishai Rosenberg, Asaf Shabtai, Lior Rokach, Yuval Elovici

In this paper, we present a black-box attack against API call based machine learning malware classifiers, focusing on generating adversarial sequences combining API calls and static features (e.g., printable strings) tha…

BIG-bench Machine Learning

Single-Shot Black-Box Adversarial Attacks Against Malware Detectors: A Causal Language Model Approach

2021-12-03 · James Lee Hu, MohammadReza Ebrahimi, Hsinchun Chen

Deep Learning (DL)-based malware detectors are increasingly adopted for early detection of malicious behavior in cybersecurity. However, their sensitivity to adversarial malware variants has raised immense security conce…

Language ModelingLanguage Modelling

EvadeDroid: A Practical Evasion Attack on Machine Learning for Black-box Android Malware Detection

2021-10-07 · Hamid Bostani, Veelasha Moonsamy

Over the last decade, researchers have extensively explored the vulnerabilities of Android malware detectors to adversarial examples through the development of evasion attacks; however, the practicality of these attacks …

Adversarial AttackAndroid Malware DetectionMalware DetectionMORPH

MalProtect: Stateful Defense Against Adversarial Query Attacks in ML-based Malware Detection

2023-02-21 · Aqib Rashid, Jose Such

ML models are known to be vulnerable to adversarial query attacks. In these attacks, queries are iteratively perturbed towards a particular class without any knowledge of the target model besides its output. The prevalen…

Malware DetectionOut-of-Distribution Detection

Binary Black-box Evasion Attacks Against Deep Learning-based Static Malware Detectors with Adversarial Byte-Level Language Model

2020-12-14 · MohammadReza Ebrahimi, Ning Zhang, James Hu, Muhammad Taqi Raza 외

Anti-malware engines are the first line of defense against malicious software. While widely used, feature engineering-based anti-malware engines are vulnerable to unseen (zero-day) attacks. Recently, deep learning-based …

Deep LearningFeature EngineeringLanguage ModelingLanguage Modelling+1