{% extends 'mitrecore/detail.html' %} {% load display_mitre_source_references_by_type model_url from mitreattack_tags %} {% block content_model_references %} {# If it's been revoked, place the refence it's revoking information at the top of the listing. #} {% display_mitre_source_references_by_type 'revoked-by' title='Obsoleted By' %}

Log Sources

{% for item in object.log_sources %} {% endfor %}
Name Channel
{{ item.name }}{{ item.channel }}

Detection Strategy

{% for det in object.detection_strategies.all %} {% with tech=det.source_refs.first.target_ref %} {% endwith %} {% endfor %}
ID Name Technique Detected
{{ det.mitre_id }} {{ det.name }}{{ tech.mitre_id }}
{% endblock %}