This file specify the IP address for each playbook. If you used the provided IP addresses in the Terraform playbook there is no action items. If you modified the IP addresses please open this file and set the correct IP addresses.
cp group_vars/all.yml.example group_vars/all.yml
vim group_vars/all.yml
and set:internal_domain
- The domain for the CORP subnet resourcesexternal_domain
- The domain for external accessible resources
cp group_vars/corp.yml.example group_vars/corp.yml
vim group_vars/corp.yml
and set:- Users
1.
user_list
- Set password for each user. This password will be used for Windows share users, e-mail, and macOS VNC. - Mail server
1.
db_hMailServer_password
- Set the password for the hMailServer database password - macOS
1.
vnc_admin_password
- VNC password for theec2-user
(default AWS user) admin account - Logstash
1.
elastic_version
- Logstash version to use the Logstash ingestor
cp group_vars/sec_tools.yml.example group_vars/sec_tools.yml
uuid
- Copy outputvim group_vars/sec_tools.yml
and set:- Arkmie
1.
monitoring_interface
- Interface for Arkmie to monitor 1.arkmie_version
- Version of Armkie to download and install 1.arkmie_admin_user
- Set the Arkmie admin username 1.arkmie_admin_password
- Set the Arkmie admin password 1.arkmie_regular_user
- Set the Arkmie workshop user username 1.arkmie_regular_password
- Set the Arkmie workshop user password 1.elasticsearch_oss_version
- Specify the version of Elasticsearch to install - Log ingestor
1.
confluent_version
- Version of Confluent suite/Kafka to install - Splunk
1.
splunk_hec_token
- Set this to the output ofuuid
from above - Osquery
1.
osquery_version
- Version of Osquery to install on endpoints - Filebeat
1.
filebeat_version
- Version of Filebeat to install on endpoints - Winlogbeat
1.
winlogbeat_version
- Version of Winlogbeat to install on endpoints
- Login into AWS webGUI console
- Services > Compute > EC2
- Select the Windows file server EC2 instance
- Actions > Security > Get Windows Password
- Paste the contents of
terraform/ssh_keys/id_rsa
into the text box - Select "Decrypt Password"