{% if analysis.dropped|length > 0 %} {% for file in analysis.dropped %}
{% if file.object_id or file.dropdir %} {% if config.mongodb %} {% elif config.elasticsearchdb %} {% if file.data %} {% if config.mongodb %} {% elif config.elasticsearchdb %} {% endif %} {% endif %} {% endif %}
File name {{file.name}}
Associated Filenames {% for path in file.guest_paths %}
{{path}}
{% endfor %}
File Size {{file.size}} bytes
File Type {{file.type}}
MD5 {{file.md5}}
SHA1 {{file.sha1}}
SHA256 {{file.sha256}}
CRC32 {{file.crc32}}
Ssdeep {{file.ssdeep}}
ClamAV {{file.clamav}}
Yara {% if file.yara %}
    {% for sign in file.yara %}
  • {{sign.name}} - {{sign.meta.description}}
  • {% endfor %}
{% else %} None matched {% endif %}
VirusTotal Search for Analysis
Download {% if file.data %}  Display Text {% endif %} Download {% if file.data %}  Display Text {% endif %} {% endif %}
{{file.data}}
{% endfor %} {% else %}
Sorry! No dropped files.
{% endif %}