Add artifact support

This commit is contained in:
Jason Ertel
2021-12-27 10:49:10 -05:00
parent b0d36f2ed2
commit ab3319b472

View File

@@ -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 }}
}
}