{% if analysis.network.pcap_id or analysis.network.mitmproxy_id %}
{% if analysis.network.pcap_id %} Download PCAP {% endif %} {% if analysis.network.mitmproxy_id %} Download mitmproxy dump {% endif %}
{% endif %} {% if not HAVE_HTTPREPLAY %}
Deprecation note: While processing this analysis you did not have the httpreplay Python library installed. Installing this library (i.e., pip install httpreplay) will allow Cuckoo to do more proper PCAP analysis including but not limited to showing full HTTP and HTTPS (!) requests and responses. It is recommended that you install this library and possibly reprocess any interesting analysis tasks.
{% endif %}
{% include "analysis/network/_hosts.html" %}
{% include "analysis/network/_dns.html" %}
{% include "analysis/network/_tcp.html" %}
{% include "analysis/network/_udp.html" %}
{% include "analysis/network/_http.html" %}
{% include "analysis/network/_icmp.html" %}
{% include "analysis/network/_irc.html" %}
{% include "analysis/network/_suricata.html" %}
{% include "analysis/network/_snort.html" %}