paper-with-me

홈 › Papers

A Unified Evaluation of Learning-Based Similarity Techniques for Malware Detection

2026-02-17 · Udbhav Prasad, Aniesh Chawla arxiv

Cryptographic digests (e.g., MD5, SHA-256) are designed to provide exact identity. Any single-bit change in the input produces a completely different hash, which is ideal for integrity verification but limits their usefulness in many real-world tasks like threat hunting, malware analysis and digital forensics, where adversaries routinely introduce minor transformations. Similarity-based techniques address this limitation by enabling approximate matching, allowing related byte sequences to produce measurably similar fingerprints. Modern enterprises manage tens of thousands of endpoints with billions of files, making the effectiveness and scalability of the proposed techniques more important than ever in security applications. Security researchers have proposed a range of approaches, including similarity digests and locality-sensitive hashes (e.g., ssdeep, sdhash, TLSH), as well as more recent machine-learning-based methods that generate embeddings from file features. However, these techniques have largely been evaluated in isolation, using disparate datasets and evaluation criteria. This paper presents a systematic comparison of learning-based classification and similarity methods using large, publicly available datasets. We evaluate each method under a unified experimental framework with industry-accepted metrics. To our knowledge, this is the first reproducible study to benchmark these diverse learning-based similarity techniques side by side for real-world security workloads. Our results show that no single approach performs well across all dimensions; instead, each exhibits distinct trade-offs, indicating that effective malware analysis and threat-hunting platforms must combine complementary classification and similarity techniques rather than rely on a single method.

📄 PDF Abstract BibTeX arXiv:2602.15376

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Applying Graph Analysis for Unsupervised Fast Malware Fingerprinting

2025-10-07 · ElMouatez Billah Karbab, Mourad Debbabi arxiv

Malware proliferation is increasing at a tremendous rate, with hundreds of thousands of new samples identified daily. Manual investigation of such a vast amount of malware is an unrealistic, time-consuming, and overwhelm…

Semantic SimilarityCommunity Detection

Heterogeneous Graph Matching Networks

2019-10-17 · Shen Wang, Zhengzhang Chen, Xiao Yu, Ding Li 외

Information systems have widely been the target of malware attacks. Traditional signature-based malicious program detection algorithms can only detect known malware and are prone to evasion techniques such as binary obfu…

Graph MatchingMalware Detection

Detection under Privileged Information

2016-03-31 · Z. Berkay Celik, Patrick McDaniel, Rauf Izmailov, Nicolas Papernot 외

For well over a quarter century, detection systems have been driven by models learned from input features collected from real or simulated environments. An artifact (e.g., network event, potential malware sample, suspici…

Face RecognitionMalware ClassificationTransfer Learning

OMD: Orthogonal Malware Detection Using Audio, Image, and Static Features

2021-11-08 · Lakshmanan Nataraj, Tajuddin Manhar Mohammed, Tejaswi Nanjundaswamy, Satish Chikkagoudar 외

With the growing number of malware and cyber attacks, there is a need for "orthogonal" cyber defense approaches, which are complementary to existing methods by detecting unique malware samples that are not predicted by o…

Malware Detection

Comprehensive evaluation of Mal-API-2019 dataset by machine learning in malware detection

2024-03-04 · Zhenglin Li, Haibei Zhu, Houze Liu, Jintong Song 외

This study conducts a thorough examination of malware detection using machine learning techniques, focusing on the evaluation of various classification models using the Mal-API-2019 dataset. The aim is to advance cyberse…

Malware Detection