paper-with-me

Papers

Deep learning at the shallow end: Malware classification for non-domain experts

2018-07-22 · Quan Le, Oisín Boydell, Brian Mac Namee, Mark Scanlon

Current malware detection and classification approaches generally rely on time consuming and knowledge intensive processes to extract patterns (signatures) and behaviors from malware, which are then used for identification. Moreover, these signatures are often limited to local, contiguous sequences within the data whilst ignoring their context in relation to each other and throughout the malware file as a whole. We present a Deep Learning based malware classification approach that requires no expert domain knowledge and is based on a purely data driven approach for complex pattern and feature identification.

📄 PDF Abstract BibTeX arXiv:1807.08265

Code (1)

https://bitbucket.org/ceadarireland/deeplearningattheshallowend 공식 구현 tf

Tasks

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

Malware Detection Using Frequency Domain-Based Image Visualization and Deep Learning

2021-01-26 · Tajuddin Manhar Mohammed, Lakshmanan Nataraj, Satish Chikkagoudar, Shivkumar Chandrasekaran 외

We propose a novel method to detect and visualize malware through image classification. The executable binaries are represented as grayscale images obtained from the count of N-grams (N=2) of bytes in the Discrete Cosine…

Binary ClassificationClassificationGeneral Classificationimage-classification+3

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

DenoisingDescriptiveFeature EngineeringGeneral Classification+2

Designing Deep Convolutional Neural Networks using a Genetic Algorithm for Image-based Malware Classification

2022-07-18 · IEEE Congress on Evolutionary Computation (CEC) 2022 7 · Cornelius Paardekooper, Nasimul Noman, Raymond Chiong, Vijay Varadharajan

In recent years, deep Convolutional Neural Networks (CNNs) have shown great potential in malware classification. CNNs, which are originally designed for image processing, identify malware binaries visualised as images. D…

Evolutionary AlgorithmsMalware Classification

HYDRA: A multimodal deep learning framework for malware classification

2020-05-12 · Daniel Gibert, Carles Mateu, Jordi Planes

While traditional machine learning methods for malware detection largely depend on hand-designed features, which are based on experts’ knowledge of the domain, end-to-end learning approaches take the raw executable as in…

ClassificationDeep LearningDescriptiveFeature Engineering+4

A Multi-task Mixture of Experts Framework for Malware Classification, Packing Detection, and Family Attribution

2026-06-29 · Jithin S., Roshin Sleeba C., Anvin Mariya P. B., Asmitha K. A. 외 arxiv

Malware classification remains a challenging problem due to its inherent heterogeneity, the presence of packed binaries, and the diverse distribution of malware families. Traditional single-model detection mechanisms oft…

Malware ClassificationMalware Detection