From 627d89c4816b5b54ac4fd7f8336fc4aaa0cdfb0b Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 6 Mar 2020 16:16:02 +0000 Subject: [PATCH 1/2] fix webhook --- salt/hive/thehive/etc/application.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 14a635e54..9aa328cb4 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -209,7 +209,10 @@ misp { #} ## <-- Uncomment to complete the configuration } webhooks { - SOCtopusWebHook { - url = "http://{{ MASTERIP }}:7000/enrich" + NodRedWebHook { + url = "http://{{ MASTERIP }}:1880/thehive" } + #SOCtopusWebHook { + # url = "http://{{ MASTERIP }}:7000/enrich" + #} } From 6af6d7f5b64ce995f4f643e4215eae8668586a53 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 6 Mar 2020 16:17:04 +0000 Subject: [PATCH 2/2] fix typo --- salt/hive/thehive/etc/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 9aa328cb4..ae588a42d 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -209,7 +209,7 @@ misp { #} ## <-- Uncomment to complete the configuration } webhooks { - NodRedWebHook { + NodeRedWebHook { url = "http://{{ MASTERIP }}:1880/thehive" } #SOCtopusWebHook {