Description: {{ scan.description }}
Created by: {{ scan.user.username }}
Status: {{ scan.status }}
Icon | |
---|---|
App name | {{ scan.name }} |
Package | {{ scan.package }} |
Version name | {{ scan.version_name }} |
Version code | {{ scan.version_code }} |
Min version | {{ scan.min_sdk_version }} |
Max version | {{ scan.max_sdk_version }} |
Target version | {{ scan.target_sdk_version }} |
Effective version | {{ scan.effective_target_sdk_version }} |
File size | {{ scan.file_size }} |
md5 | {{ scan.md5 }} |
sha256 | {{ scan.sha256 }} |
Number of findings | {{ scan.findings }} | ||||||
---|---|---|---|---|---|---|---|
By Severity |
|
||||||
Detections in VT | {% if antivirus_scan.malicious > 0 %}{{ antivirus_scan.malicious }} | {% else %}{{ antivirus_scan.malicious }} | {% endif %}
ID | Version | Subject | Issuer | Hash algorithm | Signature algorithm | Serial number | Sha1 | Sha256 |
---|---|---|---|---|---|---|---|---|
{{ certificate.id }} | {{ certificate.version }} | {{ certificate.subject }} | {{ certificate.issuer }} | {{ certificate.hash_algorithm }} | {{ certificate.signature_algorithm }} | {{ certificate.serial_number }} | {{ certificate.sha1 }} | {{ certificate.sha256 }} |
ID | {{ antivirus_scan.identifier }} | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Data |
|
||||||||||||||
Date |
|
||||||||||||||
Last scan |
|
||||||||||||||
Hashes |
|
||||||||||||||
Votes |
|
ID | Antivirus | Version | Category | Result | Update | Detected | |
---|---|---|---|---|---|---|---|
{{ av.id }} | {{ av.name }} | {{ av.version }} | {{ av.category }} | {{ av.result }} | {{ av.update }} | {% if av.result != null %}Yes | {% else %}No | {% endif %}
Number of findings: {{ scan.findings }}
ID | Finding | Number | Findings | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ category.id }} | {{ category.default_name }} | {{ findings_ordered| lookup:id|length }} |
|
Name | Description | Implementation | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ practice.default_name }} | {{ practice.default_description }} |
|
ID | Path | Type | |
---|---|---|---|
{{ file.id }} | {% if file.type == 'html' %}{{ file.name }} | {% else %}{{ file.name }} | {% endif %}{{ file.type }} |
ID | Type | Value | Finding |
---|---|---|---|
{{ string.id }} | {{ string.type }} | {{ string.value }} | {{ string.finding.id }} |