From 7140255d95cb7a8faf2ea329a0cd21e99ddf4d5b Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 27 Dec 2021 12:27:04 -0500 Subject: [PATCH] Add missing presets file --- salt/soc/files/soc/presets.artifacttype.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 salt/soc/files/soc/presets.artifacttype.json diff --git a/salt/soc/files/soc/presets.artifacttype.json b/salt/soc/files/soc/presets.artifacttype.json new file mode 100644 index 000000000..40e970882 --- /dev/null +++ b/salt/soc/files/soc/presets.artifacttype.json @@ -0,0 +1,20 @@ +"activityType": { + "labels": [ + "autonomous-system", + "domain", + "file", + "filename", + "fqdn", + "hash", + "ip", + "mail", + "mail_subject", + "other", + "regexp", + "registry", + "uri_path", + "url", + "user-agent" + ], + "customEnabled": true +},