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