paper-with-me

Papers

Hidden Markov Models with Random Restarts vs Boosting for Malware Detection

2023-07-17 · Aditya Raghavan, Fabio Di Troia, Mark Stamp

Effective and efficient malware detection is at the forefront of research into building secure digital systems. As with many other fields, malware detection research has seen a dramatic increase in the application of machine learning algorithms. One machine learning technique that has been used widely in the field of pattern matching in general-and malware detection in particular-is hidden Markov models (HMMs). HMM training is based on a hill climb, and hence we can often improve a model by training multiple times with different initial values. In this research, we compare boosted HMMs (using AdaBoost) to HMMs trained with multiple random restarts, in the context of malware detection. These techniques are applied to a variety of challenging malware datasets. We find that random restarts perform surprisingly well in comparison to boosting. Only in the most difficult "cold start" cases (where training data is severely limited) does boosting appear to offer sufficient improvement to justify its higher computational cost in the scoring phase.

📄 PDF Abstract BibTeX arXiv:2307.10256

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

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

Malware ClassificationMalware Detection

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

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

Machine Learning for Malware Evolution Detection

2021-07-04 · Lolitha Sresta Tupadha, Mark Stamp

Malware evolves over time and antivirus must adapt to such evolution. Hence, it is critical to detect those points in time where malware has evolved so that appropriate countermeasures can be undertaken. In this research…

BIG-bench Machine Learning