{{ meta['id'] }}

Date Source Encoding Size (Kb) Number of lines Max line length
{{ meta['date'] }} {{ meta['source'] }} {{ meta['mimetype'] }} {{ meta['size'] }} {{ meta['lines']['nb'] }} {{ meta['lines']['max_length'] }}
{% for tag in meta['tags'] %} {{ tag }} {% endfor %}
{% if meta['parent'] %}
parent: {{meta['parent']}}
{% endif %} {% if misp_eventid %}
  • MISP Events already Created
  • {{ misp_url }}
    {% endif %} {% if hive_caseid %}
  • The Hive Case already Created
  • {{ hive_url }}
    {% endif %} {% if meta['duplicates'] != 0 %}
    duplicates  
    {{meta['duplicates']}}
    {% endif %} {% if meta['nb_correlations'] %}
    {% for obj_type in meta['nb_correlations'] %} {% if meta['nb_correlations'][obj_type] %} {% if obj_type=='cve' %} {% elif obj_type=='cryptocurrency' %} {% elif obj_type=='decoded' %} {% elif obj_type=='pgp' %} {% elif obj_type=='username' %} {% elif obj_type=='screenshot' %} {% else %} {% endif %} {{ obj_type }} 
    {{meta['nb_correlations'][obj_type]}}
    {% endif %} {% endfor %}
    {% endif %} {% if 'crawler' in meta %}
    Crawled Item
    Domain {{ meta['crawler']['domain'] }}
    Father {{ meta['parent'] }}
    Url {{ meta['crawler']['url'] }}
    {% endif %}

    {{ meta['content'] }}

    {% if 'crawler' in meta %} {% endif %}