Kamforka

Results 46 comments of Kamforka

I did some research and looks like the past version of timesketch accepted timestamps up to the second precision but now only microsecond precision works. Is this something that can...

Hi @blainedw. Are you sure it's not doable with thehive4py already? Have you tried something like: ```python # to create task with non default group hive.task.create( case_id="~1234", task={"group": "my-task-group", "title":...

Thanks for the feedback @zeroSteiner , glad you find it useful! Let me just reply to your points one by one: 1. That's right dataclasses are not backward compatible with...

Created a sample implementation in #56 feel free to check it out, I ran the tests locally and they seem to work fine, also added a guard to tests the...

Experimental implementation is already tested in #462

The idea is to pin the 1.x version of thehive4py or upgrade to use 2.x?