Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
cortex: update analyzer/responder download URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Mar 31, 2021
1 parent 50ad2d8 commit 4b2ca98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/cortex/templates/application.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 4b2ca98

Please sign in to comment.