Reverse Engineering Android Malware Apps
·23 mins
Android Malware Analysis # The goal: Understand android APK malware analysis
Learning points:
Understand malware and analyze an Android RAT Static and dynamic analysis using JADX, apktool and android emulator Learn how to reverse android apps Understand different types of android malware: RAT vs stalkerware Understanding the different android components in relation to malware abuse Ahmyth app # This is the aplication we will analyze: https://ahmyth.com/. AhMyth is an open source Remote Access Trojan(RAT) developed for the Android operating system.
Malware is anything that does some action the end user has not consented to and they run in the background stealing user data remotely.