paper-with-me

Papers

DeepSign: Deep Learning for Automatic Malware Signature Generation and Classification

2017-11-21 · Eli David, Nathan S. Netanyahu

This paper presents a novel deep learning based method for automatic malware signature generation and classification. The method uses a deep belief network (DBN), implemented with a deep stack of denoising autoencoders, generating an invariant compact representation of the malware behavior. While conventional signature and token based methods for malware detection do not detect a majority of new variants for existing malware, the results presented in this paper show that signatures generated by the DBN allow for an accurate classification of new malware variants. Using a dataset containing hundreds of variants for several major malware families, our method achieves 98.6% classification accuracy using the signatures generated by the DBN. The presented method is completely agnostic to the type of malware behavior that is logged (e.g., API calls and their parameters, registry entries, websites and ports accessed, etc.), and can use any raw input from a sandbox to successfully train the deep neural network which is used to generate malware signatures.

📄 PDF Abstract BibTeX arXiv:1711.08336

Code (2)

nahmiasd/DeepSign
tychen5/sportslottery

Tasks

ClassificationDeep LearningDenoisingGeneral ClassificationMalware Detection

Similar Papers 제목 키워드 기반

DeepSignature: Digitally Signed, Content-Encoding Watermarks for Robust and Transparent Image Authentication

2026-04-24 · Mathias Graf, Marco Willi, Melanie Mathys, Michael Aerni 외 arxiv

AI-powered generative models have significantly expanded the possibilities for editing, manipulating, and creating high-quality images. Particularly, images that falsely appear to originate from trusted sources pose a se…

Random Forest for Malware Classification

2016-09-25 · Felan Carlo C. Garcia, Felix P. Muga II

The challenge in engaging malware activities involves the correct identification and classification of different malware variants. Various malwares incorporate code obfuscation methods that alters their code signatures e…

ClassificationGeneral ClassificationMalware Classification

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

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

Grouping the executables to detect malware with high accuracy

2016-06-22 · Sahay Sanjay K., Sharma Ashu

The metamorphic malware variants with the same malicious behavior (family), can obfuscate themselves to look different from each other. This variation in structure leads to a huge signature database for traditional signa…

ClusteringVocal Bursts Intensity Prediction

DeepSign: Deep On-Line Signature Verification

2020-02-24 · Ruben Tolosana, Ruben Vera-Rodriguez, Julian Fierrez, Javier Ortega-Garcia

Deep learning has become a breathtaking technology in the last years, overcoming traditional handcrafted approaches and even humans for many different tasks. However, in some tasks, such as the verification of handwritte…

Deep LearningDynamic Time Warping