Skip to content

Commit

Permalink
Update lab-DetectionLab.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syselement committed May 1, 2024
1 parent 7a48581 commit 2bf488d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion home-lab/blueteam/lab-DetectionLab.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Read more about DetectionLab on Medium [here](https://medium.com/@clong/introduc
> * Azure
> * LibVirt (Not officially supported)
> * Proxmox (Not officially supported)
> * [DetectionLabELK - by cyberdefenders](https://github.com/cyberdefenders/DetectionLabELK)
![DetectionLab](.gitbook/assets/lab.png)

Expand Down Expand Up @@ -338,7 +339,7 @@ vagrant up --provider=virtualbox
>
> Once it has passed that step of the provisioning process, you can run `vagrant up wef` and `vagrant up win10` in terminal windows 3 and 4 at the same time.
* First bring up **`logger`** and **`dc`** inside two differents `PowerShell` terminals
* First bring up **`logger`** and **`dc`** inside two diferents `PowerShell` terminals

```powershell
vagrant up logger --provider=virtualbox
Expand Down Expand Up @@ -444,6 +445,16 @@ vagrant up --provider=virtualbox
> [Issue](https://github.com/clong/DetectionLab/issues/770). I've checked all the services and they are up (`post_build_checks.ps1` script must be checked).
### Destroy lab
- Open `PowerShell` as Administrator and navigate to the **`DetectionLab\Vagrant`** folder
```bash
vagrant destroy
# confirm with y the destruction of every VM
```
***

## DetectionLab Usage
Expand Down

0 comments on commit 2bf488d

Please sign in to comment.