SUNDEW: An Ensemble of Predictors for Case-Sensitive Detection of Malware
Sareena Karapoola, Nikhilesh Singh, Chester Rebeiro, Kamakoti V

TL;DR
SUNDEW is a novel ensemble framework that detects malware by leveraging class-specific data sources and features, effectively resolving conflicts among predictors to achieve high accuracy with minimal overhead.
Contribution
It introduces a class-aware ensemble approach that optimally combines diverse data sources and features for malware detection, addressing limitations of existing agnostic solutions.
Findings
Achieves an average F1-Score of 0.93 across malware classes.
Demonstrates high detection accuracy with minimal 1.5% overhead.
Effectively resolves conflicts among predictors using hierarchical aggregation.
Abstract
Malware programs are diverse, with varying objectives, functionalities, and threat levels ranging from mere pop-ups to financial losses. Consequently, their run-time footprints across the system differ, impacting the optimal data source (Network, Operating system (OS), Hardware) and features that are instrumental to malware detection. Further, the variations in threat levels of malware classes affect the user requirements for detection. Thus, the optimal tuple of <data-source, features, user-requirements> is different for each malware class, impacting the state-of-the-art detection solutions that are agnostic to these subtle differences. This paper presents SUNDEW, a framework to detect malware classes using their optimal tuple of <data-source, features, user-requirements>. SUNDEW uses an ensemble of specialized predictors, each trained with a particular data source (network, OS, and…
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 · Software Engineering Research · Software Testing and Debugging Techniques
