{% 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 %} {% block title %}Details for {{ hostnode.name }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %} {# Headers #}

{{ hostnode.name }}

{% 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:
{% endif %}
{# Start list of URLs #} {% endblock %}