Suricata HTTP

{% if suricata.http %} {% for http in suricata.http %} {% endfor %}
Timestamp Source IP Source Port Destination IP Destination Port Method Status Hostname URI Content Type User Agent Referrer Length
{{http.timestamp}} {{http.srcip}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% if http.moloch_src_ip_url %} [MLCH] {% endif %} {{http.srcport}} {% if http.moloch_src_port_url %} [MLCH] {% endif %} {{http.dstip}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% if http.moloch_dst_ip_url %} [MLCH] {% endif %} {{http.dstport}} {% if http.moloch_dst_port_url %} [MLCH] {% endif %} {{http.method}} {% if http.moloch_http_method_url %} [MLCH] {% endif %} {{http.status}} {{http.hostname}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% if http.moloch_http_host_url %} [MLCH] {% endif %} {{http.uri}} {% if http.moloch_http_uri_url %} [MLCH] {% endif %} {{http.contenttype}} {{http.ua}} {% if http.moloch_http_ua_url %} [MLCH] {% endif %} {{http.referrer}} {{http.length}}
{% else %}

No Suricata HTTP

{% endif %}