TheHive4py icon indicating copy to clipboard operation
TheHive4py copied to clipboard

Python API Client for TheHive

Results 83 TheHive4py issues
Sort by recently updated
recently updated
newest added

Resolves https://github.com/TheHive-Project/TheHive4py/issues/143

target:1.x

Requests module does not provide default value for timeout. We should be able to set this value while initiating TheHive4py API or per each function. This commit provides the first...

target:1.x

If an alert is pulled via `get_alert()` and an instance of `Alert` is created with the json output, the alert artifacts within the alert object are missing their `id`. Missing...

target:1.x

Added the function "run_responder" to the file "api.py" that allows running a responder by its ID.

target:1.x

Added api.update_case_customfields(). This method allows to update only selected custom fields (instead of update them all at once), which can be useful for: - having automations on the filling of...

target:1.x

Hi, As explained here : https://github.com/TheHive-Project/TheHiveDocs/blob/master/admin/certauth.md, we can use a proxy to support HTTPS for TheHive. However, we can also use a client certificate with the TheHive4py API to authenticate...

target:1.x

Added the responder functions to their own PR. Including a small bugfix.

target:1.x

Added function to run responder by either responderID or ResponderName. Also added functions to verify responderName and search for responder by responderName. If you say run_responder(,,responder_name='slackbot') it will fail the...

target:1.x

Fixes #99 Create and update case_task now supports the fields 'startDate' and 'endDate' Create task_log now supports the field 'startDate' Their models have been updated as well

target:1.x

The new CustomFieldHelper is useful for adding a custom field(s) to a case or case template, but cannot be used to create a new custom field in TheHive. There are...

category:enhancement
target:1.x