{% for category in analysis.mitre_attck %} {% endfor %} {% for category, ttps in analysis.mitre_attck.items %} {% endfor %}
{{ category }}
    {% for ttp in ttps %}
  • {{ttp.t_id}} - {{ ttp.ttp_name }}
      {% for signature in ttp.signature %}
    • {{signature}}
    • {% endfor %}
  • {% endfor %}