Each key must be unique and is terminated with a colon :.
For IP addresses the dot notation is used for subnet matches:
key
CIDR
Possible matches
192.168.:
192.168.0.0/16
192.168.0.0 - 192.168.255.255
172.16.19.:
172.16.19.0/24
172.16.19.0 - 172.16.19.255
10.1.1.1:
10.1.1.1/32
10.1.1.1
1 2 3
$ vim /var/ossec/etc/lists/private_ip
10.168.:PrivateNet
Since Wazuh v3.11.3, CDB lists are built and loaded automatically when the analysis engine is started. Therefore, when adding or modifying CDB lists, it is no longer needed to run ossec-makelists, just restart the manager.