{% extends "_layout.html" %} {%- import '_macros_site.html' as macros_site with context -%} {% block content %} {{ macros_site.report_header(item, macros_page.render_menu_actions(item), _('Report detail')) }}
{%- endif %} |
---|
{%- set section_url, exact = section_event_search_url(data, item, section_name, key) -%}
{{ get_icon("module-events") }} {{ _("Search events") }}
|
{%- endif %}
{{ _("References") }}: | {{ macros_site.ref_to_html_link(data["references"][0]) }} |
{{ _("Service") }}: | {{ macros_common.render_services(data["source"]["services"]) }} |
{{ _("Approximated connection count") }}: | {{ data["approx_conn_count"] }} |
{{ _("Flow count") }}: | {{ data["flow_count"] }} |
{{ _("Packet count") }}: | {{ data["packet_count"] }} |
{{ _("Byte count") }}: | {{ data["byte_count"] }} |
{{ _("Hostname") }}: | {{ data["source"]["hostname"] | sort | join(", ") }} |
{{ _("Protocol") }}: | {{ (data["source"]["proto"] + data["target"]["proto"]) | unique | sort | join(", ") }} |
{{ _("Port") }}: | {{ (data["source"]["port"] + data["target"]["port"]) | unique | sort | join(", ") }} |
{{ _("CVE") }}: | {% for ref in data["source"]["ref"]|sort %} {{ macros_site.ref_to_html_link(ref) }} {%- if not loop.last -%} , {%- endif %} {% endfor %} |
{{ _("Additional information is not available for this source.") }}
{%- endif -%} {%- endmacro -%} {%- macro render_feedback_form(id, key, section_data, type, section_name, is_target) -%}