Post

Active Directory Pentest Mindmap 2k25

Full view and regulary updated Active Directory Pentest mindmap is available on orange cyberdefense mindmap site : https://orange-cyberdefense.github.io/ocd-mindmaps/img/mindmap_ad_dark_classic_2025.03.excalidraw.svg

Upgrade

  • A lot of stuff (timeroasting, SCCM attacks, adcs 11-15,…)
  • But the main upgrade is the generation from markdown !
    • Now we can integrate pull request easily.
    • All the map is entirely generated from markdown file, no user interaction.
  • Exemple this markdown text :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Container title

## Mindmap >>> Mindmap
- Create a mindmap
  - `python3 main.py -f <folder>`
    - `excalidraw`

## Second subject
- Info
  - `command`
    - `sub command with link`
[https://example.com](https://example.com)
    - `command CVE` @CVE@
- Bloc CVE @CVE@

## Out box >>> out A >>> out B || out C >>> out D
- Level1
  - Level2
    - Level3
- `1 Command` >>> out box of command 2 & 2bis
  - `2 Command`
    - `3 Command` >>> out box of command 3
  - `2bis command`
- Level1
  - `Level2`
    - Level3
  • result in the following image

demo_dark_classic.png

  • A yml config file is present in the mindmap folder to arrange all the files (container) and give the color mapping and the tools link mapping.

Source code

Mindmap rendering

If you want to see the mindmap in the other rendering i give you the svgs here :

  • handraw dark: handraw_dark_thumb.png

  • classic light: classic_light_thumb.png

  • handraw light: handraw_light_thumb.png

This post is licensed under CC BY 4.0 by the author.