mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
47 lines
1.3 KiB
Django/Jinja
47 lines
1.3 KiB
Django/Jinja
main:
|
|
- title: "Detections"
|
|
url: /detections/
|
|
- title: "Analytic Stories"
|
|
url: /stories/
|
|
- title: "Playbooks"
|
|
url: /playbooks/
|
|
- title: "Tags"
|
|
url: /tags/
|
|
- title: "About"
|
|
url: https://www.splunk.com/en_us/cyber-security/threat-research.html
|
|
detections:
|
|
- title: "Tactic"
|
|
children:
|
|
{%- for tactic in tactics %}
|
|
- title: {{ tactic }}
|
|
url: /detections/{{ tactic | lower | replace(" ", "_") }}/
|
|
{%- endfor %}
|
|
- title: "Datamodel"
|
|
children:
|
|
{%- for datamodel in datamodels %}
|
|
- title: {{ datamodel }}
|
|
url: /detections/{{ datamodel | lower | replace(" ", "_") }}/
|
|
{%- endfor %}
|
|
- title: "Product"
|
|
children:
|
|
- title: "Splunk Enterprise Security"
|
|
url: /tags/#splunk-enterprise-security
|
|
- title: "Splunk Behavioral Analytics"
|
|
url: /tags/#splunk-behavioral-analytics
|
|
- title: "Splunk Security Analytics for AWS"
|
|
url: /tags/#splunk-security-analytics-for-aws
|
|
stories:
|
|
- title: "Use Case"
|
|
children:
|
|
{%- for category in categories %}
|
|
- title: {{ category }}
|
|
url: /stories/{{ category | lower | replace(" ", "_") }}/
|
|
{%- endfor %}
|
|
playbooks:
|
|
- title: "Type"
|
|
children:
|
|
- title: "Response"
|
|
url: /tags/#response/
|
|
- title: "Investigation"
|
|
url: /tags/#investigation/
|