{% extends "base.html" %} {% block title %}Overview & Killchain{% endblock %} {% block content %}
| Time (UTC) | Attacker Host / IP | Target Decoy | Target Port | MITRE ATT&CK | Severity | Deception Signature | Actions |
|---|---|---|---|---|---|---|---|
| {{ t.timestamp }} |
{{ t.src_host or t.src_ip }} {{ t.src_ip }} |
{{ t.dest_host or t.dest_ip }} {{ t.node_id }} |
{{ t.dest_port }}/{{ t.protocol|upper }} |
{{ t.mitre_technique_id }} {{ t.mitre_technique }} |
{% if t.severity_id >= 9 %} Critical ({{ t.severity_id }}) {% elif t.severity_id >= 7 %} High ({{ t.severity_id }}) {% else %} Medium ({{ t.severity_id }}) {% endif %} |
{{ t.signature }}
{{ t.raw_payload[:60] if t.raw_payload else '' }}...
|
|