{% include 'nav_bar.html' %}
{% include 'crawler/menu_sidebar.html' %}
{% if dict_domain["status"] %}
UP
{% else %}
DOWN
{% endif %}

{{ dict_domain['domain'] }}

First Seen Last Check Ports Languages
{%if "first_seen" in dict_domain%}{{ dict_domain['first_seen'] }}{%endif%} {%if "last_check" in dict_domain%}{{ dict_domain['last_check'] }}{%endif%} {%if dict_domain["ports"]%}{{ dict_domain["ports"] }}{%endif%} {% for languages in dict_domain['languages'] %} {{languages}} {% endfor %}
{% include 'modals/edit_tag.html' %} {% for tag in dict_domain['tags'] %} {% endfor %}
{% include 'modals/add_tags.html' %}
{% if 'last_origin' in dict_domain %} {% if dict_domain['last_origin']=='manual' or dict_domain['last_origin']=='auto' %} {%else%} {% if dict_domain['last_origin']['domain'] %} {%endif%}

{%endif%} {%endif%}

Last Origin:
{{ dict_domain['last_origin']['item'] }}
{{ dict_domain['last_origin']['item'] }}
{{ dict_domain['last_origin']['domain']}}
{% if 'correlation_nb' in dict_domain %} {% if dict_domain["correlation_nb"] > 0 %}
{%endif%} {%endif%} {% with obj_type='domain', obj_id=dict_domain['domain'], obj_subtype=''%} {% include 'modals/investigations_register_obj.html' %} {% endwith %}
{% with obj_type='domain', obj_id=dict_domain['domain'], obj_lvl=0%} {% include 'import_export/block_add_user_object_to_export.html' %} {% endwith %}
{% if 'decoded' in dict_domain%}
Decoded  
{{dict_domain['decoded']|length}}
{% for decoded in dict_domain['decoded']%} {% endfor %}
Decoded
{{ decoded[1] }}
{% endif %} {% if dict_domain['pgp']%}
PGP Dumps  
{{dict_domain['pgp']|length}}
{% for row in dict_domain['pgp']%} {% if row[0] != "mail" %} {% set var_icon = "fas fa-at" %} {% elif row[0]=="name" %} {% set var_icon = "fas fa-user-tag" %} {% else %} {% set var_icon = "fas fa-key" %} {% endif %} {% endfor %}
PGP Type Key ID
  {{ row[0] }} {{ row[1] }}
{% endif %} {% if dict_domain['cryptocurrency']%}
Cryptocurrencies  
{{dict_domain['cryptocurrency']|length}}
{% for row in dict_domain['cryptocurrency']%} {% if dict_key=="bitcoin" %} {% set var_icon = "fab fa-bitcoin" %} {% elif dict_key=="monero" %} {% set var_icon = "fab fa-monero" %} {% else %} {% set var_icon = "fas fa-coins" %} {% endif %} {% endfor %}
Currency address
  {{ row[0] }} {{ row[1] }}
{% endif %} {% if dict_domain['screenshot']%}
Screenshot  
{{dict_domain['screenshot']|length}}
{% for row in dict_domain['screenshot']%} {% endfor %}
Screenshot
{{ row[1] }}
{% endif %} {% if 'title' in dict_domain%}
Titles  
{{dict_domain['title']|length}}
{% for title in dict_domain['title']%} {% endfor %}
Title
{{ title[1] }}
{% endif %} {% if dict_domain["history"] %}
Date: {{dict_domain["date"]}}
Capture {% if not dict_domain["crawler_history_items"] %}: Domain DOWN{% endif %}
{% if dict_domain["crawler_history_items"] %} {% for item in dict_domain["crawler_history_items"] %} {%if item['crawler']["screenshot"]%} {% else %} {%endif%} {% endfor %}
Urls
{{ item['crawler']["url"] }}
{% for tag in item["tags"] %} {{ tag["min_tag"] }} {% endfor %}
{%endif%} {%endif%} {% if dict_domain["history"] %} {% for dom_history in dict_domain["history"] %} {% endfor %}
Domain History
{{dict_domain["domain"]}}
{% if dom_history["status"] %}
UP
{% else %}
DOWN
{% endif %}
{{ dom_history["date"] }}
{%endif%}
{# button usafe if not tag safe #}
{% include 'objects/image/block_blur_img_slider.html' %}