Network Analysis

{% if results.network %} {% if results.network.hosts %}

Hosts Involved

{% endif %} {% if results.network.domains %}

DNS Requests

{% endif %} {% if results.network.http %}

HTTP Requests

{% endif %} {% if results.network.irc %}

IRC Requests

{% endif %} {% if results.network.icmp %}

ICMP requests

{% endif %} {% if not results.network.hosts and not results.network.domains and not results.network.http and not results.network.irc and not results.network.icmp %} Nothing to display. {% endif %} {% else %} Nothing to display. {% endif %}