paper-with-me

Papers

Malware Classification using a Hybrid Hidden Markov Model-Convolutional Neural Network

2024-12-25 · Ritik Mehta, Olha Jureckova, Mark Stamp

The proliferation of malware variants poses a significant challenges to traditional malware detection approaches, such as signature-based methods, necessitating the development of advanced machine learning techniques. In this research, we present a novel approach based on a hybrid architecture combining features extracted using a Hidden Markov Model (HMM), with a Convolutional Neural Network (CNN) then used for malware classification. Inspired by the strong results in previous work using an HMM-Random Forest model, we propose integrating HMMs, which serve to capture sequential patterns in opcode sequences, with CNNs, which are adept at extracting hierarchical features. We demonstrate the effectiveness of our approach on the popular Malicia dataset, and we obtain superior performance, as compared to other machine learning methods -- our results surpass the aforementioned HMM-Random Forest model. Our findings underscore the potential of hybrid HMM-CNN architectures in bolstering malware classification capabilities, offering several promising avenues for further research in the field of cybersecurity.

📄 PDF Abstract BibTeX arXiv:2412.18932

Code (0)

등록된 구현이 없습니다.

Tasks

Malware ClassificationMalware Detection

Similar Papers 제목 키워드 기반

A Natural Language Processing Approach to Malware Classification

2023-07-07 · Ritik Mehta, Olha Jurečková, Mark Stamp

Many different machine learning and deep learning techniques have been successfully employed for malware detection and classification. Examples of popular learning techniques in the malware domain include Hidden Markov M…

ClassificationFeature EngineeringMalware ClassificationMalware Detection

Malware Classification with Word Embedding Features

2021-03-03 · Aparna Sunil Kale, Fabio Di Troia, Mark Stamp

Malware classification is an important and challenging problem in information security. Modern malware classification techniques rely on machine learning models that can be trained on features such as opcode sequences, A…

BIG-bench Machine LearningClassificationGeneral ClassificationHybrid Machine Learning+1

A Comparison of Static, Dynamic, and Hybrid Analysis for Malware Detection

2022-03-13 · Anusha Damodaran, Fabio Di Troia, Visaggio Aaron Corrado, Thomas H. Austin 외

In this research, we compare malware detection techniques based on static, dynamic, and hybrid analysis. Specifically, we train Hidden Markov Models (HMMs ) on both static and dynamic feature sets and compare the resulti…

Malware Detection

Malware Classification with GMM-HMM Models

2021-03-03 · Jing Zhao, Samanvitha Basole, Mark Stamp

Discrete hidden Markov models (HMM) are often applied to malware detection and classification problems. However, the continuous analog of discrete HMMs, that is, Gaussian mixture model-HMMs (GMM-HMM), are rarely consider…

ClassificationGeneral ClassificationMalware ClassificationMalware Detection

Malware Detection Using Dynamic Birthmarks

2019-01-06 · Swapna Vemparala, Fabio Di Troia, Corrado A. Visaggio, Thomas H. Austin 외

In this paper, we explore the effectiveness of dynamic analysis techniques for identifying malware, using Hidden Markov Models (HMMs) and Profile Hidden Markov Models (PHMMs), both trained on sequences of API calls. We c…

Malware Detection