paper-with-me

Papers

An Efficient Approach For Malware Detection Using PE Header Specification

2020-06-11 · Tina Rezaei, Ali Hamzeh

Following the dramatic growth of malware and the essential role of computer systems in our daily lives, the security of computer systems and the existence of malware detection systems become critical. In recent years, many machine learning methods have been used to learn the behavioral or structural patterns of malware. Because of their high generalization capability, they have achieved great success in detecting malware. In this paper, to identify malware programs, features extracted based on the header and PE file structure are used to train several machine learning models. The proposed method identifies malware programs with 95.59% accuracy using only nine features, the values of which have a significant difference between malware and benign files. Due to the high speed of the proposed model in feature extraction and the low number of extracted features, which lead to faster model training, the proposed method can be used in real-time malware detection systems

📄 PDF Abstract BibTeX

Code (1)

Tina-Rezaei/malware-detection-based-on-pe-header

Tasks

BIG-bench Machine LearningMalware Detection

Similar Papers 제목 키워드 기반

Learning the PE Header, Malware Detection with Minimal Domain Knowledge

2017-09-05 · Edward Raff, Jared Sylvester, Charles Nicholas

Many efforts have been made to use various forms of domain knowledge in malware detection. Currently there exist two common approaches to malware detection without domain knowledge, namely byte n-grams and strings. In th…

Malware Detection

Trident: Improving Malware Detection with LLMs and Behavioral Features

2026-04-30 · Rebecca Saul, Jingzhi Jiang, Elliott Chia, David Wagner arxiv

Traditionally, machine learning methods for PE malware detection have relied on static features like byte histograms, string information, and PE header contents. One barrier to incorporating dynamic analysis features has…

Malware DetectionActive Learning

A Comparison of State-of-the-Art Techniques for Generating Adversarial Malware Binaries

2021-11-22 · Prithviraj Dasgupta, Zachariah Osman

We consider the problem of generating adversarial malware by a cyber-attacker where the attacker's task is to strategically modify certain bytes within existing binary malware files, so that the modified files are able t…

BIG-bench Machine Learning

Multimodal Techniques for Malware Classification

2025-01-19 · Jonathan Jiang, Mark Stamp

The threat of malware is a serious concern for computer networks and systems, highlighting the need for accurate classification techniques. In this research, we experiment with multimodal machine learning approaches for …

ClassificationMalware Classification

Towards Novel Malicious Packet Recognition: A Few-Shot Learning Approach

2024-09-17 · Kyle Stein, Andrew A. Mahyari, Guillermo Francia III, Eman El-Sheikh

As the complexity and connectivity of networks increase, the need for novel malware detection approaches becomes imperative. Traditional security defenses are becoming less effective against the advanced tactics of today…

Few-Shot LearningLanguage ModellingLarge Language ModelMalware Detection