BUG MISP Connector get wrong link for External analysis
What happened
Get wrong link for External analysis http://localhost/pages/scan/result/11
Environment
- OS: Ubuntu 22.04 LTS
- IntelOWL: v5.2.3
- MISP: 2.4.181
What did you expect to happen
as a minimum http://192.168.1.44/jobs/11/raw/full
The best solution is that not the link to the external analysis is posted, it would be that the full report (json) is in the misp event as example as External analysis text or add a file.
How to reproduce your issue
Error messages and logs
the reason why you do not have the correct URL is because you have not configured the environment variable called INTELOWL_WEB_CLIENT_DOMAIN. That is specified in the documentation here.
Then yes, the integration can be customized and changed to add additional things if you want.
I set the variable INTELOWL_WEB_CLIENT_DOMAIN, but still the link /pages/scan/result/12 is not working
ah yes, you are right. This connector hasn't been updated after an IntelOwl's major release that changed that URL.
I have just pushed a fix in the develop branch
this has been solved since the last release