{% if summary_report %}
{{dropped_file.name}}
{% else %}
{% endif %}
File name |
{{dropped_file.name}} |
Associated Filenames |
{% for path in dropped_file.guest_paths %}
- {{path}}
{% endfor %}
|
File size |
{{dropped_file.size}} bytes |
File type |
{{dropped_file.type}} |
MD5 |
{{dropped_file.md5}} |
SHA1 |
{{dropped_file.sha1}} |
SHA256 |
{{dropped_file.sha256}} |
SHA512 |
{{dropped_file.sha512}} |
Ssdeep |
{{dropped_file.ssdeep}} |
Yara |
{% if dropped_file.yara|length == 0 %}
None matched
{% else %}
{% for sign in dropped_file.yara %}
- {{sign.name}} ({{sign.meta.description}})
{% endfor %}
{% endif %}
|
VirusTotal |
Search for Analysis |
{% set counter = counter + 1 %}
{% endfor %}
{% else %}
Nothing to display.
{% endif %}