Raphaël Vinot

Results 550 comments of Raphaël Vinot

The test suite is passing on the github actions so I'm not sure what you're talking about.

Just making sure, you're incrementing the `page` parameter in every loop. right? Something like: ```python i = 1 while True: old_events = client._search(controller='events', tags=old_tag_name, limit=500, page=i, date_to=now, published=True) if len(old_events)...

Woops, sorry, I forgot a follow up on this issue. Do you still have the problem?

`event.add_attribute('test','teste.com')`

Have you tried the examples above? 1. `test` isn't a valid MISP type, the call doesn't work and should raise an exception. 2. you need to pass `pythonify=True` to the...

I'm not totally sure to understand your question, so I'm sorry if I don't answer it. If you want to add one attribute to an existing MISP event (and you...

Sorry, I missed this issue. PyMISP cannot control how MISP handles the query, but I see that you're using a very old version of MISP, and I wouldn't be surprised...

@chrisr3d is our master of all stix related things. IIRC, this piece of code is deprecated and should be removed or completely rewritten. And it kind of supports STIX 1,...

For reference, here is the documentation for PyMISP STIX upload: https://pymisp.readthedocs.io/en/latest/modules.html#pymisp.PyMISP.upload_stix

There was one in the test suite, I added it in the comments of the example script.