{% if analysis.suricata.files|length > 0 %} {% if analysis.suricata.suri_extracted_zip %}
{% elif config.elasticsearchdb %} {% endif %} {% for file in analysis.suricata.files %}File name | {{file.filename}} | |
---|---|---|
File Size | {{file.size}} bytes | |
File Type | {% if file.file_info.type %}{{file.file_info.type}} | {% else %}{{file.magic}} | {% endif %}
File URL | {{file.http_uri}} | |
Host | {{file.http_host}} | |
HTTP Referer | {{file.http_referer}} | |
MD5 | {{file.md5}} | |
SHA1 | {{file.file_info.sha1}} | |
SHA256 | {{file.file_info.sha256}} | |
CRC32 | {{file.file_info.crc32}} | |
Ssdeep | {{file.file_info.ssdeep}} | |
ClamAV | {{file.file_info.clamav}} | |
Yara |
{% if file.yara %}
|
|
{% if config.mongodb %} | Download {% elif config.elasticsearchdb %} | Download {% endif %} {% if file.file_info.data %} Display Text {% endif %} |
{{file.file_info.data}} |