{% extends 'mitrecore/detail.html' %} {% load markdown from mitrecore.markdown %} {% load display_mitre_source_references_by_type model_url from mitreattack_tags %} {% block content_title %} {{ block.super }} {% if object.deprecated %}
This detection strategy has been deprecated
{% else %} {# 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' %} {% block content_model_references_analytics %} {% for object in object.analytics.all %}| Data Component | Name | Channel |
|---|---|---|
| {{ log_source.data_component.name }} | {{ log_source.name }} | {{ log_source.channel }} |
| Field | Description |
|---|---|
| {{ item.field }} | {{ item.description }} |