Hello Clarence,
Thank you for using Wazuh!!!
Have you set an environment just like the documentation (2 endpoints and the manager)? if so, you may still open an ssh session jumping from the manager to the target's ip, if you can manage to connect, you can use the iptable commands to remove the ip from the block list (like "
iptables -D INPUT -s IP-ADDRESS -j DROP"), or "iptables -F" to flush the entire list.
Wazuh doesn't keeps a separate list of blocked ip's on the agent, it uses the standard tools like iptables, so, you can use, depending on the platform, the local commands to restore access, just make sure you correct the active response.
You also may remove the active response and restart the manager service to take the changes, also restart the agent service from the manager by using the command `/var/ossec/bin/agent_control -R -u ID` (replacing ID by the agent's id).
Let me know if this is your case.
Regards.