I can access the dashboard of (Wazuh, IRIS, and Shuffle) using the credential information provided in T-Guard documentation (I will attach a picture of the credential information provided in T-Guard documentation).
Thank you for your feedback on using our T-Guard SOC Package.
Regarding the issue you are facing, it seems to be caused by the T-Guard installation being on a machine or device that uses an internal network (not public). You need to change the baseurl configuration inside the MISP configuration file with the following steps:
Edit the MISP config file:
sudo nano ~/t-guard/misp/config/config.php
Change the IP address in ‘baseurl’ to your IP address used to access Wazuh, Shuffle, and IRIS (in your case, 192.168.56.102). Then, save it.
Hello:
I also have the problem that MISP DashBoard cannot be opened. After modifying /t-guard/misp/configs/config.php to my internal IP, the web page can be opened.
Regarding the issue you are facing, it appears that there might be an issue with the latest version of MISP. We recommend updating the MISP-core image to version 2.4.190 and the MISP-module image to version 2.4.187. Here are the steps to do so:
Edit the MISP docker-compose.yml file:
nano ~/t-guard/misp/docker-compose.yml
Scroll down to misp-core, then replace the image version from “latest” to “v2.4.190”
I found a temporary solution. I removed all password in the misp/docker-compose.yml, because the problem was that I send a password when I try to connect to redis, however redis doesn’t except this password. What’s more I tried to add a requirepass but I was also waiting for and AUTH that isn’t set so I found it easier to juste remove the password.
This solution however isn’t the best so I will try to look for a way to make it work with the password.