{% include 'nav_bar.html' %}

{{ meta['name'] }}

Date Source Size (Kb) Number of lines Max line length
{{ meta['date'] }} {{ meta['source'] }} {{ meta['size'] }} {{ meta['lines']['nb'] }} {{ meta['lines']['max_length'] }}
{% include 'modals/edit_tag.html' %} {% for tag in meta['tags'] %} {% endfor %}
{% include 'modals/add_tags.html' %}
{% if meta['father'] %} {% endif %}
{% with obj_type='item', obj_id=meta['id'], obj_subtype=''%} {% include 'modals/investigations_register_obj.html' %} {% endwith %}
{% with obj_type='item', obj_id=meta['id'], obj_lvl=0%} {% include 'import_export/block_add_user_object_to_export.html' %} {% endwith %}
{% if is_hive_connected %}
{% include 'modals/create_hive_case.html' %}
{% endif %}
{% if misp_eventid %}
  • MISP Events already Created
  • {{ misp_url }}
    {% endif %} {% if meta['hive_case'] %}
  • The Hive Case already Created
  • {{ hive_url }}
    {% endif %} {% if meta['duplicates'] != 0 %}
    duplicates  
    {{meta['duplicates']|length}}
    {% for duplicate_id in meta['duplicates'] %} {% endfor %}
    Date Similarity Item Diff
    {{meta['duplicates'][duplicate_id]['date']}} {%for dict_algo in meta['duplicates'][duplicate_id]|sort(attribute='algo')%} {%endfor%}
    {{dict_algo['algo']}}
    {{dict_algo['similarity']}}%
    {{duplicate_id}}
    {% endif %} {% if l_64|length != 0 %}
    Decoded Files  
    {{l_64|length}}
    {% for b64 in l_64 %} {% endfor %}
    estimated type hash
      {{ b64[1] }} {{b64[2]}} ({{ b64[4] }})
    {% endif %} {% if meta['crawler'] %}
    Crawler
    Last Origin:
    {{ meta['father'] }}
    {{ meta['crawler']['domain'] }}
    url {{ meta['crawler']['url'] }}
    {% endif %}

    {{ meta['content'] }}

    {% if meta['crawler'] %} {% endif %}