Raphaël Vinot

Results 550 comments of Raphaël Vinot

1. The error is because you reached the threshold of requests/min: it is 4/min with a public API key (https://developers.virustotal.com/v3.0/reference). They return an empty response when you reach that threshold....

Is there some documentation on how to use the new controller via the API? I'm not sure where to look for that.

Out of curiosity, have you tried to use `date_from` too? I wouldn't be surprised MISP acts weirdly if you only pas one of the two. Also, if you want to...

I just checked, and we have a test case for that (`date_from` only and `date_from` + `date_to`): https://github.com/MISP/PyMISP/blob/main/tests/testlive_comprehensive.py#L819 And it works as expected so I'm not sure why it's not...

1. no, the date field in the event doesn't have more precision than the day 2. you can pass a Unix time in seconds, but it will converted as a...

try with `date_from`, instead of `date_to`?

Yes: you need to add some limits to your query, as it is, it will return the complete database which will either timeout, or run out of memory. If you...

I think you're right, `first_seen` and `last_seen` isn't available for the attribute level search. As you said, it is an oversight, I'll add that asap.

Fixed, thank you for the proposal: https://github.com/MISP/PyMISP/commit/c3d6c3cc732f1c15bc1faabdb76ff965cd09b060