Back to Home
Documentation

Prohori Docs

Learn how to use Prohori, integrate Wazuh, and set up your security monitoring environment.

Using Prohori

1. Connect Your Agents

Start by installing the Wazuh agent on your endpoints. Once connected, Prohori will automatically fetch security events and logs from your infrastructure.

2. AI Analysis

Navigate to the AI Analyst section. Our system processes your logs and provides plain-language explanations and remediation steps for any detected threats.

Endpoints
Wazuh Server
Prohori AI

Wazuh Installation

Ubuntu / Debian
curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
CentOS / RHEL
curl -sO https://packages.wazuh.com/4.7/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
Windows Agent
Invoke-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'

Official Resources

Wazuh Documentation

Access the comprehensive official Wazuh documentation for advanced configurations.

Visit Official Docs