{% if suricata.files|length > 0 %}
{% for file in suricata.files %}| File name | {{file.filename}} | |
|---|---|---|
| Expected File Size | {{file.size}} bytes | |
| Actual File Size | {{file.file_info.size}} bytes | |
| File Type | {% if file.file_info.type %}{{file.file_info.type}} | {% else %}{{file.magic}} | {% endif %}
| File URI | {{file.http_uri}} {% if file.moloch_uri_url %} [MLCH] {% endif %} | |
| Host | {{file.http_host}} {% if file.moloch_host_url %} [MLCH] {% endif %} | |
| HTTP Referrer | {{file.http_referer}} | |
| MD5 | {{file.md5}} {% if file.moloch_md5_url %} [MLCH] {% endif %} | |
| SHA1 | {{file.file_info.sha1}} | |
| SHA256 | {{file.sha256}} {% if file.moloch_sha256_url %} [MLCH] {% endif %} | |
| CRC32 | {{file.file_info.crc32}} | |
| Ssdeep | {{file.file_info.ssdeep}} | |
| ClamAV |
{% if file.file_info.clamav %}
| |
| Yara |
{% if file.yara %}
|
|
| VirusTotal | Search for Analysis | |
| EmergingThreats | Search for Analysis | |
| {% if file.file_info.data %} Display Text {% endif %} | ||
{{file.file_info.data}} |
||