{% block content %}

Static Analysis - {{name}}


FILE INFORMATION


File Name {{ name }}

Size {{ size }}

MD5 {{ md5 }}

SHA1 {{ sha1 }}

SHA256 {{ sha256 }}


APP INFORMATION


App Name {{ bin_name }}

Identifier {{ id }} Version {{ ver }}

SDK Name {{ sdk }} Platform Version {{ pltfm }} Min OS Version {{ min }}


CODE ANALYSIS


{{ insecure| safe}}
ISSUE STATUS DESCRIPTION

iOS API


{{ api | safe}}
API FILES

URLS


{% if urls|length > 1 %} {% endif %} {{ urls | safe}}
URL File

Malware Check


{% if urls|length > 1 %} {% endif %} {% for domain, details in domains.items %} {% endfor %}
Domain Status
{{domain}} {% if details|key:"bad" == "yes" %} malware
URL: {{details|key:"domain_or_url"}}
IP: {{details|key:"ip"}}
Description: {{details|key:"desc"}}
{% else %} good
{% endif %}

EMAILS


{% if emails|length > 1 %} {% endif %} {{ emails | safe}}
Email File

FILE ANALYSIS


{{ file_analysis | safe}}
ISSUE FILES

LIBRARIES


{{ libs|safe }}


FILES


{% for file in files %} {{ file}}
{% endfor %}



Report Generated by - MobSF | http://opensecurity.in

{% endblock %}