{% block content %} {% load static %} MobSF Static Analysis Report {% if host_os == 'windows' %} {% else %} {% endif %}
WINDOWS STATIC ANALYSIS REPORT



app_icon

{{ app_name }} {% if app_version %} ({{app_version}}) {% endif %}






{% if virus_total and virus_total.items|length > 9 and 'request successfully queued' not in virus_total.verbose_msg %} {% endif %}

File Name:

{{file_name}}

Publisher:

{{ publisher_name }}

VirusTotal Detection:

{{ virus_total.positives }}/{{ virus_total.total }}

Scan Date:

{{ timestamp }}















FILE INFORMATION

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

APP INFORMATION

App Name:
{{ app_name }}
Publisher:
{{ publisher_name }}
Version:
{{ app_version }}
Arch:
{{ architecture }}

XML INFORMATION

Compiler Version:
{{ compiler_version }}
Visual Studio Version:
{{ visual_studio_version }}
Visual Studio Edition:
{{ visual_studio_edition }}
Target OS:
{{ target_os }}
APPX DLL Version:
{{ appx_dll_version }}
Proj GUID:
{{ proj_guid }}
Opti Tool:
{{ opti_tool }}
Target Run:
{{ target_run }}
{% if virus_total and virus_total.items|length > 9 and 'request successfully queued' not in virus_total.verbose_msg %}

VIRUSTOTAL SCAN

{{ virus_total.positives }} / {{ virus_total.total }}
  AVs found this file Malicious!

{% if virus_total.positives %} {% for av_name,av_result in virus_total.scans.items %} {% if av_result.detected == True %} {% endif %} {% endfor %}
AV DETECTION
{{ av_name }} {{ av_result.result }}
{% endif %} {% endif %}

APPX BINARY ANALYSIS

{% for result in binary_analysis %} {% endfor %} {% for warn in binary_warnings %} {% endfor %}
ISSUE STATUS DESCRIPTION INFO
{{ result.rule_id }} {% if result.status == "Insecure" %} {% endif %} {% if result.status == "Secure" %} {% endif %} {% if result.status == "Info" %} {% endif %} {{ result.status }} {{ result.desc }} {{ result.info }}
{{ warn.rule_id }} {{ warn.status }} {{ warn.desc }} {{ warn.info }}

SCAN LOGS

{% for log in logs %} {% endfor %}
Timestamp Event Error
{{log.timestamp}} {{log.status}} {% if not log.exception %}

OK

{% else %}

{{log.exception}}

{% endif %}


Report Generated by - MobSF {{ version }}

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.

© {% now "Y" %} Mobile Security Framework - MobSF | Ajin Abraham | OpenSecurity.

{% endblock %}