{% extends "layout.html" %} {% block content %}

Apk: {{apk.package_name}}

Phone: {{phone.name}}

{% if apk.suspicious == True %}

{% elif apk.suspicious == False %}

{% else %}

{% endif %}
General Information
{% if apk.vt_check %} {% if apk.vt_link %} {% if apk.vt_positives == 0 %} {% elif p.vt_positives < 5 %} {% else %} {% endif %} {% else %} {% endif %} {% else %} {% endif %} {% if apk.frosting %} {% endif %} {% if apk.yara|length > 0 %} {% else %} {% endif %} {% if apk.split %} {% endif %}
Package Name {{apk.package_name}}
App Name {{apk.app_name}}
Size {{apk.size}}
VT: {{apk.vt_positives}} / {{apk.vt_total}}{{apk.vt_positives}} / {{apk.vt_total}}{{apk.vt_positives}} / {{apk.vt_total}}UnknownFailed Search
Koudous Search
APKLab Search
Google Play
Yara {% for y in apk.yara %} {{y}} {% endfor %} Not detected
Split APK Yes - Find Main
Suspicious Level {% if apk.suspicious_level == 1%}Low{%elif apk.suspicious_level == 2%}Medium{%else%}High{% endif %}
MD5 {{apk.md5}}
SHA1 {{apk.sha1}}
SHA256 {{apk.sha256}}
Path {{apk.path}}
Certificate
{% if apk.certificate_trusted %} {% endif %}
Subject:{{apk.certificate['subjectDN']}}
Issuer: {{apk.certificate['issuerDN']}}
Sha1: {{apk.certificate['sha1']}}
Serial: {{apk.certificate['serial']}}
Not Before: {{apk.certificate['not_before']}}
Not After: {{apk.certificate['not_after']}}
Trusted: {{apk.certificate_trusted_name}}
Dex Files
{% for dex in apk.dexes %} {% endfor %}
{{dex}}{{apk.dexes[dex]['sha256']}}
Permissions {{apk.permissions_suspicious}}
    {% for p in apk.permissions %} {% if p in sp %}
  • {{p}}
  • {% else %}
  • {{p}}
  • {% endif %} {% endfor %}
{{apk.manifest}}
{% for p in apk.urls %}{{p}}
{% endfor %}
            
{% for p in apk.strings %}{{p}}
{% endfor %}
            
{% endblock %}