Finding Unknown Malice in 10 Seconds: Mass Vetting for New Threats at the Google-Play Scale

Abstract

An app markets vetting process is expected to be scalableand effective. However, todays vetting mechanismsare slow and less capable of catching new threats. Inour research, we found that a more powerful solutioncan be found by exploiting the way Android malware isconstructed and disseminated, which is typically throughrepackaging legitimate apps with similar malicious components.As a result, such attack payloads often stand outfrom those of the same repackaging origin and also showup in the apps not supposed to relate to each other.Based upon this observation, we developed a newtechnique, called MassVet, for vetting apps at a massivescale, without knowing what malware looks likeand how it behaves. Unlike existing detection mechanisms,which often utilize heavyweight program analysistechniques, our approach simply compares a submittedapp with all those already on a market, focusing onthe difference between those sharing a similar UI structure(indicating a possible repackaging relation), and thecommonality among those seemingly unrelated. Oncepublic libraries and other legitimate code reuse are removed,such diff/common program components becomehighly suspicious. In our research, we built this DiffComanalysis on top of an efficient similarity comparisonalgorithm, which maps the salient features of anapps UI structure or a methods control-flow graph toa value for a fast comparison. We implemented MassVetover a stream processing engine and evaluated it nearly1.2 million apps from 33 app markets around the world,the scale of Google Play. Our study shows that the techniquecan vet an app within 10 seconds at a low falsedetection rate. Also, it outperformed all 54 scanners inVirusTotal (NOD32, Symantec, McAfee, etc.) in termsof detection coverage, capturing over a hundred thousandmalicious apps, including over 20 likely zero-daymalware and those installed millions of times. A closelook at these apps brings to light intriguing new observations:e.g., Googles detection strategy and malwareauthors countermoves that cause the mysterious disappearanceand reappearance of some Google Play apps.

Publication
24th USENIX Security Symposium
Date
Links

More detail can easily be written here using Markdown and $\rm \LaTeX$ math code.