TL;DR
This paper introduces a deep learning approach using deep belief networks to automatically generate malware signatures, achieving high accuracy in classifying new malware variants regardless of behavior type.
Contribution
The paper presents a novel deep belief network method for malware signature generation that outperforms traditional signature-based detection in identifying new malware variants.
Findings
Achieved 98.6% classification accuracy on malware variants
Signatures are invariant and effective across different malware behaviors
Method is agnostic to input types from sandbox environments
Abstract
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,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
