Growth of mobile malware was slow up until 2010, despite the industry constantly predicting it would increase. What change in 2010-2012 saw an explosion in malware?
Android was released
For mobile worms – name 3 main ways that they can spread from device to device
Apart from “normal” spyware features that are common between Windows and Mobile malware (infostealing of passwords) – name 3 features that are generally unique to mobile malware
Anything with SMS, or Phone Calls, Geolocation
Briefly (1-2 lines) explain how a Banking Mobile Trojan tends to work
They are normally designed to intercept 2 factor – by intercepting SMS or a proprietary protocol
You have found an Android malware sample that you believe to be exfiltrating data to a number starting with +353. Give a general overview of how to do Android malware analysis by treating it as Java code (as opposed to Dalvik assembly). In your description list:
Name ways how a malicious APK file can make its way onto a target phone?
What are three common malware motives?
How is an APK being created?
How can you analyse Android Malware?
Why increased malware on Android that much?
What is the AndroidManifest.xml?
The XML file AndroidManifest.xml describes the application (e.g. The permissions needed). These are the same permissions that are presented to a user when they wish to install an app
Name some other Android analysis tools?
What can you do if the some parts are coded directly in the Dalvik language?
Use SMALI / BAKSMALI