Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 601 Bytes

Readme.md

File metadata and controls

26 lines (19 loc) · 601 Bytes

DIY SOAR - Cb Connect 2019

Intro project to learn about using:

  • Ruby
  • Sidekiq
  • Redis
  • Docker

To solve interesting security problems with a DIY-SOAR framework.

Getting started

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

Structure

  • 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