Use of Multi-CNNs for Section Analysis in Static Malware Detection
Tony Quertier, Gr\'egoire Barru\'e

TL;DR
This paper introduces a multi-CNN approach for static malware detection that analyzes file sections as images, providing both detection results and insights into which sections influence the decision.
Contribution
The novel method transforms file sections into images and employs multiple CNNs to improve detection and interpretability of malware analysis.
Findings
Enhanced detection accuracy through section-specific analysis
Improved interpretability of malware detection results
Effective combination of CNN scores for final decision
Abstract
Existing research on malware detection focuses almost exclusively on the detection rate. However, in some cases, it is also important to understand the results of our algorithm, or to obtain more information, such as where to investigate in the file for an analyst. In this aim, we propose a new model to analyze Portable Executable files. Our method consists in splitting the files in different sections, then transform each section into an image, in order to train convolutional neural networks to treat specifically each identified section. Then we use all these scores returned by CNNs to compute a final detection score, using models that enable us to improve our analysis of the importance of each section in the final score.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Digital and Cyber Forensics · Anomaly Detection Techniques and Applications
