paper-with-me

Papers

An End-to-End Deep Learning Architecture for Classification of Malware’s Binary Content

2018-09-27 · Daniel Gibert, Carles Mateu, Jordi Planes

In traditional machine learning techniques for malware detection and classification, significant efforts are expended on manually designing features based on expertise and domain-specific knowledge. These solutions perform feature engineering in order to extract features that provide an abstract view of the software program. Thus, the usefulness of the classifier is roughly dependent on the ability of the domain experts to extract a set of descriptive features. Instead, we introduce a file agnostic end-to-end deep learning approach for malware classification from raw byte sequences without extracting hand-crafted features. It consists of two key components: (1) a denoising autoencoder that learns a hidden representation of the malware’s binary content; and (2) a dilated residual network as classifier. The experiments show an impressive performance, achieving almost 99% of accuracy classifying malware into families.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDescriptiveFeature EngineeringGeneral ClassificationMalware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

Orthrus: A Bimodal Learning Architecture for Malware Classification

2020-09-28 · Daniel Gibert, Carles Mateu, Jordi Planes

Malware detection and classification is a challenging problem and an active area of research. Traditional machine learning methods depend almost entirely on the ability to extract a set of discriminative features into wh…

ClassificationDeep LearningFeature EngineeringGeneral Classification+2

Enhancing Efficiency and Privacy in Memory-Based Malware Classification through Feature Selection

2023-09-30 · Salim Sazzed, Sharif Ullah

Malware poses a significant security risk to individuals, organizations, and critical infrastructure by compromising systems and data. Leveraging memory dumps that offer snapshots of computer memory can aid the analysis …

Classificationfeature selectionMalware Classification

Self-Supervised Vision Transformers for Malware Detection

2022-08-15 · Sachith Seneviratne, Ridwan Shariffdeen, Sanka Rasnayaka, Nuran Kasthuriarachchi

Malware detection plays a crucial role in cyber-security with the increase in malware growth and advancements in cyber-attacks. Previously unseen malware which is not determined by security vendors are often used in thes…

Binary ClassificationMalware ClassificationMalware DetectionMalware Family Detection+2

BinImg2Vec: Augmenting Malware Binary Image Classification with Data2Vec

2022-09-02 · Joon Sern Lee, Kai Keng Tay, Zong Fu Chua

Rapid digitalisation spurred by the Covid-19 pandemic has resulted in more cyber crime. Malware-as-a-service is now a booming business for cyber criminals. With the surge in malware activities, it is vital for cyber defe…

Classificationimage-classificationImage ClassificationSelf-Supervised Learning

Binary BPE: A Family of Cross-Platform Tokenizers for Binary Analysis

2025-11-14 · Michael J. Bommarito arxiv

Sequence models for binary analysis are bottlenecked by byte-level tokenization: raw bytes waste precious context window capacity for transformers and other neural network architectures, and many existing text-oriented t…

Malware Detection