{% if analysis.dropped|length > 0 %} {% for file in analysis.dropped %}
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 %}
|
VirusTotal | Search for Analysis | |
{% if config.mongodb %} | Download {% if file.data %} Display Text {% endif %} | {% elif config.elasticsearchdb %}Download {% if file.data %} Display Text {% endif %} {% endif %} |
{{file.data}} |