mobilesecuritywiki

来源:互联网 发布:java ping 编辑:程序博客网 时间:2024/06/14 07:12

from:https://mobilesecuritywiki.com/

            

    Please click on above icons to navigate between Wikis.

    Please use left sidebar to navigate between sections.                                  Last Updated on:12-8-2016

    Forensics Tools

    • bandicoot - A Python toolbox to analyze mobile phone metadata. It provides a complete, easy-to-use environment for data-scientist to analyze mobile phone metadata. With only a few lines of code, load your datasets, visualize the data, perform analyses, and export the results.

    • Android Connections Forensics - Enables a forensic investigator to connections to its originating process

    • Android Forensics - Open Source Android Forensics App and Framework

    • Android Data Extractor Lite

    • BitPim - BitPim is a program that allows you to view and manipulate data on many CDMAphones from LG, Samsung, Sanyo and other manufacturers.

    • fridump - Fridump is an open source memory dumping tool, primarily aimed at penetration testers and developers.

    • LiME - LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android.

    • Open Source Android Forensics

    • Project RetroScope

    • P2P-ADB - Phone to Phone Android Debug Bridge - A project for "debugging" phones from other phones.

    • pySimReader - It allows users to write out arbitrary raw SMS PDUs to a SIM card.

    Development Tools

    • Android SDK - The Android software development kit (SDK) includes a comprehensive set of development tools. These include a debugger, libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials.

    • Android NDK - The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++.

    • ADT Bundle - The Android Developer Tools(ADT) bundle is a single download that contains everything for developers to start creating Android Application

      • Android Studio IDE or Eclipse IDE
      • Android SDK tools
      • Android 5.0 (Lollipop) Platform
      • Android 5.0 emulator system image with Google APIs
    • Native Android Runtime Emulation - A native Android emulator featuring the following functions:

      • Full stack support for ELF built by Android NDK.
      • Seeminglessly native gdb support.
      • Link and load shared library.
      • Open to extension of different architecture and C runtime.
    • Root Tools - RootTools provides rooted developers a standardized set of tools for use in the development of rooted applications.

    Static Analysis Tools

    • Amandroid - Amandroid is a precise and general inter-component data flow analysis framework for security vetting of android apps.

    • Androwarn - Yet another static code analyzer for malicious Android applications

    • ApkAnalyser - ApkAnalyser is a static, virtual analysis tool for examining and validating the development work of your Android app.

    • APKInspector - APKinspector is a powerful GUI tool for analysts to analyze the Android applications.

    • droid-hunter - Android application vulnerability analysis and pentesting tool.

    • Error-Prone - Catch common Java mistakes as compile-time errors

    • FindBugs +FindSecurityBugs - FindSecurityBugs is a extension for FindBugs which include security rules for Java applications. It will find cryptography problems as well as Android specific problems.

    • FlowDroid - FlowDroid is a context-, flow-, field-, object-sensitive and lifecycle-aware static taint analysis tool for Android applications.

    • Lint - The Android lint tool is a static code analysis tool that checks your Android project source files for potential bugs and optimization improvements for correctness, security, performance, usability, accessibility, and internationalization.

    • Smali CFGs - Smali Control Flow Graph's

    • Smali and Baksmali - smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation.

    • SPARTA - The SPARTA project (Static Program Analysis for Reliable Trusted Apps) is building a toolset to verify the security of mobile phone applications.

    • Thresher - Thresher is a static analysis tool that specializes in checking heap reachability properties. Its secret sauce is using a coarse up-front points-to analysis to focus a precise symbolic analysis on the alarms reported by the points-to analysis.

    • VectorAttackScanner - A tool to analyze Android apps to detect points to attack, such as intents, receivers, services, processes and libraries

    Dynamic Analysis Tools

    • Android Hooker - This project provides various tools and applications that can be use to automaticaly intercept and modify any API calls made by a targeted application.

    • AppAudit - Online tool (including an API) to detect hidden data leaks in apps using both dynamic and static analysis.

    • BareDroid - Supports bare-metal analysis on Android devices at scale.

    • CuckooDroid - An extension of Cuckoo Sandbox, CuckooDroid brings the capabilities of executing and analyzing Android applications to Cuckoo.

    • Droidbox - DroidBox is developed to offer dynamic analysis of Android applications

    • Droid-FF - Droid-FF is an extensible fuzzing framework for Android

    • Drozer - Drozer allows you to search for security vulnerabilities in apps and devices by assuming the role of an app and interacting with the Dalvik VM, other apps' IPC endpoints and the underlying OS.

    • Marvin - Marvin is a system that analyzes Android applications in search of vulnerabilities and allows tracking of an app through its version history.

    • Inspeckage - Inspeckage is a tool developed to offer dynamic analysis of Android applications. By applying hooks to functions of the Android API, Inspeckage will help you understand what an Android application is doing at runtime.

    • PATDroid - A collection of tools and data structures for analyzing Android applications and the system itself. Forms the basis of AppAudit.

    Reverse Engineering Tools

    • Androguard - Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)

    • Android Apk decompiler - Online decompile for Apk and Dex Android files

    • Android loadble Kernel Modules - It is mostly used for reversing and debugging on controlled systems/emulators.

    • AndBug - Android Debugging Library

    • ApkTool - A tool for reverse engineering Android Apk Files

    • APK Studio - APK Studio is an IDE for decompiling/editing & then recompiling of android application binaries within a single user-interface.

    • Bytecode-Viewer - A Java 8 Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

    • ClassyShark - Android executables browser for analyzing APKs.

    • CodeInspect - A Jimple-based Reverse-Engineering framework for Android and Java applications.

    • dedex - A command line tool for disassembling Android DEX files.

    • dextra - dextra utility began its life as an alternative to the AOSP's dexdump and dx --dump, both of which are rather basic, and produce copious, but unstructured output. In addition to supporting all their features, it also supports various output modes, specific class, method and field lookup, as well as determining static field values. I lated updated it to support ART (which is also one of the reasons why the tool was renamed).

    • Dex2Jar - Tools to work with android .dex and java .class files

    • dexdisassembler - A GTK tool for disassembling Android DEX files.

    • Enjarify - Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode. This allows Java analysis tools to analyze Android applications.

    • Fern Flower - FernFlower Java decompiler

    • Fino - Android small footprint inspection tool

    • Introspy-Android - Blackbox tool to help understand what an Android application is doing at runtime and assist in the identification of potential security issues.

    • JD-Gui - Yet another fast Java Decompiler

    • JEB - The Interactive Android Decompiler

    • Lobotomy - Lobotomy is an Android security toolkit that will automate different Android assessments and reverse engineering tasks. The goal of the Lobotomy toolkit is to provide a console environment, which would allow a user to load their target Android APK once, then have all the necessary tools without needing to exit that environment. The 1.2 release will remain open source.

    • smali - An assembler/disassembler for Android's dex format

    • smali_emulator - Emulates a smali source file generated by apktool, for example to defeat obfuscation and encryption found in APKs.

    • Strongdb - Strongdb is a gdb plugin that is written in Python, to help with debugging Android Native program.The main code uses gdb Python API.

    • Xenotix APK Reverser - An open source Android Application Package (APK) decompiler and disassembler powered by dex2jar, baksmali and jd-core

    Hooking Tools

    • ADBI - Android Dynamic Binary Instrumentation (ADBI) is a tool for dynamically tracing Android native layer.

    • Cydia Substrate - Cydia Substrate for Android enables developers to make changes to existing software with Substrate extensions that are injected in to the target process's memory.

    • Diff-GUI - GUI for injecting JavaScript on Android (using Frida)

    • Dynamic Dalvik Instrumentation Toolkit - Simple and easy to use toolkit for dynamic instrumentation of Dalvik code.

    • Frida - Inject JavaScript to explore native apps on Android

    • Xposed Framework - Xposed framework enables you to modify the system or application aspect and behaviour at runtime, without modifying any Android application package(APK) or re-flashing.

    Obfuscators & Deobfuscators Tools

    • APK Obfuscator - A generic DEX file obfuscator and munger.

    • Bytecode-Viewer - A Java 8 Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

    • Class Name Deobfuscator - Simple script to parse through the .smali files produced by apktool and extract the .source annotation lines.

    • Dalvik Obfuscator - A set of tools/scripts to obfuscate and manipulate dex files

    • dex-oracle - A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis

    • Simplify - Generic Android Deobfuscator

    Online Analyzers

    • Android Observatory - The Android Observatory is a web interface to a large repository of Android applications. It allows users to search or browse through thousands of Android apps and retrieve metadata for those apps.

    • Android APK Decompiler - Decompiling APK files made easy. Online decompiler.

    • AndroidTotal - AndroTotal is a free service to scan suspicious APKs against multiple mobile antivirus apps.

    • Anubis - Malware Analysis for Unknown Binaries.

    • Akana - Akana is an online Android app Interactive Analysis Enviroment (IAE), which is combined with some plugins for checking the malicious app.

    • App360Scan - Tells about permissons used by an Application and what harm it can cause to users.

    • CopperDroid - It automatically perform out-of-the-box dynamic behavioral analysis of Android malware.

    • Dexter - Dexter is an interactive Android software analysis environment with collaboration features.

    • Eacus - A lite Android app analysis framework

    • Mobile Sandbox - The Mobile-Sandbox provides static and dynamic malware analysis combined with machine learning techniques for Android applications.

    • NVISO ApkScan - The ApkScan web application by NVISO allows you to scan Android applications for malware.

    • Sandroid - An automatic Android application analysis system

    • Virus Total - VirusTotal is a free service that analyzes suspicious files and URLs and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware.

    Android Testing Distributions

    • Android Tamer - Android Tamer is a Virtual / Live Platform for Android Security professionals.

    • Androl4b - An Android security virtual machine based on Ubuntu Mate. It includes a collection of the latest frameworks, tutorials and labs from different security geeks and researchers for reverse engineering and malware analysis

    • Appie - A portable software package for Android Pentesting and an awesome alternative to existing Virtual machines.It is a one stop answer for all the tools needed in Android Application Security Assessment, Android Forensics, Android Malware Analysis.

    • AppUse - AppUse is a VM (Virtual Machine) developed by AppSec Labs.

    • Mobisec -Mobile security testing live environment

    • NowSecure Lab community edition - It does dynamic analysis of mobile apps (network traffic)

    • Santoku Linux - Santoku is an OS and can be run outside a VM as a standalone operating system.

    • Shadow OS - ShadowOS is a free tool designed by Fortify on Demand to help Security and QA teams test Android applications for security vulnerabilities. It is a custom OS based off of KitKat that intercepts specific areas of the device's operation and makes testing apps for security vulnerabilites easier.

    • Vezir Project - Yet Another Linux Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis.

    Android Vulnerable Apps

    • Android Challenges of Various Conferences/Events

    • Damn Vulnerable Android App - DIVA (Damn insecure and vulnerable App) is an App intentionally designed to be insecure.

    • Owasp Goatdroid Project

    • ExploitMe labs by SecurityCompass

    • InsecureBank V2

    • Sieve- Sieve is a password manager app, riddled with security vulnerabilities.

    Android Security Apps

    • Android IMSI-Catcher-Detector - It is an app to detect IMSI-Catchers. IMSI-Catchers are false mobile towers (base stations) acting between the target mobile phone(s) and the real towers of service providers. As such they are considered a Man-In-The-Middle (MITM) attack. In the USA the IMSI-Catcher technology is known under the name "StingRay".

    • Am I Vulnerable - AIV is an Android security app that notifies the user of publicly known vulnerabilities found in the installed version of apps on the device.

    • Android Vulnerability Test Suite - In the spirit of open data collection, and with the help of the community, let's take a pulse on the state of Android security. NowSecure presents an on-device app to test for recent device vulnerabilities.

    • NetHunter - The Kali Linux NetHunter project is the first open source Android penetration testing platform for Nexus devices. NetHunter supports Wireless 802.11 frame injection, one-click MANA Evil Access Point setups, HID keyboard (Teensy like attacks), as well as BadUSB MITM attacks – and is built upon the sturdy shoulders of the Kali Linux distribution and toolsets.

    • Koodous - Koodous is a collaborative platform that combines the power of online analysis tools with social interactions between the analysts over a vast APKs repository focused on the detection of fraudulent patterns in Android applications. You can download their Android application to check whether your device contain any mailicious app or not.

    • SecureMe Droid (SMD) - is a security application for Android devices that scans existing apps, newly installed and updated apps for known vulnerabilities and security issues.

    Application Security Framework

    • AndroBugs - The AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. Its commandline interface and output offer superb efficiency and accuracy.

    • AppMon - AppMon is a runtime security testing & profiling framework for macOS, iOS and android apps. It is useful for mobile penetration testers to validate the security issues report by a source code scanner by validating them by inspecting the API calls at runtime.
      Also useful for monitoring the app’s overall activity and focus on things that seem suspicious e.g. data leaks, credentials, tokens etc. You can either use pre-defined scripts or write your own to modify the app’s functionality/logic in the runtime e.g. spoofing the DeviceID, spoofing the GPS co-ordinates, faking In-App purchases,
      bypassing Apple's TouchID etc.

    • AppRay - App-Ray takes a look inside your apps and helps you understand what they really do. In fully automated tests, App-Ray analyzes apps and highlights vulnerabilities, data leaks, and privacy breaches.

    • Mobile Security Framework (MobSF) - Mobile Security Framework is an intelligent, all-in-one open source mobile application (Android/iOS) automated pen-testing framework capable of performing static and dynamic analysis.

    • Qark - Quick Android Review Kit - This tool is designed to look for several security related Android application vulnerabilities, either in source code or packaged APKs. The tool is also capable of creating "Proof-of-Concept" deployable APKs and/or ADB commands, capable of exploiting many of the vulnerabilities it finds. There is no need to root the test device, as this tool focuses on vulnerabilities that can be exploited under otherwise secure conditions.

    • SUPER - Secure, Unified, Powerful and Extensible Rust Android Analyzer can be used to automatically analyze apps for vulnerabilities.

    Android Malwares Related

    • backdoor-apk - A shell script that simplifies the process of adding a backdoor to any Android APK file.

    • Contagio Mini Dump - Contagio mobile mini-dump offers an upload dropbox for you to share your mobile malware samples.

    • Android Malwares Databases - No Longer Maintained.

    • Android Malware Evaluating Tools - Evaluation tools for Android Malwares

    • Maldrolyzer - Simple framework to extract "actionable" data from Android malware (C&Cs, phone numbers etc.)

    • Spreitzenbarth - List of Android-Malware-Families with their main capabilities.

    Tutorials

    • Android Application Security Series - A simple and elaborative series on Android Application Security. Beneficial for Android Security Professionals and Developers.

    • Android Forensics Course

    • Introduction to ARM

    • Android Security Articles By Infosec Institute
    • Learning Android Bytecode

    Android Vulnerability List

    • Android Vulnerabilties
    • Android Vulnerability/Exploit List
    • Android CVE Details

    Android Security Libraries

    • Android Password Store

    • Android Pinning - A standalone library project for certificate pinning on Android.

    • Conceal By Facebook - Conceal provides easy Android APIs for performing fast encryption and authentication of data.

    • Dexguard - DexGuard is our specialized optimizer and obfuscator for Android. Create apps that are faster, more compact, and more difficult to crack.

    • Encryption - Encryption is a simple way to create encrypted strings to Android project.

    • CWAC-Security - Helping You Help Your Users Defend Their Data

    • IOCipher - IOCipher is a virtual encrypted disk for apps without requiring the device to be rooted.

    • Java AES Crypto - A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.

    • NetCipher - This is an Android Library Project that provides multiple means to improve network security in mobile applications.

    • OpenPGP API - The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads.

    • OWASP Java HTML Sanitizer

    • Proguard - ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes.

    • Spongy Castle - a repackage of Bouncy Castle for Android

    • SQL Cipher - SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

    • Secure Preferences - Android Shared preference wrapper than encrypts the keys and values of Shared Preferences.

    • Trusted Intents - Library for flexible trusted interactions between Android apps

    Best Practices

    • NIST Cybersecurity Practice Guide : “Mobile Device Security: Cloud & Hybrid Builds”
    • Android Security Overview
    • Android Security Tips for Developers
    • Mobile Application Penetration Testing Cheat Sheet
    • MobileAppReportCard: Microsoft Excel spreadsheets for consistent security evaluation of Android and iOS mobile applications
    • Projects/OWASP Mobile Security Project - Top Ten Mobile Controls
    • PCI Mobile Payment AcceptanceSecurity Guidelines for Developers
    • Secure Coding in Android
    • Android Application Secure Design/Secure Coding Guidebook

    Books

    BookYearAuthorLinkExploring Security Enhancements for Android2015William Confer, William RobertsLinkThe Mobile Application Hacker's Handbook2015Dominic Chell, Tyrone Erasmus, Jon Lindsay, Shaun Colley, Ollie WhitehouseLinkAndroid Hacker's Handbook2014Joshua J. Drake, Zach Lanier, Collin Mulliner, Pau Oliva, Stephen A. Ridley, Georg WicherskiLinkAndroid Security Internals2014Nikolay ElenkovLinkAndroid Malware And Analysis2014Shane Hartman, Ken Dunham, Manu Quintans, Jose Andre Morales, Tim StrazzereLinkLearning Pentesting for Android2014Aditya GuptaLinkAndroid Security Cookbook2013Keith Makan, Scott-Alexander-BrownLinkAndroid Malware2013Xuxian Jiang, Yajin ZhouLinkAndroid Application Security Essentials2013Pragati RaiLinkHacking Exposed Mobile Security Secrets & Solutions2013Neil Bergman, Mike Stanfield, Jason Rouse, Joel Scrambay, Sarath Geethakumar, Swapnil Deshmukh, John Steven, Mike Price, Scott MatsumotoLinkAndroid Security: Attacks and Defenses2013Anmol Misra, Abhishek DubeyLinkMobile Phone Security and Forensics: A Practical Approach2012I.I. AndroulidakisLinkAndroid Apps Security2012Sheran GunasekeraLinkDecompiling Android2012Godfrey NolanLinkMobile Application Security2012Himanshu Dwivedi, Chris Clark and David ThielLinkXDA Developers' Android Hacker's Toolkit2012Jason Tyler, Will VerduzcoLinkAndroid Forensics: Investigation, Analysis and Mobile Security for Google Android'2011Andrew HoogLinkApplication Security for the Android Platform: Processes, Permissions, and Other Safeguards2011Jeff SixLinkEmbedded Java Security: Security for Mobile Devices2010Mourad Debbabi, Mohamed Saleh, Chamseddine Talhi and Sami ZhiouaLink

    Android Security Research Papers

    • Analysis of Secure Key Storage Solutions on Android
    • ATTACKING THE LINUX PRNG ON ANDROID
    • Android OEM's applications (in)security and backdoors without permission
    • Attacks on Android Clipboard
    • A Study of Android Application Security
    • Attacks on Webview in the Android System
    • Gues who's is Texting you?Evaluating Security of Smartphone Messaging Applications
    • Evaluations of Security Solutions for Android Systems
    • Why Eve and Mallory Love Android:An Analysis of Android SSL (In)Security
    • The Impact of Vendor Customizations on Android Security
    • The Peril of Fragmentation: Security Hazards inAndroid Device Driver Customizations
    • An Empirical Study of Cryptographic Misusein Android Applications
    • Android Permissions:User Attention, Comprehension, and Behavior
    • AppsPlayground: Automatic Security Analysis ofSmartphone Applications
    • Understanding and Improving App Installation SecurityMechanisms through Empirical Analysis of Android
    • Android Malware Situation
    • PowerSpy: Location Tracking using Mobile Device Power Analysis
    • EdgeMiner: Automatically Detecting ImplicitControl Flow Transitions through the Android Framework
    • Detecting Passive Content Leaks and Pollution in Android Applications
    • DIVILAR: Diversifying Intermediate Language for Anti-Repackaging on Android Platform
    • RiskRanker: Scalable and Accurate Zero-day Android Malware Detection
    • DroidMOSS: Detecting Repackaged Smartphone Applications in Third-Party Android Marketplaces
    • Dissecting Android Malware: Characterization and Evolution
    • Hey, You, Get off of My Market: Detecting Malicious Apps in Official and Alternative Android Markets
    • Systematic Detection of Capability Leaks in Stock Android Smartphones
    • Fast, Scalable Detection of “Piggybacked” MobileApplications
    • Leaving our ZIP undone: how to abuse ZIP to deliver malware apps
    • Forensic Analysis On Android: A Practical Case
    • A Machine Learning Approach to Android Malware Detection
    • Cross Site Scripting Attacks on Android Webview
    • Autonomous smartphone apps: self-compilation, mutation, and viral spreading
    • BareDroid: Large-Scale Analysis of Android Apps on Real Devices

    Security Overview

    • Security Enhancements in Android 5.0
    • Security Enhancements in Android 4.4
    • Security Enhancements in Android 4.3
    • Security Enhancements in Android 4.2
    • Security Enhancements in Android 1.5 through Android 4.1
    • Android Security Enhancements
    • Android Browsers Static Security Analysis

    Presentations

    PresentationConferenceYearAuthorLinkSolving the Mobile Security GapSaintCon2015Franke MartinezLinkMobile Device Security in the EnterpriseSaintCon2015Dmitry DessiatnikovLinkImproving mobile security with forensics, app analysis and big dataAndroid Security Symposium2015Andrew HoogLinkAndroid security architectureAndroid Security Symposium2015Nikolay ElenkovLinkLessons from the trenches: An inside look at Android securityAndroid Security Symposium2015Nick KralevichLinkSecure copy protection for mobile appsAndroid Security Symposium2015Nils T. KannengiesserLinkHuman factors in anonymous mobile communicationAndroid Security Symposium2015Svenja SchröderLinkContinuous risk-aware multi-modal authenticationAndroid Security Symposium2015Rainhard D. Findling and Muhammad MuaazLinkAssessing Android applications using command-line fuAndroid Security Symposium2015Pau Oliva ForaLinkThe quest for usable securityAndroid Security Symposium2015N. AsokanLinkAndroid and trusted execution environmentsAndroid Security Symposium2015Jan-Erik EkbergLinkAn infestation of dragons: Exploring vulnerabilities in ...Android Security Symposium2015Josh Thomas and Charles HolmesLinkSecure elements for you and me: A model for programmable secure ...Android Security Symposium2015Alexandra DmitrienkoLinkMobile threats incident handlingAndroid Security Symposium2015Yonas LeguesseLinkHow Google killed two-factor authenticationAndroid Security Symposium2015Victor van der VeenLinkMobile Application Reverse Engineering: Under the HoodDerbycon2015Drew Branch Billy McLaughlinLinkUnbillable: Exploiting Android In App PurchasesDerbycon2015Alfredo RamirezLinkThe problems with JNI obfuscation in the Android Operating SystemDerbycon2015Rick RamgattieLinkOffensive & Defensive Android Reverse EngineeringDefcon2015Jon Sawyer, Tim Strazzere, Caleb FentonLinkFuzzing Android System Services by Binder Call to Escalate PrivilegeBlackhat USA2015Guang GongLinkFingerprints on Mobile Devices: Abusing and LeakingBlackhat USA2015Yulong Zhang & Tao WeiLinkAh! Universal Android Rooting is BackBlackhat USA2015Wen XuLinkAttacking Your Trusted Core: Exploiting Trustzone on AndroidBlackhat USA2015Di ShenLinkThis is DeepERENT:Tracking App Behaviors with Phone for Evasive Android MalwareBlackhat USA2015Y.Park & J.ChoiLinkMobile Point of Scam: Attacking the Square ReaderBlackhat USA2015Alexandrea Mellen & John Moore & Artem LosevLinkCommercial Mobile Spyware - Detecting the UndetectableBlackhat USA2015Joshua Dalman & Valerie HantkeLinkFaux Disk Encryption: Realities of Secure Storage on Mobile DevicesBlackhat USA2015Daniel Mayer & Drew SuarezLinkStagefright: Scary Code in the Heart of AndroidBlackhat USA2015Joshua J. DrakeLinkAndroid Security State of the UnionBlackhat USA2015Adrian LudwigLinkIs my app secure?Bsides Lisbon2015Cláudio André, Herman DuarteLinkThe nightmare behind the cross platform mobile apps dreamBlackhat Asia2015Marco Grassi, Sebastian GuerreroLinkDABid: The Powerful Interactive Android Debugger for Android Malware AnalysisBlackhat Asia2015 LinkResurrecting The READ_LOGS Permission On Samsung DevicesBlackhat Asia2015Ryan Johnson, Angelos StavrouLinkWe Can still Crack youBlackhat Asia2015 LinkRelaying contactless EMV transactions with off-the-self hardwareBlackhat Asia2015 LinkHiding behind ARTBlackhat Asia2015Paul SebanalLinkWatch you lookin’ at?Securi-Tay2015Jahmel Harris & Owen EvansLinkOn Relaying NFC Payment Transactions using Android devicesRootedCon2015Ricardo J. Rodríguez y & José VilaLinkAndroid: Back to the Future, Two or TooRootedCon2015Raúl SilesLinkUnderstanding IMSI PrivacyBlackHat USA2015Ravishankar Borgaonkar & Swapnil UdarLinkAndroid FakeID Vulnerability WwalkthroughBlackHat USA2015Jeff ForristaLinkReflection On Trusting TrustzoneBlackHat USA2015Dan RosenbergLinkResearching Android Device Security With The Help Of A Droid ArmyBlackHat USA2015Joshua DrakeLinkMyY Google Glass Sees Your Passwords!BlackHat USA2015Xinwen Fu & Qinggang Yue & Zhen LingLinkCellular Exploitation On A Global Scale: The Rise And Fall Of The Ccontrol ProtocolBlackHat USA2015Mathew Solnik & Marc BlanchouLinkAndroid FakeId VulnerabilityBlackhat2014Jeff ForristalLinkMobile Analysis Kung Fu, Santoku StyleRSA Conference2014Andrew Hoog & Sebastián GuerreroLinkBeginners Guide to Reverse Engineering Android AppsRSA Conference2014Pau Oliva ForaLinkTouchlogger on iOS and AndroidRSA Conference2014Neal Hindocha & Nathan McCauleyLinkPredatory Hacking of Mobile: Real DemosRSA Conference2014Jeff ForristalLinkReverse Engineering, Pentesting and Hardening of Android AppsDroidCon2014Marco GrassiLinkDREBIN: Effective and Explainable Detection of Android Malware in Your PocketNDSS2014Daniel Arp, Michael Spreitzenbarth, Malte Hubner, Hugo Gascon & Konrad RieckLinkExecute This! Analyzing Unsafe and Malicious Dynamic Code Loading in Android ApplicationsNDSS2014Sebastian Poeplau, Yanick Fratantonio, Antonio Bianchi, Christopher Kruegel, Giovanni VignaLinkAppSealer: Automatic Generation of Vulnerability-Specific Patches for Preventing Component Hijacking Attacks in Android ApplicationsNDSS2014Mu Zhang, Heng YinLinkSMV-Hunter: Large Scale, Automated Detection of SSL/TLS Man-in-the-Middle Vulnerabilities in Android AppsNDSS2014David Sounthiraraj, Justin Sahs, Zhiqiang Lin, Latifur Khan, Garrett GreenwoodLinkAirBag: Boosting Smartphone Resistance to Malware InfectionNDSS2014Chiachih Wu, Yajin Zhou, Kunal Patel, Zhenkai Liang, Xuxian JiangLinkPre-installed Android application poisoningAppSecAsiaPac2014Yoshitaka KatoLinkRage Against the Virtual Machine: Hindering Dynamic Analysis of Android MalwareEuroSec2014Thanasis Petsas, Giannis Voyatzis, Elias Athanasopoulos, Sotiris Ioannidis, Michalis PolychronakisLinkPentesting Android ApplicationsConfraria Segurança PT2014Cláudio AndréLinkTricks for image handling in AndroidDroidCon Berlin2014Tyrone NicholasLinkPost-Mortem Memory Analysis of Cold-Booted Android DevicesIMF2014Christian Hilgers, Holger Macht, Tilo Muller, Michael SpreitzenbarthLinkExecute this! Looking into code-loading techniques on AndroidHoneynet Project Workshop2014Sebastian Poeplau, Yanick Fratantonio, Antonio Bianchi, Christopher Kruegel, Giovanni VignaLinkExploiting the Bells and Whistles: Uncovering OEM Vulnerabilities in AndroidCarolinaCon2014Jake VallettaLinkEnter Sandbox: Android Sandbox ComparisonMOBILE SECURITY TECHNOLOGIES2014Sebastian Neuner, Victor van der Veen, Martina Lindorfer, Markus Huber, Georg Merzdovnik, Martin Mulazzani and Edgar WeippLinkA Systematic Security Evaluation of Android's Multi-User FrameworkMOBILE SECURITY TECHNOLOGIES2014Paul Ratazzi, Yousra Aafer, Amit Ahlawat, Hao Hao, Yifei Wang and Wenliang DuLinkSprobes: Enforcing Kernel Code Integrity on the TrustZone ArchitectureMOBILE SECURITY TECHNOLOGIES2014Xinyang Ge, Hayawardh Vijayakumar and Trent JaegerLinkAndroid Packers:Separating from the packHacktivity2014Ruchna NigamLinkASM: A Programmable Interface for Extending Android Security23rd USENIX Security Symposium2014Stephan Heuser, Adwait Nadkarni, William Enck, Ahmad-Reza SadeghiLinkPeeking into Your App without Actually Seeing it: UI State Inference and Novel Android Attacks23rd USENIX Security Symposium2014Qi Alfred Chen, Zhiyun Qian, Z. Morley MaoLinkOn the Feasibility of Automa3cally Generating Android Component Hijacking ExploitsHitcon2014Wu DaoyuanLinkPlay Flappy Bird while you pentest Android in styleHitcon2014Chris Liu & Matthew LionettiLinkBypassing wifi pay-walls with AndroidRootedCon2014Pau Oliva ForaLinkA distributed approach to malware analysisBruCON 0x062014Daan RamanLinkEnter The Snapdragon!Hacktivity2014Daniel KomaromyLinkAndroid Forensics: The Joys of JTAGRuxcon2014tty0x80LinkTACKYDROID: Pentesting Android Applications in StyleHiTB KUL2014Chris Liu & Matthew LionettiLinkBREAKING “SECURE” MOBILE APPLICATIONSHiTB KUL2014Dominic ChellLinkHide Android Applications in ImagesBlackHat Europe2014Axelle Apvrille & Ange AlbertiniLinkMAN IN THE BINDER: HE WHO CONTROLS IPC, CONTROLS THE DROIDBlackHat Europe2014Nitay Artenstein & Idan RevivoLinkMobile Hacking – Reverse Engineering the Android OSHackerHalted2014Tom UpdegroveLinkMaking Android's Bootable Recovery Work For YouEkoParty2014Drew Suarez at EkoPartyLinkAn Infestation of Dragons: Exploring Vulnerabilities in the ARM TrustZone ArchitecturePacSec Japan2014Josh "m0nk" Thomas, Charles Holmes & Nathan KeltnerLinkHey, we catch you - dynamic analysis of Android applicationsPacSec Japan2014Wenjun HuLinkSteroids for your App Security AssessmentZeroNights2014Marco GrassiLinkRacing with DROIDSZeroNights2014Peter HlavatyLinkCreating a kewl and simple Cheating Platform on AndroidDeepSec2014Milan Gabor & Danijel GrahLinkDex Education 201: Anti-EmulationHitCon2013Tim StrazzereLink
    0 0