Introduction
This project is first and foremost a set of tools aimed to help with step #2 of CIRP incident response, identification. It is not meant to be a complete end-to-end solution, but rather a reference implementation that needs to be adapted to the company's needs.
Effectively it is a set of queries from Snowflake Security
Dashboards wrapped in a Streamlit application. The individual
queries are kept as .sql
files and can be used without installing the whole
application.
The Streamlit UI can be deployed as:
- Streamlit application: locally and in Snowflake
- Snowflake native application
- Docker container
See corresponding section for installation instructions. The easiest method to install Sentry is probably "Streamlit in Snowflake through a GitHub action".