How add and deleteIPS from allow list in senhasegura

1. To add IPS in senhagura use the following command:

sudo orbit wazuh whitelist add --ips=<insert_IP>

2. It is possible to add more than one IP in the same command, just separate them with a comma.

sudo  orbit wazuh whitelist add --ips=<insert_IP1>,<insert_IP2>

3. To check which IPs are registered, use the following command:

sudo  orbit wazuh whitelist status

image

4. To delete IPs use the following command:

sudo orbit wazuh whitelist delete --ips=<insert_IP>

image