Skip to content

Commit

Permalink
Create Response_template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jul 28, 2024
1 parent 134063c commit 6aa7556
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Response_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: some_name_here
id: RESPONSE0000
description: >
Some text description here. It will be merged into one line
author: your name/nickname
creation_date: YYYY/MM/DD
severity: M # L M H
tlp: AMBER # WHITE GREEN AMBER RED
tags:
- attack.initial_access # use the next tag scheeme for ATT&CK tags: https://github.com/Neo23x0/sigma/wiki/Tags
- attack.t1193 # use the next tag scheeme for ATT&CK tags: https://github.com/Neo23x0/sigma/wiki/Tags
- phishinng # could be custom tags as well
references:
- https://example.com
preparation:
-
identification:
-
containment:
- # Response Actions could be aggregated
- #
eradication:
-
recovery:
-
lessons_learned:
-
workflow: |
Description of the workflow in the [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) format.
You can put here anything you want, i.e. specific conditions/requirements or details on the order of Response Actions execution.
Here newlines will be saved.

0 comments on commit 6aa7556

Please sign in to comment.