mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
28 lines
548 B
Django/Jinja
28 lines
548 B
Django/Jinja
name: {{name}}
|
|
id: {{uuid}}
|
|
version: 1
|
|
date: '{{date}}'
|
|
author: {{author}}
|
|
type: {{type}}
|
|
datamodel:
|
|
{% for datamodel in datamodels -%}
|
|
- {{datamodel}}
|
|
{% endfor -%}
|
|
description: {{description}}
|
|
search: '{{search}}'
|
|
how_to_implement: {{how_to_implement}}
|
|
known_false_positives: {{known_false_positives}}
|
|
references:
|
|
{% for reference in references -%}
|
|
- {{reference}}
|
|
{% endfor -%}
|
|
tags:
|
|
analytic_story:
|
|
- {{analytic_story_name}}
|
|
detections:
|
|
- {{detection_name}}
|
|
product:
|
|
{% for product in products -%}
|
|
- {{product}}
|
|
{% endfor -%}
|