mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add artifact support
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
{%- import_json "soc/files/soc/hunt.eventfields.json" as hunt_eventfields %}
|
||||
{%- import_json "soc/files/soc/menu.actions.json" as menu_actions %}
|
||||
{%- import_json "soc/files/soc/tools.json" as tools %}
|
||||
{%- import_json "soc/files/soc/presets.artifacttype.json" as presets_artifacttype %}
|
||||
{%- import_json "soc/files/soc/presets.category.json" as presets_category %}
|
||||
{%- import_json "soc/files/soc/presets.pap.json" as presets_pap %}
|
||||
{%- import_json "soc/files/soc/presets.severity.json" as presets_severity %}
|
||||
@@ -213,11 +214,12 @@
|
||||
"case": {
|
||||
"mostRecentlyUsedLimit": 5,
|
||||
"presets": {
|
||||
"artifactType": {{ presets_artifacttype | json }},
|
||||
"category": {{ presets_category | json }},
|
||||
"pap": {{ presets_pap | json }},
|
||||
"severity": {{ presets_severity | json }},
|
||||
"status": {{ presets_status | json }},
|
||||
"tag": {{ presets_tag | json }},
|
||||
"tags": {{ presets_tag | json }},
|
||||
"tlp": {{ presets_tlp | json }}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user