{{ item_info['name'] }}

Date Source Encoding Size (Kb) Number of lines Max line length
{{ item_basic_info['date'] }} {{ item_basic_info['source'] }} {{ item_basic_info['encoding'] }} {{ item_basic_info['size'] }} {{ item_basic_info['nb_lines'] }} {{ item_basic_info['max_length_line'] }}
{% for tag in item_info['tags'] %} {{ tag }} {% endfor %}
{% if item_parent %}
{{item_parent}}
{% endif %} {% if misp_eventid %}
  • MISP Events already Created
  • {{ misp_url }}
    {% endif %} {% if hive_caseid %}
  • The Hive Case already Created
  • {{ hive_url }}
    {% endif %} {% if item_info['nb_duplictates'] != 0 %}
    duplicates  
    {{item_info['nb_duplictates']}}
    {% 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 crawler_metadata['get_metadata'] %}
    Crawled Item
    Domain {{ crawler_metadata['domain'] }}
    Father {{ crawler_metadata['paste_father'] }}
    Url {{ crawler_metadata['real_link'] }}
    {% endif %}

    {{ content }}

    {% if crawler_metadata['get_metadata'] %} {% endif %}