Difuzer: Uncovering Suspicious Hidden Sensitive Operations in Android Apps
Jordan Samhi, Li Li, Tegawend\'e F. Bissyand\'e, Jacques Klein

TL;DR
Difuzer is a hybrid static and anomaly detection tool that uncovers suspicious hidden sensitive operations in Android apps, effectively identifying logic bombs with high precision and outperforming existing methods.
Contribution
It introduces a novel approach combining static analysis and unsupervised learning to detect logic bombs in Android applications, improving accuracy and efficiency.
Findings
Achieves 99.02% precision in detecting SHSOs
Identifies 29.7% of SHSOs as logic bombs
Outperforms state-of-the-art in detection accuracy and speed
Abstract
One prominent tactic used to keep malicious behavior from being detected during dynamic test campaigns is logic bombs, where malicious operations are triggered only when specific conditions are satisfied. Defusing logic bombs remains an unsolved problem in the literature. In this work, we propose to investigate Suspicious Hidden Sensitive Operations (SHSOs) as a step towards triaging logic bombs. To that end, we develop a novel hybrid approach that combines static analysis and anomaly detection techniques to uncover SHSOs, which we predict as likely implementations of logic bombs. Concretely, Difuzer identifies SHSO entry-points using an instrumentation engine and an inter-procedural data-flow analysis. Then, it extracts trigger-specific features to characterize SHSOs and leverages One-Class SVM to implement an unsupervised learning model for detecting abnormal triggers. We evaluate…
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 · Spam and Phishing Detection
