paper-with-me

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 this work we explore the feasibility of applying neural networks to malware detection and feature learning. We do this by restricting ourselves to a minimal amount of domain knowledge in order to extract a portion of the Portable Executable (PE) header. By doing this we show that neural networks can learn from raw bytes without explicit feature construction, and perform even better than a domain knowledge approach that parses the PE header into explicit features.

📄 PDF Abstract BibTeX arXiv:1709.01471

Code (2)

jaketae/deep-malware-detection pytorch
jaketae/pytorch-malware-detection pytorch

Tasks

Malware Detection

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

BIG-bench Machine LearningMalware Detection

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

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

Adversarial EXEmples: A Survey and Experimental Evaluation of Practical Attacks on Machine Learning for Windows Malware Detection

2020-08-17 · Luca Demetrio, Scott E. Coull, Battista Biggio, Giovanni Lagorio 외

Recent work has shown that adversarial Windows malware samples - referred to as adversarial EXEmples in this paper - can bypass machine learning-based detection relying on static code analysis by perturbing relatively fe…

BIG-bench Machine LearningMalware Detection

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