Mitigating the Impact of Malware Evolution on API Sequence-based Windows Malware Detector
Xingyuan Wei, Ce Li, Qiujian Lv, Ning Li, Degang Sun, Yan Wang

TL;DR
This paper introduces MME, a framework that enhances API sequence-based Windows malware detection by using knowledge graphs and contrastive learning to counteract malware evolution, significantly improving detection accuracy and reducing maintenance costs.
Contribution
The paper proposes a novel framework MME that mitigates malware evolution effects on detection models using knowledge graphs and contrastive learning, improving robustness and efficiency.
Findings
Reduces false positive rate by 13.10%
Improves F1-Score by 8.47%
Saves human costs for model maintenance
Abstract
In dynamic Windows malware detection, deep learning models are extensively deployed to analyze API sequences. Methods based on API sequences play a crucial role in malware prevention. However, due to the continuous updates of APIs and the changes in API sequence calls leading to the constant evolution of malware variants, the detection capability of API sequence-based malware detection models significantly diminishes over time. We observe that the API sequences of malware samples before and after evolution usually have similar malicious semantics. Specifically, compared to the original samples, evolved malware samples often use the API sequences of the pre-evolution samples to achieve similar malicious behaviors. For instance, they access similar sensitive system resources and extend new malicious functions based on the original functionalities. In this paper, we propose a framework…
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
