Merge pull request #147 from weslambert/master

Update SOCtopus config for Cortex details and supported analyzers
This commit is contained in:
Mike Reeves
2019-12-04 09:34:49 -05:00
committed by GitHub

View File

@@ -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