Raphaël Vinot

Results 410 comments of Raphaël Vinot

Here is the testing code I wrote: https://github.com/Rafiot/MultiProcQueue/tree/master/example_disque +: - very, very short - all the logic goes to Disque - reduce drastically the code to maintain -: - not...

I don't think there is a way to tag multiple UUIDs are the time on MISP side, but I might be wrong. @iglocska @mokaddem might be able to answer that...

* EMailObject is [not deprecated](https://github.com/MISP/PyMISP/blob/main/pymisp/tools/emailobject.py), is there an issue with it? * The recommended way to push a malware sample to MISP is to do it this way: https://github.com/MISP/PyMISP/blob/main/tests/testlive_comprehensive.py#L1290 Note...

I never heard of this tool, and have no access to the platform, so no, not so much. If they implemented something that worked on pymisp 2.4.99 and not after...

Have you installed pymisp this way? `pip install pymisp[email]` The email support needs a few extra dependencies that aren't installed by default. Depending on what yo want to do, you...

Yes, you are correct, it was marked as deprecated around mid 2019 and removed from the release 2.4.120 in January 2020. see https://github.com/MISP/PyMISP/blob/v2.4.119/pymisp/api.py#L1016

Seems this method wasn't directly reimplemented. But you can use the search method, either with the event or the attribute controller and the `with_attachments` parameter. For example, if you want...

I'm confused now. You just asked download, so the code above should work for downloading samples. For uploading, the example here works: https://github.com/MISP/PyMISP/blob/main/tests/testlive_comprehensive.py#L1290

It it was the case, it was a bug, and was fixed asap, so maybe? but I have no idea. The class evolved quite a bit, and at some point...