CRAILGOct 16, 2020

DeepIntent: ImplicitIntent based Android IDS with E2E Deep Learning architecture

arXiv:2010.08607v12 citations
Originality Synthesis-oriented
AI Analysis

This addresses malware detection for Android users by creating a benchmark for classifiers using implicit Intents, though it is incremental as it applies existing deep learning methods to a new feature set.

The paper tackled the problem of detecting malware in Android applications by developing an intrusion detection system based solely on implicit Intents, achieving an area-under-curve of 0.81 and accuracy of 77.2% with a false-positive-rate of 0.11 on the Drebin dataset.

The Intent in Android plays an important role in inter-process and intra-process communications. The implicit Intent that an application could accept are declared in its manifest and are amongst the easiest feature to extract from an apk. Implicit Intents could even be extracted online and in real-time. So far neither the feasibility of developing an Intrusion Detection System solely on implicit Intent has been explored, nor are any benchmarks available of a malware classifier that is based on implicit Intent alone. We demonstrate that despite Intent is implicit and well declared, it can provide very intuitive insights to distinguish malicious from non-malicious applications. We conducted exhaustive experiments with over 40 different end-to-end Deep Learning configurations of Auto-Encoders and Multi-Layer-Perceptron to create a benchmark for a malware classifier that works exclusively on implicit Intent. Using the results from the experiments we create an intrusion detection system using only the implicit Intents and end-to-end Deep Learning architecture. We obtained an area-under-curve statistic of 0.81, and accuracy of 77.2% along with false-positive-rate of 0.11 on Drebin dataset.

Foundations

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

Your Notes