-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kyle Colantonio
committed
Apr 21, 2020
1 parent
e45ca83
commit 0837db6
Showing
8 changed files
with
81 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
|
||
[thehive_create_alert] | ||
param.alert_tlp = <list> TLP. It's a required parameter. It's default value is 2. | ||
param.alert_source = <string> Source. It's a required parameter. It's default value is splunk. | ||
param.alert_type = <string> Type. It's a required parameter. It's default value is alert. | ||
param.alert_group_by = <string> Group by. | ||
param.alert_tlp = <list> TLP. It's a required parameter. It's default value is 2. | ||
param.alert_title = <string> Title. It's a required parameter. It's default value is $name$. | ||
param.alert_pap = <list> PAP. It's a required parameter. It's default value is 2. | ||
param.alert_tags = <string> Tags. | ||
param.alert_severity = <list> Severity. It's a required parameter. It's default value is 2. | ||
param.alert_description = <string> Description. | ||
param.alert_group_by = <string> Group by. | ||
param.alert_tags = <string> Tags. | ||
param.alert_case_template = <string> Case Template. | ||
param.alert_title = <string> Title. It's a required parameter. It's default value is $name$. | ||
param.alert_type = <string> Type. It's a required parameter. It's default value is alert. | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
|
||
[thehive_create_alert] | ||
is_custom = 1 | ||
param.alert_source = splunk | ||
param.alert_title = $name$ | ||
icon_path = alert_thehive_create_alert.png | ||
param.alert_severity = 2 | ||
param.alert_description = | ||
param.alert_pap = 2 | ||
description = Creates a new Alert entry in TheHive with fields attached as Artifacts. | ||
param.alert_severity = 2 | ||
icon_path = alert_thehive_create_alert.png | ||
param.alert_type = alert | ||
param.alert_group_by = | ||
param.alert_case_template = | ||
param.alert_title = $name$ | ||
param.alert_source = splunk | ||
param.alert_tlp = 2 | ||
param.alert_tags = | ||
param.alert_description = | ||
payload_format = json | ||
param.alert_tags = | ||
is_custom = 1 | ||
label = Create Alert in TheHive | ||
param.alert_type = alert | ||
param.alert_case_template = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters