This project was initiated to support a demonstration of Splunk SOAR integration with Cortex and TheHive.
I needed to build a minimal working stack with Cortex / TheHive to test some SOAR playbooks that will interact with the stack.
-
Launch Cortex:
docker compose up -d elasticsearch cortex
-
Initialize the underlying DB by opening in a browser:
http://localhost:9001
-
Update Database:
- Create the initial superadmin user:
- Login as superadmin:
- Select the "Users" tab:
- Create the API key for the superadmin:
- Copy the API key to the clipboard
-
Open a terminal and start the Cortex configuration:
./setup.sh <pasted API key>
-
Wait one minute ( theHive is starting up)
-
Login as superadmin ( admin / secret )
-
Check the Cortex integration ( should be green )
https://chinyati.medium.com/the-hive-cortex-through-docker-installation-e50cbadb6cb0 https://github.com/chinyati/Article-Resources