CRDec 10, 2019

Deep Learning Based Android Malware Detection Framework

arXiv:1912.12122v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses malware threats for smartphone users, but it is incremental as it applies existing deep learning methods to a specific domain.

The paper tackles Android malware detection by using attention-based artificial neural networks to classify Android Package Files (APKs) as malicious or not, achieving an accuracy of 96.75%.

With the development in the field of smartphones and ever growing base of Internet, various softwares are left prone to many malicious activities like pharming, phishing, ransomware, spam, spoofing, spyware, eavesdropping, etc. These threats have not spared the smartphones which are equally prone to them. In this work, we aim to detect these malwares with accuracy and efficiency. This being essentially a classification problem, we use various machine learning methods for this task. We observe that across models, Attention based Artificial Neural Networks (ANN), or broadly speaking, Deep Learning, are most suitable for this problem. Attention based ANNs are an amalgamation of accuracy and efficiency, the crux of our work. The accuracy achieved by our model is around 96.75\%. Our model runs the test on Android Package Files (APKs) to determine whether a particular application is malicious or not by doing behavior analysis on android application under consideration.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes