Suricata Alerts

{% if suricata.alerts %} {% for alert in suricata.alerts %} {% endfor %}
Timestamp Source IP Source Port Destination IP Destination Port Protocol GID SID REV Signature Category Severity
{{alert.timestamp}} {{alert.srcip}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% if alert.moloch_src_ip_url %} [MLCH] {% endif %} {{alert.srcport}} {% if alert.moloch_src_port_url %} [MLCH] {% endif %} {{alert.dstip}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% if alert.moloch_dst_ip_url %} [MLCH] {% endif %} {{alert.dstport}} {% if alert.moloch_dst_port_url %} [MLCH] {% endif %} {{alert.protocol}} {{alert.gid}} {{alert.sid}} {% if config.display_et_portal %} [ET] {% endif %} {% if alert.moloch_sid_url %} [MLCH] {% endif %} {{alert.rev}} {{alert.signature}} {% if config.display_et_portal %} [ET] {% endif %} {% if alert.moloch_msg_url %} [MLCH] {% endif %} {{alert.category}} {{alert.severity}}
{% else %}

No Suricata Alerts

{% endif %}