Skip to content

Commit 6aa7556

Browse files
authored
Create Response_template.yaml
1 parent 134063c commit 6aa7556

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Response_template.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
title: some_name_here
2+
id: RESPONSE0000
3+
description: >
4+
Some text description here. It will be merged into one line
5+
author: your name/nickname
6+
creation_date: YYYY/MM/DD
7+
severity: M # L M H
8+
tlp: AMBER # WHITE GREEN AMBER RED
9+
tags:
10+
- attack.initial_access # use the next tag scheeme for ATT&CK tags: https://github.com/Neo23x0/sigma/wiki/Tags
11+
- attack.t1193 # use the next tag scheeme for ATT&CK tags: https://github.com/Neo23x0/sigma/wiki/Tags
12+
- phishinng # could be custom tags as well
13+
references:
14+
- https://example.com
15+
preparation:
16+
-
17+
identification:
18+
-
19+
containment:
20+
- # Response Actions could be aggregated
21+
- #
22+
eradication:
23+
-
24+
recovery:
25+
-
26+
lessons_learned:
27+
-
28+
workflow: |
29+
Description of the workflow in the [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) format.
30+
You can put here anything you want, i.e. specific conditions/requirements or details on the order of Response Actions execution.
31+
Here newlines will be saved.

0 commit comments

Comments
 (0)