Aug 2026· World Journal of Advanced Research and Reviews· 0 citations
TL;DR
A Hybrid Neural Network–Convolutional Neural Network (NN–CNN) Deep Learning Framework for malware detection, malware-family classification, and malware-variant identification and considers two important issues in practical malware detection: model explainability and generalization to previously unseen malware.
Abstract
Malware continues to be one of the major cybersecurity threats affecting individuals, businesses, government institutions, and critical infrastructure. The problem has become more difficult because modern malware can change its structure, hide important characteristics, and produce multiple variants while maintaining similar malicious behaviour. Traditional signature-based detection methods remain useful for known threats, but they may struggle when presented with new or modified malware. This has encouraged researchers to explore artificial intelligence (AI) and deep learning as alternative approaches to automated malware analysis. This study proposes a Hybrid Neural Network–Convolutional Neural Network (NN–CNN) Deep Learning Framework for malware detection, malware-family classification, and malware-variant identification. The proposed framework combines two complementary learning approaches. The NN component will learn patterns from structured malware features, while the CNN component will extract spatial patterns from visual representations of malware binaries. The learned representations will then be combined through a feature-fusion mechanism and used for hierarchical classification. In the proposed approach, the system will first determine whether a file is benign or malicious, then identify the malware family, and finally attempt to determine the specific variant or subfamily. The proposed framework also considers two important issues in practical malware detection: model explainability and generalization to previously unseen malware. Explainable AI techniques will be investigated to help security analysts understand the factors influencing model decisions, while cross-dataset and temporal evaluations will be used to assess whether the model can maintain its performance beyond the dataset on which it was trained. The study is expected to contribute a more comprehensive approach to intelligent malware analysis by bringing detection, family classification, variant identification, explainability, and robustness into a single research framework.
Malware is a serious threat in the cybersecurity area because of its dynamic nature, the variety of malware families, stealth, propagation and the capability of evading traditional security products. Therefore, proper malware detection and classification are crucial for detecting malicious software and for securing computer systems from unauthorized access and data stealing, and for disrupting systems. This study covers all the bases when it comes to deep learning approaches for malware detection and classification. It covers the principles, different forms of malware, how to detect deep learning malware, how to represent data, obtaining features, and applications. The traditional detection methods are described with their drawbacks, namely based on signature, behavioral and heuristic methods. The report also delves into the methodologies used by deep learning to classify malware, namely CNNs and Bidirectional Long Short-Term Memory (BiLSTM) networks. BiLSTM models excel at learning sequential features from code-or behavior-related data, whereas CNN-based representation learning approaches excel at learning spatial features from malware representations. Moreover, the various detection techniques (static, dynamic and hybrid) are discussed so that their role in malware analysis can be understood. The survey identifies the current challenges and gaps in research and emphasizes the need for strong, scalable and adaptive deep-learning models to combat new malware threats and enhance cybersecurity protection.
Manjula Jain· International Journal of Cyb...· 0 citations
Malware has become one of the biggest threats to computer systems and digital networks, affecting individuals, businesses, and government organizations. Traditional malware detection methods mainly depend on signatures and predefined rules, making them less effective against newly developed and constantly evolving attacks. As cybercriminals continue to use advanced techniques such as code obfuscation and polymorphism, there is a growing need for smarter and faster detection methods. This project proposes a robust malware detection system using deep learning to identify both known and unknown malware with improved accuracy. The model automatically learns meaningful patterns from malware data without relying heavily on manual feature extraction. By analyzing the behavior and characteristics of malicious files, the proposed system can classify malware efficiently while reducing false alarms. The approach improves detection speed, enhances security, and supports real-time threat analysis. This makes it a reliable solution for protecting modern computer systems against rapidly changing cyber threats.
S.Srikar, G.Rajini· International Journal of Dat...· 0 citations
The findings demonstrate the potential of using ensemble learning in conjunction with explainable artificial intelligence techniques to enhance malware detection systems and cybersecurity applications.
Haider Ali Muften· Journal for Technology and S...· 0 citations
Evaluation using metrics such as accuracy, precision, F1 score, and false positive rate indicates that CNN-GBM outperforms existing deep learning models, and enhancements stem from the effective integration of CNN feature extraction with GBM’s boosting capabilities.
C. Chimeleze, Norziana Jamil, Z. M. Zain et al.· Scientific Reports· 0 citations
The findings indicate that combining deep representation learning with ensemble classification can improve dynamic malware detection and reduce dependence on static signatures.
Karthick Ganapathy· Journal of Computer and Fore...· 0 citations
A new method for surgically removing training examples from a model reveals that as datasets grow, the link between what a model learns and what it produces dissolves.