Thanks for reaching out.
/var/www/so/squert/.scripts/ip2c.tcl.
If you wanted to do it without modifying the script you could set up a ftp server on the airgaped network with the updated files and create dns records that will resolve the below sites to that server.
- Geo IP Data - The Geo IP data for Elasticsearch is stored in the so-elasticsearch docker container and is updated when we build a new docker container. You can utilize the so-airgap-update script provided at
https://github.com/bryant-treacle/securityonion-airgap to ensure you have the most up-to-date elasticsearch container. If you would like to update the databases manually, these links should get you started.
- Wazuh Rules - You can check for updated rules by going to
https://github.com/wazuh/wazuh-ruleset. Make sure that you choose the branch that corresponds with the version of Wazuh you are running. Download theses rules and place them in the /var/ossec/rules directory. Then restart the hids service.
Hope this helps.
Bryant