CRMar 28, 2013

Unveiling Zeus

arXiv:1303.7012v196 citations
Originality Synthesis-oriented
AI Analysis

This work addresses malware detection for anti-virus companies, but it is incremental as it applies existing machine learning techniques to a new dataset.

The authors tackled malware family classification, specifically for Zeus malware, by using a behavior-based approach with 65 unique features and achieved up to 95% accuracy.

Malware family classification is an age old problem that many Anti-Virus (AV) companies have tackled. There are two common techniques used for classification, signature based and behavior based. Signature based classification uses a common sequence of bytes that appears in the binary code to identify and detect a family of malware. Behavior based classification uses artifacts created by malware during execution for identification. In this paper we report on a unique dataset we obtained from our operations and classified using several machine learning techniques using the behavior-based approach. Our main class of malware we are interested in classifying is the popular Zeus malware. For its classification we identify 65 features that are unique and robust for identifying malware families. We show that artifacts like file system, registry, and network features can be used to identify distinct malware families with high accuracy---in some cases as high as 95%.

Foundations

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

Your Notes