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:
- Click on Runtime (top menu)
- Select "Change runtime type"
- Set:
- Runtime type: Python 3
- 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