Skip to content

Open the Notebook in Google Colab

Welcome! This first step will guide you through opening and preparing the notebook that powers the entire Active Directory attack simulation pipeline.


Step 1 : Access the Notebook

You should have access to a .ipynb file (the project notebook) via this link : Keys in hand Notebook


Step 2 : Configure the Runtime

Once the notebook is open:

  1. Click on Runtime (top menu)
  2. Select "Change runtime type"
  3. Set:
  4. Runtime type: Python 3
  5. Hardware accelerator: None (default is fine)

No GPU is required for this project.


Step 3 : Explore the Notebook Structure

Before running anything, take 30 seconds to scroll through the notebook.


Step 4 : Enable Sequential Execution

To avoid errors:

  • Run cells from top to bottom
  • Do not skip steps
  • Wait for each cell to finish before running the next