From 79e1ac533604b58623ae209d09e26fe34d576670 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Wed, 4 Dec 2019 18:39:58 +0000 Subject: [PATCH] add webhook --- salt/hive/thehive/etc/application.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 3b6c89637..14a635e54 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -208,3 +208,8 @@ misp { # purpose = ImportAndExport #} ## <-- Uncomment to complete the configuration } +webhooks { + SOCtopusWebHook { + url = "http://{{ MASTERIP }}:7000/enrich" + } +}