{% extends "main.html" %} {% from "macros.html" import known_content_details %} {% from "macros.html" import ressource_legitimacy_details %} {% from "macros.html" import indexed_hash %} {% from "macros.html" import indexed_cookies %} {% from "macros.html" import popup_icons_request %} {% from "macros.html" import popup_icons_response %} {% from "macros.html" import shorten_string %} {% from "macros.html" import other_captures_table %} {% from "macros.html" import get_ressource_button %} {% from "macros.html" import context_form %} {% from "macros.html" import pandora_submit %} {% block title %}Details for {% if hostnode.idna %}{{hostnode.idna}} {%else%} {{ hostnode.name }} {%endif%}{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}
{% if hostnode.idna %}

{{hostnode.idna}}
{{hostnode.name}}

{% else %}

{{hostnode.name}}

{% endif %}
{% if uwhois_available %} Download whois entry {% endif %} Download all URLs as text Download all Hashes as text

{% if hostnode.cname %}
CNAME(s) for this domain:
{% endif %} {% if hostnode.resolved_ips %}
Domain IPs from a standalone DNS lookup:
{% if 'v4' in hostnode.resolved_ips and 'v6' in hostnode.resolved_ips%} {%else%} {% endif %} {% endif %}
{# Start list of URLs #} {% endblock %}