{% extends "layout.html" %} {% block content %}
Phone: {{phone.name}}
Package Name | {{apk.package_name}} | ||||
---|---|---|---|---|---|
App Name | {{apk.app_name}} | ||||
Size | {{apk.size}} | ||||
VT: | {% if apk.vt_check %} {% if apk.vt_link %} {% if apk.vt_positives == 0 %}{{apk.vt_positives}} / {{apk.vt_total}} | {% elif p.vt_positives < 5 %}{{apk.vt_positives}} / {{apk.vt_total}} | {% else %}{{apk.vt_positives}} / {{apk.vt_total}} | {% endif %} {% else %}Unknown | {% endif %} {% else %}Failed Search | {% endif %}
Koudous | Search | ||||
APKLab | Search | ||||
Google Play | |||||
Yara | {% if apk.yara|length > 0 %}{% for y in apk.yara %} {{y}} {% endfor %} | {% else %}Not detected | {% endif %}|||
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}} |
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}} | {{apk.dexes[dex]['sha256']}} |
---|
{{apk.manifest}}
{% for p in apk.urls %}{{p}} {% endfor %}
{% for p in apk.strings %}{{p}} {% endfor %}