csirt-pj

Results 3 comments of csirt-pj

arf, so I _cannot_ change them ? I need to recreate the event with a different org ? we have some org issues, people not being able to modify events...

It seems MISPi s not accepting it: ``` from pymisp import MISPOrganisation orgc = MISPOrganisation() orgc.name = 'babar' orgc.id = 11 orgc.uuid = '5dfb7cb3-19c0-421e-a120-768ebca539c9' event = misp.get_event(519, pythonify=True) # NOTE:...

Actually nothing: it answers the same event in dict format with orgc unchanged.