Wazuh XDR use cases' integrator scripts
- Wazuh Rule [between 0 and 99999]
- Custom Rule between 100000 and 120000
- Custom Integrator Rule [
between 110000 and 119999
][::200] by files
- Custom Integrator Rule [
- Have Wazuh Installed Installation Guide or Wazuh Docker Bundle
- Groups creation on Wazuh Dashobard
w1ndows_s0urces
for Windows Endpointl1nux_s0urces
for Linux Endpoint
- Configuration - Create the
.env
file for credentials. Take .env-example as reference
- clone repo into wazuh server(manager) and exec the following command for the utilities
# global configuration
bash ./bin/update_manager_config.sh
# configuration for windows endpoint
bash ./bin/update_windows_sources.sh
bash ./bin/update_windows_rules.sh
# configuration for linux edpoint
bash ./bin/update_linux_sources.sh
- Pending
- Windows Edpoint
- Linux Endpoint - Pending