In the ever-evolving landscape of mobile technology, Android security remains a paramount concern for developers, researchers, and users alike.
‘Android Security Awesome’ is a comprehensive guide that aggregates an array of tools, academic resources, publications, and insights into exploits, vulnerabilities, and bugs within the Android ecosystem.
This collection aims to equip individuals and organizations with the knowledge and tools necessary to fortify their Android applications against emerging security threats.
A collection of Android security-related resources.
- Tools
- Academic/Research/Publications/Books
- Exploits/Vulnerabilities/Bugs
Tools
Online Analyzers
- AndroTotal
- Appknox – not free
- Virustotal – max 128MB
- Fraunhofer App-ray – not free
- NowSecure Lab Automated – Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free
- App Detonator – Detonate APK binary to provide source code level details including app author, signature, build, and manifest information. 3 Analysis/day free quota.
- Pithus – Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malware with Yara rules. More here.
- Oversecured – Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free.
- AppSweep by Guardsquare – Free, fast Android application security testing for developers
- Koodous – Performs static/dynamic malware analysis over a vast repository of Android samples and checks them against public and private Yara rules.
- Immuniweb. Does a “OWASP Mobile Top 10 Test”, “Mobile App Privacy Check” and an application permissions test. Free tier is 4 tests per day incl. report after registration
Static Analysis Tools
- Androwarn – detect and warn the user about potential malicious behaviors developed by an Android application.
- ApkAnalyser
- APKInspector
- Droid Intent Data Flow Analysis for Information Leakage
- DroidLegacy
- FlowDroid
- Android Decompiler – not free
- PSCout – A tool that extracts the permission specification from the Android OS source code using static analysis
- Amandroid
- SmaliSCA – Smali Static Code Analysis
- CFGScanDroid – Scans and compares CFG against CFG of malicious applications
- Madrolyzer – extracts actionable data like C&C, phone number etc.
- SPARTA – verifies (proves) that an app satisfies an information-flow security policy; built on the Checker Framework
- ConDroid – Performs a combination of symbolic + concrete execution of the app
- DroidRA
- RiskInDroid – A tool for calculating the risk of Android apps based on their permissions, with an online demo available.
- SUPER – Secure, Unified, Powerful and Extensible Rust Android Analyzer
- ClassyShark – Standalone binary inspection tool which can browse any Android executable and show important info.
- StaCoAn – Cross-platform tool which aids developers, bug-bounty hunters, and ethical hackers in performing static code analysis on mobile applications. This tool was created with a big focus on usability and graphical guidance in the user interface.
- JAADAS – Joint intraprocedural and interprocedural program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala
- Quark-Engine – An Obfuscation-Neglect Android Malware Scoring System
- One Step Decompiler – Android APK Decompilation for the Lazy
- APKLeaks – Scanning APK file for URIs, endpoints & secrets.
- Mobile Audit – Web application for performing Static Analysis and detecting malware in Android APKs.