We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyticsories_detection
detection.tags.asset_type
1 parent f9bcd7e commit f7a0963Copy full SHA for f7a0963
contentctl/output/templates/analyticstories_detections.j2
@@ -5,7 +5,7 @@
5
{% if (detection.type == 'TTP' or detection.type == 'Anomaly' or detection.type == 'Hunting' or detection.type == 'Correlation') %}
6
[savedsearch://{{ detection.get_conf_stanza_name(app) }}]
7
type = detection
8
-asset_type = {{ detection.tags.asset_type.value }}
+asset_type = {{ detection.tags.asset_type }}
9
confidence = medium
10
explanation = {{ (detection.explanation if detection.explanation else detection.description) | escapeNewlines() }}
11
{% if detection.how_to_implement is defined %}
0 commit comments