Raphaël Vinot
Raphaël Vinot
Would it make more sense to setup a dedicated MISP instance for the new internal organization? If I understand it right, they must only see the events they create (and...
No, you cannot use tags to limit what an organization can see, sorry.
A single MISP instance is meant for sharing across multiple groups. Enforcing access to a subset of events for a dedicated org requires a dedicated MISP instance that does push...
1. That sounds like a bug. @mokaddem is there a reason `POST` on `eventReports/add/` only works with an event ID? It should also work with an event UUID (I think?)....
I don't think it is possible, and I'm also not sure it is doable. @iglocska what do you think?
5XX errors are something bad happening server side. If the web interface doesn't work, PyMISP won't either. You'll need to look at the logs (MISP and webserver) on the machine.
hmmm this is annoying. I will make it linux-only as a quick fix (I bet it is also an issue and windows, now that I think about it), and I...
Fixed: https://github.com/MISP/PyMISP/commit/a5f9ac996cd247cc3f319017ff28895bd0b7cd34
Right. Well, no very long query for BSD and Windows users, at least for now. It is an edge case anyway as far as I know, and only when you...
Yeah, MISP is returning a stacktrace, so PyMISP fails to parse the json. @mokaddem @iglocska that's something for you, I think?