kevin3567

Results 3 comments of kevin3567

Hi, After further implementing a code to run VT for a folder of files (one report per file), I have noticed that for certain hash values, the VTReportObject will not...

Hi, Yes I have also tried _date_from_, which seems to work. I have also tried using both _date_from_ and _date_to_, which returned no events. Thus, I suspect that _date_to_ is...

I think I have found the issue, the in my previous code, I was passing a Datetime object, not a Date object. Once I replaced that with a string (2021-06-17),...