Skip to content
Mónica Pastor edited this page Oct 9, 2021 · 3 revisions

Mobile Audit tries to find vulnerabilities in the first steps of the development lifecycle, so it focuses alone in static analysis and it does not require the applications to have a runtime environment.

This tool focus in three main parts: Static Analysis, Malware Analysis and Best Practices of Secure Android Coding.

Static Analysis (SAST)

It will perform a full decompilation of the APK and extract all the possible information of it.

Scan

It reports the different vulnerabilities and findings in the source code grouped by different categories.

Findings

Also, it has full support on finding triage (change status and criticality)

Triage

Malware Analysis

It finds dangerous permissions and suspicious code.

Malware Analysis

Best Practices of Secure Android Coding

Tells the developers in which parts of the code they are coding securely and where they are not.

Best Practices

Tool integrations

Virus Total (API v3)

It checks if there has been an scan of the APK and extract all its information. Also, there is the possibility of uploading the APK is selected a property in the environment.

VirusTotal

Once the analysis it is performed, there will appear all the information of the different detections:

Detections

Defect Dojo (API v2)

It is possible to upload the findings to the defect manager

DefectDojo

MalwareDB

It checks in the database if there are URLs in the APK that are related with Malware.

MalwareDB