Back to Mobile Security Framework Mobsf

Android Binary Analysis

mobsf/templates/static_analysis/android_binary_analysis.html

4.4.62.8 KB
Original Source

APP SCORES

{% if app_type not in 'so' %}

{% if average_cvss %} Average CVSS {{ average_cvss }}
{% endif %} Security Score {{ appsec.security_score }}/100
{% endif %} {% if trackers.detected_trackers > 0 %} Trackers Detection {{ trackers.detected_trackers }}/{{ trackers.total_trackers }}
{% else %} Trackers Detection {{ trackers.detected_trackers }}/{{ trackers.total_trackers }}
{% endif %} {% if virus_total and virus_total.items|length > 9 %} {% if virus_total.positives > 0 %} VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% else %} VirusTotal Detection {{ virus_total.positives }}/{{ virus_total.total }}
{% endif %} {% endif %}

{% if app_type not in 'so' %}

MobSF Scorecard

{% endif %}

FILE INFORMATION

File Name {{ file_name }}
Size {{ size }}
MD5 {{ md5 }}
SHA1 {{ sha1 }}
SHA256 {{ sha256 }}

{% if app_type not in 'jar,aar,so' %}

APP INFORMATION

App Name {{ app_name }}
Package Name {{ package_name }}
Main Activity {{ main_activity }}
Target SDK {{ target_sdk }} Min SDK {{ min_sdk }} Max SDK {{ max_sdk }}
Android Version Name {{ version_name }} Android Version Code {{ version_code }} {% endif %}

{% if not playstore_details.error %}

PLAYSTORE INFORMATION

Title {{ playstore_details.title }}
Score {{ playstore_details.score}} Installs {{ playstore_details.installs }} Price {{ playstore_details.price }} Android Version Support {{ playstore_details.androidVersionText }} Category {{ playstore_details.genre }} Play Store URL{{ package_name }}
Developer {{playstore_details.developer}}, Developer ID {{playstore_details.developerId}}
Developer Address {{playstore_details.developerAddress}}
Developer Website {{playstore_details.developerWebsite}}
Developer Email {{playstore_details.developerEmail}}
Release Date {{ playstore_details.released }} Privacy PolicyPrivacy link
Description

{{ playstore_details.description }}

{% endif %}

{% if app_type not in 'jar,aar,so' %}

{{ exported_count.exported_activities }} / {{ activities | length }}

EXPORTED ACTIVITIES

View All

{{ exported_count.exported_services }} / {{ services | length }}

EXPORTED SERVICES

View All

{{ exported_count.exported_receivers }} / {{ receivers | length }}

EXPORTED RECEIVERS

View All

{{exported_count.exported_providers}} / {{ providers | length }}

EXPORTED PROVIDERS

View All