LGCRAug 9, 2021

Leveraging Uncertainty for Improved Static Malware Detection Under Extreme False Positive Constraints

arXiv:2108.04081v127 citations
Originality Incremental advance
AI Analysis

This addresses the critical need for reliable malware detection in computing environments with strict false positive limits, though it is incremental as it builds on existing methods with uncertainty techniques.

The paper tackled the problem of static malware detection under extremely low false positive rate constraints, where existing machine learning tools are inadequate, and showed that using uncertainty methods like ensembling and Bayesian approaches improved the true positive rate from 0.69 to 0.80 at a false positive rate of 1e-5 on an industry dataset.

The detection of malware is a critical task for the protection of computing environments. This task often requires extremely low false positive rates (FPR) of 0.01% or even lower, for which modern machine learning has no readily available tools. We introduce the first broad investigation of the use of uncertainty for malware detection across multiple datasets, models, and feature types. We show how ensembling and Bayesian treatments of machine learning methods for static malware detection allow for improved identification of model errors, uncovering of new malware families, and predictive performance under extreme false positive constraints. In particular, we improve the true positive rate (TPR) at an actual realized FPR of 1e-5 from an expected 0.69 for previous methods to 0.80 on the best performing model class on the Sophos industry scale dataset. We additionally demonstrate how previous works have used an evaluation protocol that can lead to misleading results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes