Hosts

{% if analysis.network.hosts %} {% for host in analysis.network.hosts %} {% if host.ip|slice:":7" != "192.168" %} {% if "hostname" in host and host.hostname == "" %} {% elif "hostname" in host %} {% else %} {% endif %} {% endif %} {% endfor %}
Direct IP Country Name
YNN/A{{host.ip}} {{host.country_name}}
{% else %}

No hosts contacted.

{% endif %}