forked from atc-project/atc-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrespose_action.yml.template
More file actions
22 lines (22 loc) · 872 Bytes
/
respose_action.yml.template
File metadata and controls
22 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: RA_0000_some_name_here
id: RA0000 # define the ID based on this guideline: https://github.com/atc-project/atc-react#response-action
owner: demisto # define theHive task Asignee
description: >
Response Action for doing something.
This part will be merged into one line.
author: your name/nickname/twitter
creation_date: YYYY/MM/DD
stage: identification # preparation / containment / eradication / recovery / lessons_learned
automation:
- thehive
- demisto
- phantom
- etc
references:
- https://example.com
requirements:
- MS_something # link to the Mitigation System required for the Response Action
- DN_something # link to the Data Needed entity, required for the Response Action
workflow: |
Description of the workflow in the [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) format.
Here newlines will be saved.