Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Aug 12, 2024
1 parent d3a77f0 commit 9db72bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions configs/attack_range_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ general:
# See the chapter Carbon Black in the docs page Attack Range Features.

install_contentctl: "0"
# Install splunk/contentctl on linux servers
# Install splunk/contentctl on linux servers

advanced_logging: "0"
# Enable verbose windows security logs by setting this to 1.

aws:
region: "us-west-2"
Expand Down Expand Up @@ -175,7 +178,7 @@ windows_servers_default:
# More information in chapter Bad Blood under Attack Range Features.

aurora_agent: "0"
# Install Aurora Agent
# Install Aurora Agent

linux_servers_default:
hostname: ar-linux
Expand Down
1 change: 1 addition & 0 deletions packer/ansible/roles/windows_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
- "adobereader"
- "python"
- include: advanced_logging.yml
when: advanced_logging == "1"

6 changes: 3 additions & 3 deletions terraform/ansible/windows_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
- red_team_tools
- join_domain
- windows_agent_prelude
- crowdstrike_falcon_agent
- carbon_black_cloud_agent
- bad_blood
- splunk_byo_windows
- windows_aurora_agent
- windows_install_attack_simulation
- windows_install_attack_simulation
- crowdstrike_falcon_agent
- carbon_black_cloud_agent

0 comments on commit 9db72bf

Please sign in to comment.