{% for analysis in analyses %}
IDS |
Version |
Ruleset |
Duration |
{{analysis.module}} |
{{analysis.version}} |
{{analysis.ruleset}} |
{{analysis.duration}} |
Timestamp |
SID |
Class Type |
Priority |
Message |
Source |
Destination |
Protocol |
{% for row in analysis.alerts | sort(attribute='timestamp')%}
{{row.timestamp}} |
{{row.sid}} |
{{row.classtype}} |
{{row.priority}} |
{{row.message}} |
{{row.source}} |
{{row.destination}} |
{{row.protocol}} |
{% else %}
No Alerts Generated |
{% endfor %}
{% else %}
No analysis of PCAP performed
{% endfor %}