Quo Vadis: Hybrid Machine Learning Meta-Model based on Contextual and Behavioral Malware Representations
Dmitrijs Trizna

TL;DR
This paper introduces a hybrid machine learning framework combining contextual and behavioral analysis of Windows malware, leveraging kernel emulation and a large dataset to improve detection accuracy over existing methods.
Contribution
It presents a novel hybrid meta-model that integrates multiple deep learning models analyzing behavioral and contextual features, with a large emulation-based dataset and publicly released resources.
Findings
Improved malware detection rates over state-of-the-art models.
Meta-model detects malicious activity even with low individual model confidence.
Large-scale dataset enhances behavioral malware analysis capabilities.
Abstract
We propose a hybrid machine learning architecture that simultaneously employs multiple deep learning models analyzing contextual and behavioral characteristics of Windows portable executable, producing a final prediction based on a decision from the meta-model. The detection heuristic in contemporary machine learning Windows malware classifiers is typically based on the static properties of the sample since dynamic analysis through virtualization is challenging for vast quantities of samples. To surpass this limitation, we employ a Windows kernel emulation that allows the acquisition of behavioral patterns across large corpora with minimal temporal and computational costs. We partner with a security vendor for a collection of more than 100k int-the-wild samples that resemble the contemporary threat landscape, containing raw PE files and filepaths of applications at the moment 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Malware Detection Techniques · Anomaly Detection Techniques and Applications · Network Security and Intrusion Detection
MethodsTest
