You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have trouble setting up otx-misp. I'm using OTX API key that I tested with curl to be working and whole thing is running on rocky linux 8 vm where fresh MISP installation has been done.
It seems to run --dry-run just fine but fails to perform actual import when run without.
According to error code(21) and its location from cli.py it does seem to communicate with OTX fine (that is.. no wrong api key error or so reported) but create_events() call must be failing somehow.
Dear, there is a problem when you build the URL "OTXv2.py" to request the pulses from OTX. It is sending the extra "/" character when consulting the API .. it could be that they modified something in OTX and now they validate the sending of these extra values.
To solve it you have to modify line 8 in the "OTXv2.py" the following value:
Description
Hello,
I have trouble setting up otx-misp. I'm using OTX API key that I tested with curl to be working and whole thing is running on rocky linux 8 vm where fresh MISP installation has been done.
It seems to run --dry-run just fine but fails to perform actual import when run without.
According to error code(
21
) and its location from cli.py it does seem to communicate with OTX fine (that is.. no wrong api key error or so reported) but create_events() call must be failing somehow.otx_misp/src/otx_misp/cli.py
Lines 164 to 168 in e6c8a42
Any idea what I can do about it?
Thanks.
Versions
Traceback or error
The text was updated successfully, but these errors were encountered: