We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug IRIS MISP Module is not working. All IOCs added failed to get MISP insights
To Reproduce Steps to reproduce the behavior:
Expected behavior The link between MISP and IRIS module is broken
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context We are on DFIR-IRIS Latest version 2.3.2
The text was updated successfully, but these errors were encountered:
I had a similar problem creating the Dummy Module:
server=x.x.x.x//socket.io/ client=y.y.y.y:36106 socket shutdown error: [Errno 9] Bad file descriptor2023-12-26 16:01:05 :: INFO :: module_handler :: call_modules_hook :: Calling module moduleDummy asynchronously for hook on_postload_ioc_create :: None
It turned out to be the rabbitmq docker container wasn't running.
Show all containers running: docker ps | grep iris Show all containers available: docker ps --all | grep iris Start missing rabbitmq: docker start iriswebapp_rabbitmq
Then the issue went away for me. I hope this helps someone else as well.
Solution Inspiration Credit to celery/kombu#369 (comment)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
IRIS MISP Module is not working.
All IOCs added failed to get MISP insights
To Reproduce
Steps to reproduce the behavior:
_- iriswebapp_app | server=x.x.x.x//socket.io/ client=x.x.x.x:59054 socket shutdown error: [Errno 9] Bad file descriptor2023-09-11 08:31:47 :: INFO :: module_handler :: call_modules_hook :: Calling module iris_misp_module asynchronously for hook on_manual_trigger_ioc :: Get MISP insight_
Expected behavior
The link between MISP and IRIS module is broken
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
We are on DFIR-IRIS Latest version 2.3.2
The text was updated successfully, but these errors were encountered: