paper-with-me

홈 › Papers

Adversarial Malware Generation in Linux ELF Binaries via Semantic-Preserving Transformations

2026-04-24 · Lukáš Hrdonka, Martin Jureček arxiv

Malware development and detection have undergone significant changes in recent years as modern concepts, such as machine learning, have been used for both adversarial attacks and defense. Despite intensive research on Windows Portable Executable (PE) files, there is minimal work on Linux Executable and Linkable Format (ELF). In this work, we summarize the academic papers submitted in this field and develop a new adversarial malware generator for the ELF format. Using a variety of metrics, we thoroughly evaluated our generator and achieved an Evasion Rate of 67.74 % while changing the confidence of the malware detector by -0.50 in the mean case for the dataset used. In our approach, we chose MalConv as the target classifier. Using this classifier, we found that the most successful modifications used strings typical of benign files as a data source. We conducted a variety of experiments and concluded that the target classifier appears sensitive to strings at any location within the executable file.

📄 PDF Abstract BibTeX arXiv:2604.22639

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comparison of State-of-the-Art Techniques for Generating Adversarial Malware Binaries

2021-11-22 · Prithviraj Dasgupta, Zachariah Osman

We consider the problem of generating adversarial malware by a cyber-attacker where the attacker's task is to strategically modify certain bytes within existing binary malware files, so that the modified files are able t…

BIG-bench Machine Learning

On the Robustness of Malware Detectors to Adversarial Samples

2024-08-05 · Muhammad Salman, Benjamin Zi Hao Zhao, Hassan Jameel Asghar, Muhammad Ikram 외

Adversarial examples add imperceptible alterations to inputs with the objective to induce misclassification in machine learning models. They have been demonstrated to pose significant challenges in domains like image cla…

image-classificationImage ClassificationMalware Analysis

Building an Adversarial Malware Dataset by Family and Type: Generation, Evasion, and Poisoning Evaluation

2026-05-25 · David Košťál, Martin Jureček arxiv

We present a dataset of adversarial malware samples derived from the public RawMal-TF collection of real-world malware binaries. Using a suite of adversarial malware generators, we construct two sets of adversarial PE fi…

Malware ClassificationMalware Detection

Generation & Evaluation of Adversarial Examples for Malware Obfuscation

2019-04-09 · Daniel Park, Haidar Khan, Bülent Yener

There has been an increased interest in the application of convolutional neural networks for image based malware classification, but the susceptibility of neural networks to adversarial examples allows malicious actors t…

General ClassificationMalware Classification

Assemblage: Automatic Binary Dataset Construction for Machine Learning

2024-05-07 · Chang Liu, Rebecca Saul, Yihao Sun, Edward Raff 외

Binary code is pervasive, and binary analysis is a key task in reverse engineering, malware classification, and vulnerability discovery. Unfortunately, while there exist large corpora of malicious binaries, obtaining hig…

Malware Classification