{% if analysis.dropped|length > 0 %} {% for file in analysis.dropped %}
{% if file.filepath %} {% endif %} {% if file.pids %} {% endif %}
Name {{file.name}} {% if file.object_id %} {% endif %}
Filepath {{ file.filepath }}
Size {{ file.size | sizeof_fmt }}
Processes {% for pid in file.pids %} {{ pid }} ({{ pid|process_name:analysis }}) {% endfor %}
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 %}
VirusTotal Search for analysis
{% endfor %} {% else %}
Sorry! No dropped files.
{% endif %}