paper-with-me

홈 › Papers

Towards Robust Domain Generation Algorithm Classification

2024-04-09 · Arthur Drichel, Marc Meyer, Ulrike Meyer

In this work, we conduct a comprehensive study on the robustness of domain generation algorithm (DGA) classifiers. We implement 32 white-box attacks, 19 of which are very effective and induce a false-negative rate (FNR) of $\approx$ 100\% on unhardened classifiers. To defend the classifiers, we evaluate different hardening approaches and propose a novel training scheme that leverages adversarial latent space vectors and discretized adversarial domains to significantly improve robustness. In our study, we highlight a pitfall to avoid when hardening classifiers and uncover training biases that can be easily exploited by attackers to bypass detection, but which can be mitigated by adversarial training (AT). In our study, we do not observe any trade-off between robustness and performance, on the contrary, hardening improves a classifier's detection performance for known and unknown DGAs. We implement all attacks and defenses discussed in this paper as a standalone library, which we make publicly available to facilitate hardening of DGA classifiers: https://gitlab.com/rwth-itsec/robust-dga-detection

📄 PDF Abstract BibTeX arXiv:2404.06236

Code (1)

https://gitlab.com/rwth-itsec/robust-dga-detection 공식 구현 pytorch

Tasks

Classification

Similar Papers 제목 키워드 기반

Quantum Natural Language Generation on Near-Term Devices

2022-11-01 · Amin Karamlou, Marcel Pfaffhauser, James Wootton

The emergence of noisy medium-scale quantum devices has led to proof-of-concept applications for quantum computing in various domains. Examples include Natural Language Processing (NLP) where sentence classification expe…

Image ManipulationMusic GenerationSentenceSentence Classification+1

Retrieval-Augmented Feature Generation for Domain-Specific Classification

2024-06-17 · Xinhao Zhang, Jinghan Zhang, Fengran Mo, Yuzhong Chen 외

Feature generation can significantly enhance learning outcomes, particularly for tasks with limited data. An effective way to improve feature generation is by expanding the current feature space using existing features a…

Classificationdomain classificationFeature EngineeringInformation Retrieval+5

ProDOMA: improve PROtein DOMAin classification for third-generation sequencing reads using deep learning

2020-09-26 · Du Nan, Jiayu Shang, Yanni Sun

Motivation: With the development of third-generation sequencing technologies, people are able to obtain DNA sequences with lengths from 10s to 100s of kb. These long reads allow protein domain annotation without assembly…

domain classificationGeneral Classification

Character Level Based Detection of DGA Domain Names

2018-01-01 · ICLR 2018 1 · Bin Yu, Jie Pan, Jiaming Hu, Anderson Nascimento 외

Recently several different deep learning architectures have been proposed that take a string of characters as the raw input signal and automatically derive features for text classification. Little studies are available t…

General Classificationtext-classificationText Classification

Making Use of NXt to Nothing: The Effect of Class Imbalances on DGA Detection Classifiers

2020-07-01 · Arthur Drichel, Ulrike Meyer, Samuel Schüppen, Dominik Teubert

Numerous machine learning classifiers have been proposed for binary classification of domain names as either benign or malicious, and even for multiclass classification to identify the domain generation algorithm (DGA) t…

Binary ClassificationClassificationGeneral Classification