From 5eb0a4f19c01d41fcb585d26beb4ddae6113646e Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Wed, 4 Dec 2019 03:12:02 +0000 Subject: [PATCH] update SOCtopus conf --- salt/soctopus/files/SOCtopus.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/soctopus/files/SOCtopus.conf b/salt/soctopus/files/SOCtopus.conf index dd32507ef..d7314bbac 100644 --- a/salt/soctopus/files/SOCtopus.conf +++ b/salt/soctopus/files/SOCtopus.conf @@ -1,9 +1,15 @@ {%- set ip = salt['pillar.get']('static:masterip', '') %} {%- set HIVEKEY = salt['pillar.get']('static:hivekey', '') %} +{%- set CORTEXKEY = salt['pillar.get']('static:cortexorguserkey', '') %} [es] es_url = http://{{ip}}:9200 +[cortex] +supported_analyzers = Urlscan_io_Search,CERTatPassiveDNS +cortex_url = https://{{ip}}/cortex/ +cortex_key = {{ CORTEXKEY }} + [fir] fir_url = YOURFIRURL fir_token = YOURFIRTOKEN