File name | {{results.target.file.name}} |
---|---|
File size | {{results.target.file.size}} bytes |
File type | {{results.target.file.type}} |
CRC32 | {{results.target.file.crc32}} |
MD5 | {{results.target.file.md5}} |
SHA1 | {{results.target.file.sha1}} |
SHA256 | {{results.target.file.sha256}} |
SHA512 | {{results.target.file.sha512}} |
Ssdeep | {{results.target.file.ssdeep}} |
PEiD |
{% if results.static.peid_signatures %}
{% if results.static.peid_signatures|length == 0 %}
None matched
{% else %}
|
Yara |
{% if results.target.file.yara|length == 0 %}
None matched
{% else %}
|
VirusTotal |
{% if results.virustotal %}
{% if results.virustotal.response_code == 1 %}
Permalink VirusTotal Scan Date: {{results.virustotal.scan_date}} Detection Rate: {{results.virustotal.positives}}/{{results.virustotal.total}} (Expand) {% else %} File not found on VirusTotal {% endif %} {% else %} VirusTotal lookup disabled, add your API key to the module {% endif %} |