This repo contains Jupyter Notebooks useful for several aspects of Blue Team work.
You need Jupyter Notebooks! On linux, run:
$ pip3 install jupyter
Clone and enter the directory:
$ git clone https://github.com/mttaggart/blue-jupyter.git && cd blue-jupyter
If you don't have it already, install poetry
:
$ pip3 install poetry
Install the dependencies with poetry
:
$ poetry install
Then, start a poetry shell and go to the directory of the notebook you want to run. Then, start the Jupyter server:
$ poetry shell
$ cd [notebook-directory]
$ jupyter notebook
For developing notebooks, install and use the Jupyter lab
command:
$ pip3 install jupyterlab
$ jupyter lab