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 everyone, I'm using the MISP_2_1 Analyzer from the Cortex to search for an IP in the MISP database but it failed.
Then I found this error:
I think the main reason is this one: warnings.warn(
Something went wrong (400): {'name': 'Restsearch queries using GET and no parameters are not allowed. If you have passed parameters via a JSON body, make sure you use POST requests.', 'message': 'Restsearch queries using GET and no parameters are not allowed. If you have passed parameters via a JSON body, make sure you use POST requests.', 'url': '/events/restSearch'}
Is there anyway to change the GET to POST request when running MISP_2_1 analyzer in Cortex? Thanks!
Work environment
Cortex : version 3.1.7 running on docker compose
OS: Windows 11
Browser: Chrome
MISP: verion 2.4.184 running on docker compose
OS: Linux Ubuntu 23.04
Browser: Firefox
The text was updated successfully, but these errors were encountered:
I rechecked the misp url in Cortex and found that it was http[:]//xxx[.]xxx[.]xxx[.]xxx instead of https. So, I edited as https[:]//xxx[.]xxx[.]xxx[.]xxx and it worked
Hello everyone, I'm using the MISP_2_1 Analyzer from the Cortex to search for an IP in the MISP database but it failed.
Then I found this error:
I think the main reason is this one:
warnings.warn(
Something went wrong (400): {'name': 'Restsearch queries using GET and no parameters are not allowed. If you have passed parameters via a JSON body, make sure you use POST requests.', 'message': 'Restsearch queries using GET and no parameters are not allowed. If you have passed parameters via a JSON body, make sure you use POST requests.', 'url': '/events/restSearch'}
Is there anyway to change the GET to POST request when running MISP_2_1 analyzer in Cortex? Thanks!
Work environment
Cortex : version 3.1.7 running on docker compose
OS: Windows 11
Browser: Chrome
MISP: verion 2.4.184 running on docker compose
OS: Linux Ubuntu 23.04
Browser: Firefox
The text was updated successfully, but these errors were encountered: