Android App Security Checklist Logo

Android App Security Checklist

0
Free
Visit Website

A checklist with security considerations for designing, testing, and releasing secure Android apps. It is based on the OWASP Mobile Application Security Verification Standard, Mobile Application Security Testing Guide and others. Follow the links on each checklist item for detailed instructions and recommendations. Data Storage: The Keystore is used to store sensitive data, such as user credentials or cryptographic keys. No sensitive data is written to application logs. No sensitive data is shared with third parties unless it is a necessary part of the architecture. The keyboard cache is disabled on text inputs that process sensitive data. No sensitive data is exposed via IPC mechanisms. No sensitive data, such as passwords or pins, is exposed through the user interface. No sensitive data is included in backups. Sensitive data is removed from views when they're moved to the background. Platform Interaction: The app only requests the minimum set of permissions necessary. All inputs from external sources and the user are validated and if necessary sanitized. This includes data received via the UI, IPC mechanisms such as intents, custom URLs, and network streams.

FEATURES

ALTERNATIVES

Industrial control system automation and testing tool for SCADA security testing.

A platform for creating and managing fake phishing campaigns to raise awareness and train users to identify suspicious emails.

Innovative tool for mobile security researchers to analyze targets with static and dynamic analysis capabilities and sharing functionalities.

Introspy-Android is a blackbox tool for understanding Android app behavior and identifying security issues at runtime.

Tools and documentation for validating hardware security requirements on x86 platforms, including bootable USB key creation and platform configuration verification.

Open-source rules for detecting and preventing email attacks like BEC, malware, and credential phishing.

A Python tool for patching Dalvik bytecode in DEX files and assisting in Android application analysis

Runtime mobile exploration toolkit powered by Frida for assessing mobile app security without jailbreak.