quick android review kit (qark)

9
Quick Android Review KIT (QARK) Android Security Testing Tool

Upload: chandan-kumar-sonkar

Post on 15-Jan-2017

122 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Quick android review kit (qark)

Quick Android Review KIT

(QARK)

Android Security Testing Tool

Page 2: Quick android review kit (qark)

Hello!I am Chandan Kumar

This presentation is about an open source security tool for static code analysis.

You can find me @ [email protected]

Page 3: Quick android review kit (qark)

QUARK

WHAT IS IT??

Page 4: Quick android review kit (qark)

Quick Android Review KIT (QUARK)

“ QARK is a static code analysis tool, designed to recognize potential security vulnerabilities and points of concern for Java-based Android applications. QARK was designed to be community based,

available to everyone and free for use. ”

Page 5: Quick android review kit (qark)

What it Does? Included in the types of security vulnerabilities this tool attempts to find are:

Improperly protected exported components

Intents which are vulnerable to interception or eavesdropping

Improper x.509 certificate validation

Activities which may leak data

Insecurely created Pending Intents

Sending of insecure Broadcast Intents

Private keys embedded in the source

Weak or improper cryptography use

Potentially exploitable WebView configurations

Tapjacking

Apps supporting outdated API versions, with known vulnerabilities

Page 6: Quick android review kit (qark)

Requirement :● Python 2.7.6

● JRE 1.6+ (preferably 1.7+)

● OSX or Ubuntu Linux (Others may work, but not fully tested)

Page 7: Quick android review kit (qark)

Download QARK from following link:http://resources.infosecinstitute.com/wp-content/uploads/qark-master.zip

Page 8: Quick android review kit (qark)

➜ Download the QARK➜ Navigate to quark folder and type <python

qark.py>➜ Enter option(1/2) to provide apk/source

code.➜ Inspect Manifest file➜ Decompile the apk and vulnerability will be

displayed on the screen➜ You can create a custom apk of vulnerable

app and print the report of SCA (Static Code Analyis)

AUDIT STEPs :

Page 9: Quick android review kit (qark)

Thanks!Any questions?

You can find me at:[email protected]