{{ generated_at }}
{{ classification | default('INTERNAL') }}
Campaign {{ campaign.name }} tested {{ tests | length }} techniques across {{ tactics | length }} tactics. Overall organization coverage score: {{ org_score }}%.
{{ campaign.description or 'No description provided.' }}
{% if campaign.scheduled_at and campaign.completed_at %}Period: {{ campaign.scheduled_at }} — {{ campaign.completed_at }}
{% endif %} {% if threat_actors %}Threat actors modeled: {% for actor in threat_actors %}{{ actor.name }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}| MITRE ID | Name | Tactic | State | Detection |
|---|---|---|---|---|
| {{ test.technique_mitre_id }} | {{ test.name }} | {{ test.tactic }} | {{ test.state }} | {{ test.detection_result }} |
{{ finding.description }}
Recommendation: {{ finding.recommendation }}
No critical findings — all tested techniques were detected.
{% endif %}Compared to previous campaign ({{ previous_campaign.name }}): Coverage changed from {{ previous_score }}% to {{ org_score }}%.
{% else %}This is the first campaign run — no historical comparison available.
{% endif %}