{% extends "base.html" %} {% block title %}File{% endblock %} {% block content %}
Meta | File ID | {{ malware.id }} |
Uploaded | {{ malware.created_at|date:'r' }} | |
File Info | Name | {{ malware.name }} |
Size | {{ malware.size|filesizeformat }} ({{ malware.size }} bytes) | |
Type | {{ malware.type }} | |
Mime | {{ malware.mime }} | |
Hashes | MD5 | {{ malware.md5 }} |
SHA1 | {{ malware.sha1 }} | |
SHA256 | {{ malware.sha256 }} | |
SHA512 | {{ malware.sha512 }} | |
CRC32 | {{ malware.crc32 }} | |
Ssdeep Fuzzy | ||
Relations | Parent | {% if parent %} {{ parent.name }} ({{ parent.sha256 }}) {% endif %} {# {% load viper_template_tags %}#} {# {% if malware.parent %}#} {# TODO(frennkie) workaround - should be able to use correct url#} {# {{ malware.parent }}#} {# {% endif %}#} |
Children | {% if children %} {% for child in children %} {{ child.name }} ({{ child.sha256 }}){% if not forloop.last %} - {% endif %} {% endfor %} {% endif %} {# #} {# {% if malware.children %}#} {# {% for child in malware.children|split_children %}#} {# TODO(frennkie) workaround - should be able to use correct url#} {# {{ child }}{% if not forloop.last %} - {% endif %}#} {# {% endfor %}#} {# {% endif %}#} | |
External | Cuckoo | Cuckoo |
Select a module or run a command