Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 21, 2022
1 parent 59918a7 commit 7bc3cc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The labs consist of a selection of machines:
- Windows Server 2019
- Internet Information Servicies (IIS) web server with simple vulnerable app
- Windows 10 client
- Debian box with Elastic EDR
- Debian box with Elastic Endpoint Security
- Elastic Agent is deployed to all Windows machines via Fleet
- Debian attacker box

One public IP is exposed for the whole lab. The IP ranges defined in the `ip-whitelist` are allowed to access the following ports on this IP address, which are bound to the following services using a load balancer:
Expand Down
4 changes: 2 additions & 2 deletions Terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ output "ip-whitelist" {
}

output "elastic-url" {
value = "http://10.13.37.50"
description = "The URL used to connect to Elastic from the internal network."
value = "http://10.13.37.50/app/security/overview"
description = "The URL used to connect to the Elastic security dashboard."
}

output "elastic-user" {
Expand Down
Binary file modified assets/labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc3cc8

Please sign in to comment.