Intro project to learn about using:
- Ruby
- Sidekiq
- Redis
- Docker
To solve interesting security problems with a DIY-SOAR framework.
If you do not have Docker Desktop installed, install it now.
git clone https://github.com/redcanaryco/cbconnect-2019.git
cd cbconnect-2019
docker-compose build
docker-compose up
- Actions we take inside a playbook go in
app/actions
- Playbooks that run in response to an alert go in
app/playbooks
- The entrypoint is
app/main.rb