paper-with-me

Papers

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, we perform a variety of experiments on a significant number of malware families to determine when malware evolution is likely to have occurred. All of the evolution detection techniques that we consider are based on machine learning and can be fully automated -- in particular, no reverse engineering or other labor-intensive manual analysis is required. Specifically, we consider analysis based on hidden Markov models (HMM) and the word embedding techniques HMM2Vec and Word2Vec.

📄 PDF Abstract BibTeX arXiv:2107.01627

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Word Embedding Techniques for Malware Evolution Detection

2021-03-07 · Sunhera Paul, Mark Stamp

Malware detection is a critical aspect of information security. One difficulty that arises is that malware often evolves over time. To maintain effective malware detection, it is necessary to determine when malware evolu…

Feature EngineeringMalware Detection

MDEA: Malware Detection with Evolutionary Adversarial Learning

2020-02-09 · Xiruo Wang, Risto Miikkulainen

Malware detection have used machine learning to detect malware in programs. These applications take in raw or processed binary data to neural network models to classify as benign or malicious files. Even though this appr…

BIG-bench Machine LearningMalware Detection

MalTree: Tracing Malware Evolution from Embeddings at Scale

2026-06-04 · Akash Amalan, Georgios Smaragdakis, Tom J. Viering arxiv

Malware detection remains largely reactive: machine learning models trained on known samples degrade as threats evolve. Understanding evolutionary relationships among malware families can inform proactive defense, but tr…

Malware Detection

Adaptive and Scalable Android Malware Detection through Online Learning

2016-06-23 · Annamalai Narayanan, Liu Yang, Lihui Chen, Liu Jinliang

It is well-known that malware constantly evolves so as to evade detection and this causes the entire malware population to be non-stationary. Contrary to this fact, prior works on machine learning based Android malware d…

Android Malware DetectionBIG-bench Machine LearningMalware Detection

A Comparison of Adversarial Learning Techniques for Malware Detection

2023-08-19 · Pavla Louthánová, Matouš Kozák, Martin Jureček, Mark Stamp

Machine learning has proven to be a useful tool for automated malware detection, but machine learning models have also been shown to be vulnerable to adversarial attacks. This article addresses the problem of generating …

Malware Detection