{% if analysis.dropped|length > 0 %} {% for file in analysis.dropped %}
{% if file.object_id %} {% endif %}
File name {{file.name}}
File Size {{file.size}} bytes
File Type {{file.type}}
MD5 {{file.md5}}
SHA1 {{file.sha1}}
SHA256 {{file.sha256}}
CRC32 {{file.crc32}}
Ssdeep {{file.ssdeep}}
Yara {% if file.yara %}
    {% for sign in file.yara %}
  • {{sign.name}} - {{sign.meta.description}}
  • {% endfor %}
{% else %} None matched {% endif %}
Download
{% endfor %} {% else %}
Sorry! No dropped files.
{% endif %}