File information
- Virtual location:
- {{ dsp.path_name }}
- Original file name:
- {{ file.file_original_name }}
- File description:
- {{ file.file_description }}
- Storage UUID:
- dsf-{{ file.file_uuid }}
- Storage ID:
- dsf-{{ file.file_id }}
- Tags:
- {% for tag in file.file_tags.split(',') %}
{{ tag }}
{% endfor %}
- SHA256:
- {{ file.file_sha256 }}
- Size (bytes):
- {{ file.file_size }}
- Is evidence:
- {{ file.file_is_evidence }}
- Is IOC:
- {{ file.file_is_ioc }}
- Is password protected:
- {% if file.file_password %} True {% else %} False {% endif %}
- Password:
-
- Modification history:
-
{% if file.modification_history %}
{% for mod in file.modification_history %}
- {{ mod|format_datetime('%Y-%m-%d %H:%M') }} - {{ file.modification_history[mod].action }} by {{ file.modification_history[mod].user }}
{% endfor %}
{% endif %}