Advertisement
efxtv

50 Tools for Android Malware Research & Analysis

Jun 13th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | Cryptocurrency | 0 0
  1. ⚠️ DISCLAIMER:
  2. This list is intended for **educational, research, and cybersecurity testing purposes only**. Do NOT use these tools for malicious or unauthorized activity. Always work within the bounds of the law.
  3.  
  4. ====================================
  5. πŸ§ͺ 50 Tools for Android Malware Research & Analysis
  6. ====================================
  7.  
  8. == πŸ” Reverse Engineering & Static Analysis Tools ==
  9. 1. JADX – Android APK decompiler
  10. 2. APKTool – Decompile and recompile APK files
  11. 3. Bytecode Viewer – Analyze Android bytecode
  12. 4. Ghidra – Reverse engineering framework (by NSA)
  13. 5. IDA Pro – Interactive Disassembler
  14. 6. Androguard – APK static analysis and decompilation
  15. 7. Dex2Jar – Convert .dex files to .class files
  16. 8. JD-GUI – Java .class file decompiler
  17. 9. Baksmali / Smali – Disassembler/assembler for DEX code
  18. 10. ClassyShark – Inspect contents of APKs
  19.  
  20. == πŸ§ͺ Dynamic Analysis & Sandboxing Tools ==
  21. 11. MobSF – Mobile Security Framework (static + dynamic analysis)
  22. 12. Frida – Dynamic instrumentation toolkit
  23. 13. Xposed Framework – Hook into Android app behavior
  24. 14. AppUse – Mobile app security testing VM
  25. 15. CuckooDroid – Android malware sandbox (Cuckoo + Android)
  26. 16. Inspeckage – Runtime APK analysis via Xposed
  27. 17. Drozer – Android attack surface mapper
  28. 18. QARK – Vulnerability scanner for APKs
  29. 19. TaintDroid – Privacy tracking system
  30. 20. ReFrameworker – Hook and patch Android apps dynamically
  31.  
  32. == πŸ€ Android RATs & Malware Samples (for Research) ==
  33. 21. Craxs Rat – Commercially available Android RAT
  34. 22. L3MON – Web-based Android RAT
  35. 23. AhMyth – Open-source Android RAT (Java/Electron)
  36. 24. HydraDroid – Command control Android RAT
  37. 25. SpyNote – Stealthy Android RAT with spyware features
  38. 26. AndroRAT – First open-source Android Remote Admin Tool
  39. 27. Cerberus – Banking trojan with RAT features
  40. 28. Alien RAT – Based on leaked Cerberus code
  41. 29. Anubis – Android banking and credential stealer
  42. 30. Triout – Android surveillance malware
  43.  
  44. == πŸ› οΈ APK Payload Injectors & Malware Builders ==
  45. 31. TheFatRat – Payload generator (Android + others)
  46. 32. Evil-Droid – Inject backdoors into APKs
  47. 33. MSFVenom – Payload builder for Android (Metasploit)
  48. 34. APKInjector – Combine malicious payload with APK
  49. 35. Backdoor APK – Injects shellcode into legitimate APKs
  50. 36. FUD-APK-Binder – APK binder with FUD options
  51. 37. MARA Framework – Mobile security toolkit
  52. 38. Dendroid – Leaked commercial Android RAT
  53.  
  54. == 🧠 Threat Intel & Behavioral Analysis Platforms ==
  55. 39. VirusTotal – Multi-AV file scan engine
  56. 40. Hybrid Analysis – File sandboxing for APKs
  57. 41. Joe Sandbox Mobile – Advanced Android malware analysis
  58. 42. Intezer Analyze – Code genome analysis
  59. 43. Koodous – Community malware scanner for APKs
  60. 44. APKScan – Legacy APK analyzer (archived)
  61. 45. MITMProxy – Intercept traffic from malicious APKs
  62. 46. Wireshark – Network packet analysis
  63.  
  64. == 🧰 Utility Tools for Malware Analysis ==
  65. 47. ADB – Android Debug Bridge for device control
  66. 48. Magisk – Systemless root tool
  67. 49. AVD – Android Virtual Device (via Android Studio)
  68. 50. Genymotion – Android emulator for malware testing
  69.  
  70. ===========================
  71. Need help building a lab? Ask for a setup guide!
  72. ===========================
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement