دانلود مقاله ISI انگلیسی شماره 158660
ترجمه فارسی عنوان مقاله

به سوی یک تجزیه و تحلیل ترکیبی قابل اعتماد از نرم افزارهای مخرب آندروید با استفاده از برنامه نویسی جنبه گرا

عنوان انگلیسی
Toward a more dependable hybrid analysis of android malware using aspect-oriented programming
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
158660 2018 14 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Computers & Security, Volume 73, March 2018, Pages 235-248

ترجمه کلمات کلیدی
تجزیه و تحلیل ترکیبی، بافت کدی بافی، ابزار دقیق، اعدام پویا، اندروید، بد افزار، گردش داده ها،
کلمات کلیدی انگلیسی
Hybrid analysis; Bytecode weaving; Instrumentation; Dynamic execution; Android; Malware; Dataflow;
پیش نمایش مقاله
پیش نمایش مقاله  به سوی یک تجزیه و تحلیل ترکیبی قابل اعتماد از نرم افزارهای مخرب آندروید با استفاده از برنامه نویسی جنبه گرا

چکیده انگلیسی

The growing threat to user privacy by Android applications (app) has tremendously increased the need for more reliable and accessible analysis techniques. This paper presents AspectDroid1—an offline app-level hybrid analysis system designed to investigate Android applications for possible unwanted activities. It leverages static bytecode instrumentation to weave in analysis routines into an existing application to provide efficient dataflow analysis, detection of resource abuse, and analytics of suspicious behaviors, which are then monitored dynamically at runtime. Unlike operating system or framework dependent approaches, AspectDroid does not require porting from one version of Android to another, nor does it depend on a particular Android runtime, making it a more adaptable and easier to use technique. We evaluate the strength of our dataflow algorithm on 105 apps from the DroidBench corpus, with experimental results demonstrating that AspectDroid can detect tagged data with 94.68% accuracy. Furthermore, we compare and contrast the behavioral patterns in 100 malware samples from the Drebin dataset (Arp et al., 2014) and 100 apps downloaded from Google Play. Our results showed more traces of sensitive data exfiltration, abuse of resources, as well as suspicious use of programming concepts like reflection, native code, and dynamic classes in the malware set than the Google Play apps. In terms of runtime overhead, our experiments indicate AspectDroid can comprehensively log relevant security concerns with an approximate overhead of 1 MB memory and a 5.9% average increase in CPU usage.