Elsevier

Expert Systems with Applications

Volume 95, 1 April 2018, Pages 113-126
Expert Systems with Applications

Picking on the family: Disrupting android malware triage by forcing misclassification

https://doi.org/10.1016/j.eswa.2017.11.032Get rights and content
Under a Creative Commons license
open access

Highlights

  • We propose IagoDroid, a novel evasion attack against static analysis.

  • IagoDroid successfully swaps the classification of 28 of 29 malware families.

  • IagoDroid can defeat the classifier modifying only a single feature.

  • Our countermeasure detects potential evasions between 90% and 99%.

  • IagoDroid and all the data used in the paper are publicly available.

Abstract

Machine learning classification algorithms are widely applied to different malware analysis problems because of their proven abilities to learn from examples and perform relatively well with little human input. Use cases include the labelling of malicious samples according to families during triage of suspected malware. However, automated algorithms are vulnerable to attacks. An attacker could carefully manipulate the sample to force the algorithm to produce a particular output. In this paper we discuss one such attack on Android malware classifiers. We design and implement a prototype tool, called IagoDroid, that takes as input a malware sample and a target family, and modifies the sample to cause it to be classified as belonging to this family while preserving its original semantics. Our technique relies on a search process that generates variants of the original sample without modifying their semantics. We tested IagoDroid against RevealDroid, a recent, open source, Android malware classifier based on a variety of static features. IagoDroid successfully forces misclassification for 28 of the 29 representative malware families present in the DREBIN dataset. Remarkably, it does so by modifying just a single feature of the original malware. On average, it finds the first evasive sample in the first search iteration, and converges to a 100% evasive population within 4 iterations. Finally, we introduce RevealDroid*, a more robust classifier that implements several techniques proposed in other adversarial learning domains. Our experiments suggest that RevealDroid* can correctly detect up to 99% of the variants generated by IagoDroid.

Keywords

Malware classification
Adversarial learning
Genetic algorithms
Iagodroid

Cited by (0)