{% load analysis_tags %}

File {{ report.analysis.target.file.name }}

{% if report.analysis.target.file_id %} {% endif %} {% if report.analysis.target.file_id %} {% endif %} {% if report.analysis.static.pdb_path %} {% endif %}
Size{{ report.analysis.target.file.size | sizeof_fmt }}
Type {{ report.analysis.target.file.type }}
MD5 {{ report.analysis.target.file.md5 }}
SHA1 {{ report.analysis.target.file.sha1 }}
SHA256 {{ report.analysis.target.file.sha256 }}
SHA512
{{ report.analysis.target.file.sha512 }}
CRC32 {{ report.analysis.target.file.crc32 }}
ssdeep {{ report.analysis.target.file.ssdeep }}
PDB Path {{ report.analysis.static.pdb_path }}
Yara {% if report.analysis.target.file.yara %}
    {% for sign in report.analysis.target.file.yara %}
  • {{ sign.name }} - {{ sign.meta.description }}
  • {% endfor %}
{% else %} None matched {% endif %}