1.SIEM Deployment
1.SIEM Deployment
4. This error can be solved by ignore checking the matching list using -i
option
# curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo
bash ./wazuh-install.sh -a -i
5. When finish installing, we could check the status of using this command:
# systemctl status wazuh-manager
SIEM Installation
Wazuh AIO Under Debian :
8. Agent windows10:
From Wazuh, Deploy new agent, select windows, Server address:
Assign a server address:10.0.30.61
Optional settings: Assign an agent name:win10-test
After that wazuh generate command commands to download and
install the agent
run the following command on Windows 10 host using PowerShell
running as Administrator
Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-
agent-4.7.2-1.msi -OutFile ${env.tmp}\wazuh-agent; msiexec.exe /i
${env.tmp}\wazuh-agent /q WAZUH_MANAGER='10.0.30.61'
WAZUH_AGENT_NAME='win10-test' WAZUH_REGISTRATION_SERVER='10.0.30.61'
SIEM Installation
Wazuh AIO Under Debian :
Ali Ali