CRMay 5, 2017

Multiple Instance Learning for Malware Classification

arXiv:1705.02268v169 citations
Originality Incremental advance
AI Analysis

This provides a more efficient and diverse detection method for cybersecurity professionals, though it appears incremental in its approach.

This work tackles malware classification by modeling binary interactions with system resources and error messages using multiple instance learning, achieving superior results with only a fraction of training samples compared to state-of-the-art methods.

This work addresses classification of unknown binaries executed in sandbox by modeling their interaction with system resources (files, mutexes, registry keys and communication with servers over the network) and error messages provided by the operating system, using vocabulary-based method from the multiple instance learning paradigm. It introduces similarities suitable for individual resource types that combined with an approximative clustering method efficiently group the system resources and define features directly from data. This approach effectively removes randomization often employed by malware authors and projects samples into low-dimensional feature space suitable for common classifiers. An extensive comparison to the state of the art on a large corpus of binaries demonstrates that the proposed solution achieves superior results using only a fraction of training samples. Moreover, it makes use of a source of information different than most of the prior art, which increases the diversity of tools detecting the malware, hence making detection evasion more difficult.

Code Implementations2 repos
Foundations

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

Your Notes