PotentRegion4MalDetect: Advanced Features from Potential Malicious Regions for Malware Detection
Rama Krishna Koppanati, Monika Santra, and Sateesh Kumar Peddoju

TL;DR
This paper introduces PotentRegion4MalDetect, a novel malware detection model that extracts features from potential malicious regions in binaries, improving accuracy and efficiency by focusing on suspicious code areas rather than entire binaries.
Contribution
The paper presents a new approach that enhances malware detection by targeting potential malicious regions, reducing resource usage and increasing detection performance over traditional whole-binary methods.
Findings
Achieves over 99% accuracy, precision, recall, AUC, F1-score, and 0.064% FPR.
Requires fewer features and less memory than whole-binary models.
Improves SHAP metrics indicating better feature importance and model interpretability.
Abstract
Malware developers exploit the fact that most detection models focus on the entire binary to extract the feature rather than on the regions of potential maliciousness. Therefore, they reverse engineer a benign binary and inject malicious code into it. This obfuscation technique circumvents the malware detection models and deceives the ML classifiers due to the prevalence of benign features compared to malicious features. However, extracting the features from the potential malicious regions enhances the accuracy and decreases false positives. Hence, we propose a novel model named PotentRegion4MalDetect that extracts features from the potential malicious regions. PotentRegion4MalDetect determines the nodes with potential maliciousness in the partially preprocessed Control Flow Graph (CFG) using the malicious strings given by StringSifter. Then, it extracts advanced features of the…
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 · Spam and Phishing Detection · Network Security and Intrusion Detection
