Visible to the public Pinpointing Mobile Malware Using Code Analysis

TitlePinpointing Mobile Malware Using Code Analysis
Publication TypeConference Paper
Year of Publication2016
AuthorsTripp, Omer, Pistoia, Marco, Ferrara, Pietro, Rubin, Julia
Conference NameProceedings of the International Conference on Mobile Software Engineering and Systems
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-4503-4178-3
Keywordsclassification, Human Behavior, machine learning, malware classification, malware detection, Metrics, privacy, pubcrawl, Resiliency, static analysis, trace features
Abstract

Mobile malware has recently become an acute problem. Existing solutions either base static reasoning on syntactic properties, such as exception handlers or configuration fields, or compute data-flow reachability over the program, which leads to scalability challenges. We explore a new and complementary category of features, which strikes a middleground between the above two categories. This new category focuses on security-relevant operations (communcation, lifecycle, etc) -- and in particular, their multiplicity and happens-before order -- as a means to distinguish between malicious and benign applications. Computing these features requires semantic, yet lightweight, modeling of the program's behavior. We have created a malware detection system for Android, MassDroid, that collects traces of security-relevant operations from the call graph via a scalable form of data-flow analysis. These are reduced to happens-before and multiplicity features, then fed into a supervised learning engine to obtain a malicious/benign classification. MassDroid also embodies a novel reporting interface, containing pointers into the code that serve as evidence supporting the determination. We have applied MassDroid to 35,000 Android apps from the wild. The results are highly encouraging with an F-score of 95% in standard testing, and textgreater90% when applied to previously unseen malware signatures. MassDroid is also efficient, requiring about two minutes per app. MassDroid is publicly available as a cloud service for malware detection.

URLhttp://doi.acm.org/10.1145/2897073.2897707
DOI10.1145/2897073.2897707
Citation Keytripp_pinpointing_2016