-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
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
MISP - integration - invalid GET instead of POST request is being sent #2480
Comments
I'll check whether |
thanks for reporting. We are using the official pymisp library so this surprises me honestly. @g4ze will investigate it shortly |
we have been trying to address it here: #2481 but we still need to test it with a misp instance. I am not sure whether that works. Most probably is something related to the pymisp library itself. I saw other similar bug reports in the pymisp library that are still unsolved. |
Would just modifying said files and doing the EDIT: But it still complains that:
Any tips? |
I have just tried with a local Instance of PyMISP created from here, v 2.4.192 with pymisp version 2.4.195. Basically, that tells me that there's something wrong in yout environment. Can you please tell me how you configured your MISP analyzer? (if there's private data, either obfuscate it or you can contact me directly via Twitter if you like) @g4ze can you help us sharing your configuration too considering you are getting the same error? |
I got the same error months ago, I don't have misp setup now... |
@mlodic I don't think I have added anything other than the default setup for MISP + defaults: What I think is amiss here is that my docker PyMISP is at |
if you go in the |
@mlodic Yep, tried it seems that it is updated now, however I'm seeing the same thing. My MISP setup is not exposed so it's over IntelOwl
MISP error log:
Audit logs seem to show that no actual content is being passed? Odd: Am I just being a dummy and using the tool wrong? MISP config as follows in IntelOwl: Healthcheck reports OK |
try to set the parameter |
ah no I read now that maybe you have already flagged it....ok so I have no idea, I can't replicate the problem. Everything you are doing is fine. |
@mlodic - dumb question, how would I go about logging what is being send to pyMisp and then from pyMISP to MISP? Seems that logging stuff does not show up in the docker log that I can see? I'd then try to post the message with postman and see what gives. If it's the same then it must be my MISP instance playing tricks |
any update on this? |
What happened
Added MISP connector, tried to test it. Fail :(
This issue might be relevant to this PR
#2164
As it mentions this error message. Not sure whether this was merged to the version I'm on though.
Environment
What did you expect to happen
MISP is able to retrieve information from IP
How to reproduce your issue
Setup MISP try to request information about an IP
Same VNET, internal IP connectivity ok. Test connection health OK
Error messages and logs
Happens both for Connector and Analyzer
The text was updated successfully, but these errors were encountered: