paper-with-me

홈 › Papers

Improving Robustness of Malware Classifiers using Adversarial Strings Generated from Perturbed Latent Representations

2021-10-22 · Marek Galovic, Branislav Bosansky, Viliam Lisy

In malware behavioral analysis, the list of accessed and created files very often indicates whether the examined file is malicious or benign. However, malware authors are trying to avoid detection by generating random filenames and/or modifying used filenames with new versions of the malware. These changes represent real-world adversarial examples. The goal of this work is to generate realistic adversarial examples and improve the classifier's robustness against these attacks. Our approach learns latent representations of input strings in an unsupervised fashion and uses gradient-based adversarial attack methods in the latent domain to generate adversarial examples in the input domain. We use these examples to improve the classifier's robustness by training on the generated adversarial set of strings. Compared to classifiers trained only on perturbed latent vectors, our approach produces classifiers that are significantly more robust without a large trade-off in standard accuracy.

📄 PDF Abstract BibTeX arXiv:2110.11987

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

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

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-se…

Improving Adversarial Robustness in Android Malware Detection by Reducing the Impact of Spurious Correlations

2024-08-27 · Hamid Bostani, Zhengyu Zhao, Veelasha Moonsamy

Machine learning (ML) has demonstrated significant advancements in Android malware detection (AMD); however, the resilience of ML against realistic evasion attacks remains a major obstacle for AMD. One of the primary fac…

Adversarial RobustnessAndroid Malware DetectionDomain AdaptationMalware Detection

IoT-based Android Malware Detection Using Graph Neural Network With Adversarial Defense

2025-12-23 · Rahul Yumlembam, Biju Issac, Seibu Mary Jacob, Longzhi Yang arxiv

Since the Internet of Things (IoT) is widely adopted using Android applications, detecting malicious Android apps is essential. In recent years, Android graph-based deep learning research has proposed many approaches to …

Graph Neural NetworkAdversarial DefenseMalware Detection

Adversarial Robustness of Deep Learning-Based Malware Detectors via (De)Randomized Smoothing

2024-04-22 · IEEE Access 2024 4 · Daniel Gibert, Giulio Zizzo, Quan Le, Jordi Planes

Deep learning-based malware detectors have been shown to be susceptible to adversarial malware examples, i.e. malware examples that have been deliberately manipulated in order to avoid detection. In light of the vulnerab…

Adversarial Robustness