Learn how to use Prohori, integrate Wazuh, and set up your security monitoring environment.
Start by installing the Wazuh agent on your endpoints. Once connected, Prohori will automatically fetch security events and logs from your infrastructure.
Navigate to the AI Analyst section. Our system processes your logs and provides plain-language explanations and remediation steps for any detected threats.
curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -acurl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -aInvoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.7.2-1.msi -OutFile wazuh-agent.msi; msiexec.exe /i wazuh-agent.msi /q WAZUH_MANAGER='10.0.0.2' WAZUH_REGISTRATION_SERVER='10.0.0.2'Access the comprehensive official Wazuh documentation for advanced configurations.