kNN Classification of Malware Data Dependency Graph Features
John Musgrave, Anca Ralescu

TL;DR
This paper demonstrates that data dependency graph features derived from malware code enable accurate, explainable classification using kNN, capturing semantic and structural information with high resolution on large datasets.
Contribution
Introduces a novel feature representation based on data dependency graphs for malware classification, improving accuracy and explainability over traditional term frequency features.
Findings
High classification accuracy achieved using data dependency graph features.
Features enable fine-grained, explainable analysis of malware.
Similarity metrics can be computed without training, aiding interpretability.
Abstract
Explainability in classification results are dependent upon the features used for classification. Data dependency graph features representing data movement are directly correlated with operational semantics, and subject to fine grained analysis. This study obtains accurate classification from the use of features tied to structure and semantics. By training an accurate model using labeled data, this feature representation of semantics is shown to be correlated with ground truth labels. This was performed using non-parametric learning with a novel feature representation on a large scale dataset, the Kaggle 2015 Malware dataset. The features used enable fine grained analysis, increase in resolution, and explainable inferences. This allows for the body of the term frequency distribution to be further analyzed and to provide an increase in feature resolution over term frequency features.…
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 · Information and Cyber Security
