Efficient Malware Analysis Using Metric Embeddings
Ethan M. Rudd, David Krisiloff, Scott Coull, Daniel Olszewski, Edward, Raff, James Holt

TL;DR
This paper introduces a metric learning approach to embed Windows PE files into a low-dimensional space, enabling efficient malware detection and classification with minimal performance loss across various transfer tasks.
Contribution
It presents a novel use of metric embeddings for malware analysis, leveraging disassembly-based features and contrastive learning to improve transferability and efficiency.
Findings
Embeddings maintain performance across multiple malware tasks.
Low-dimensional embeddings reduce storage and computational costs.
Robustness to adversarial evasion is discussed.
Abstract
In this paper, we explore the use of metric learning to embed Windows PE files in a low-dimensional vector space for downstream use in a variety of applications, including malware detection, family classification, and malware attribute tagging. Specifically, we enrich labeling on malicious and benign PE files using computationally expensive, disassembly-based malicious capabilities. Using these capabilities, we derive several different types of metric embeddings utilizing an embedding neural network trained via contrastive loss, Spearman rank correlation, and combinations thereof. We then examine performance on a variety of transfer tasks performed on the EMBER and SOREL datasets, demonstrating that for several tasks, low-dimensional, computationally efficient metric embeddings maintain performance with little decay, which offers the potential to quickly retrain for a variety of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Network Security and Intrusion Detection · Anomaly Detection Techniques and Applications
