minisephirot

Results 9 comments of minisephirot

Hello, I concur with @trizzosk : This is my noise that I want removed in my extracts: ![image](https://github.com/MISP/MISP/assets/22344585/7b9fbbed-3efd-40f3-81f8-30d2b34eb7fa) Using the rest search eventsearch route ` { "returnFormat": "json", "eventid": "38744",...

Hi ! I concur with @trizzosk , upgrading to 2.4.184 fixed the filter on warning list (no idea why tho', the changelog was not explicit)

I've completed my issue, sorry for the delay :)

It seems to be related to those issues: https://github.com/MISP/MISP/issues/4691 & https://github.com/MISP/MISP/issues/4925 My user is in host organisation, he tries via API to update an event using **only** local tags ->...

@adulau > If you have a 403 error, it’s a perm issue and not really an issue with PyMISP. I thought so too but since MISP allowed me in GUI...

@Rafiot Thank you for the feedback. Should I close this issue and reopen it on MISP's repo or let someone transfer it ?

What do you mean by tag settings ? I've tried going from: `misp_event.add_tag(name = tag, local = True)` to `attribute.add_tag(name = tag, local = True, exportable = True)` with no...

Hello, thank you for the insight. I thought that calling an update with only tags beeing changed would not trigger a "true" event update like an edition of attributes :...

I've just bumped on this issue also. One of the feeds I consume somehow sent a first_seen to 1970 and MISP accepted it "as is" : I was forced to...