cortex: update analyzer/responder download URLs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
50ad2d8be5
commit
4b2ca980aa
|
@ -58,7 +58,7 @@ analyzer {
|
|||
# - directory where analyzers are installed
|
||||
# - json file containing the list of analyzer descriptions
|
||||
urls = [
|
||||
"https://dl.bintray.com/thehive-project/cortexneurons/analyzers.json"
|
||||
"https://download.thehive-project.org/analyzers.json"
|
||||
]
|
||||
|
||||
# Sane defaults. Do not change unless you know what you are doing.
|
||||
|
@ -75,7 +75,7 @@ analyzer {
|
|||
# RESPONDERS
|
||||
responder {
|
||||
urls = [
|
||||
"https://dl.bintray.com/thehive-project/cortexneurons/responders.json"
|
||||
"https://download.thehive-project.org/responders.json"
|
||||
]
|
||||
|
||||
# Sane defaults. Do not change unless you know what you are doing.
|
||||
|
|
Loading…
Reference in New Issue