Raphaël Vinot
Raphaël Vinot
So I'm slightly confused, because `events = misp.search(eventinfo="%Wannacry%", page=1, limit=10)` works for me. Which version of MISP are you on? And PyMISP? Is there any other message?
I added the page and limit keys because I was getting too many responses and it timed out. It should also work without it. I'll play with it a bit...
We can't do it server-side (see https://github.com/CIRCL/PyPDNS/issues/42), adding it client side is possible but moderately useful as we still need to get the complete dataset from the server first.
Something like checking the manifest, taking the last update timestamp in the last event inserted and searching from that time? If an old event is updated, the response to the...
What is the exception you're getting? If it is a 500, it's (probably) because the server tries to return everything in the MISP instance and it times out/barfs.
Woops, completely forgot about this issue. Located the bug, patch incoming.
TBH, that's extremely overkill for simply keeping a consistent copy of a bunch of advisories. I'll implement a very dumb pure python downloader that uses index.txt for initial import /...
> > TBH, that's extremely overkill for simply keeping a consistent copy of a bunch of advisories. > > We have tried to make it simple and in case of...
ohh, that looks neat, and it should be supporting resuming downloads nicely. I'll give it a shot.
This library should (might?) be able to help: https://github.com/libyal/libvhdi/ But it is hardly documented so using it will require quite a lot of poking around. An other issue at this...