PyMISP
PyMISP copied to clipboard
Python library using the MISP Rest API
Hello, using `search(controller="attributes", ...)`, is there a (simple) way to exclude attributes whose parent objects are `soft_delete`d ? It seems that when an object is soft-deleted, its attributes aren't... Is...
Hello. I hope to add custom object to specific event using PyMISP. I'm using PyMISP 2.4.168. When i tried it, it didn't work. I did something like below first. ```...
I am unable to access my MISP GUI or with the help of PyMISP API, I am getting the following error when trying to do so: **Error: An Internal Error...
Unable to connect to the MISP Software using the Py MISP API along with the Authorization Key and username, Facing Errors as mentioned below while trying to do the same...
Hello everybody, Can you help me. I enabled the option misp_verifycert = True and when running the script it generates the error below regarding the certificate. 
Hello everyone, I hope you are well, I would like to tell you that I am new here and I am doing a laboratory for my university, I installed Misp...
Hi, i'm trying to extract the id event with PyMISP. This is my code: ``` event = MISPEvent() misp.add_event(event, pythonify=False) misp.publish(event, alert=False) event_id = event.get("id") #tried also with event.get("event_id") ```...
Hello guys, i want to disable the ids flag if the Decay Score is 0, but i have a problem with my code. When i try to include decay score...
PyMISP Version 2.4.155.1 **Issue** I was trying to add a local tag to an event using `misp.update_event` call and it also updated the `last change` timestamp. **Expected outcome:** - Changes...
hi, i am looking to perform some kind of automation to go through multiple events, and extract the name of the threat actors (if the events have relevant information). what...