Technique Assessment

{{ technique.mitre_id }} — {{ technique.name }}

{{ generated_at }}

1. Technique Profile

MITRE ID{{ technique.mitre_id }}
Name{{ technique.name }}
Tactic{{ technique.tactic or 'N/A' }}
Status{{ technique_status }}
Review required{{ 'Yes' if technique.review_required else 'No' }}
{% if technique.description %}

{{ technique.description }}

{% endif %}

2. Test History

{% for test in tests %} {% else %} {% endfor %}
Test State Detection Created
{{ test.name }} {{ test.state }} {{ test.detection_result }} {{ test.created_at }}
No tests recorded for this technique.