Researchers from Singapore Management University and Nankai University found that popular Android malware detectors frequently misidentify legitimate, permission-heavy applications as malicious due to flawed context-based analysis methods.
Key Points
- Six widely used Android malware detectors, including Drebin and LAMD, incorrectly flagged over 50% of benign apps as malicious in recent testing.
- The researchers developed PRAXIS, a three-stage detection system that reduced false positive rates to 13% by verifying malicious intent through code-based execution chains.
- Current industry-standard detectors often fail because they equate broad permission usage with malicious behavior, ignoring the context of legitimate device-management and backup tools.
- The study highlights that the "context stage" of analysis is critical, as removing it caused the PRAXIS system's detection accuracy to drop significantly.
- Practical implementation remains challenging due to high computational costs and the potential for attackers to manipulate UI text to deceive automated analysis models.