Skip to content

Commit

Permalink
chore(doc): fix broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Dec 20, 2024
1 parent ed5c0ff commit 300c346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/attacks/CE_PRIV_MOUNT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ mount /dev/vda1 /mnt/hostfs
ls -lah /mnt/hostfs/
```

With the disk now writeable from the container, follow the steps in [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#Exploitation).
With the disk now writeable from the container, follow the steps in [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#exploitation).

## Defences

### Monitoring

+ Monitor `mount` events originating from containers
+ See [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#Defences)
+ See [EXPLOIT_HOST_WRITE](./EXPLOIT_HOST_WRITE.md#defences)

### Implement security policies

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ We also provide a showcase [Jupyter Notebook](https://github.com/DataDog/KubeHou

!!! note

You can find the visual representation of the KubeHound graph model [here](/reference/).
You can find the visual representation of the KubeHound graph model [here](../reference/graph/index.md).

Once the data is loaded in the graph database, it's time to visualize and query it!

Expand Down

0 comments on commit 300c346

Please sign in to comment.