TheHive4py
TheHive4py copied to clipboard
Python API Client for TheHive
- [x] Implement custom field creation, deletion, update and listing - [x] Add integration tests
Since TheHive5, one can add multiple values for one customField. thehive4py should give the ability to: - Add a value for a customfield - Delete a value for a customfield...
# [Bug] New TheHive 4 Permissions not displayed under `get_current_user()` ### Request Type Bug ### Work Environment | Question | Answer |---------------------------|-------------------- | TheHive4py version | pip version 1.6.0 ###...
Bug (no critical impact) ### Work Environment | Question | Answer |---------------------------|-------------------- | OS version (server) | Docker image | OS version (client) | MacOS | TheHive4py version / git...
This issue aims to track the usage documentation progress: - [x] Add mkdocs support - [x] Deploy on gh-pages - [x] Doc for API reference - [ ] Doc for...
### Request Type Bug ### Work Environment | Question | Answer |---------------------------|-------------------- | OS version (server) | Debian | TheHive4py version | 1.5.3 ### Problem Description hi!! When I try...
(Request Type) ### Request Type Feature Request ### Problem Description When creating a new case, all the observables needs to be added one to one. This is fine for a...
### Request Type Bug ### Problem Description Can't create an Alert object from json if it has file observables ### Complementary information I'm using the object in event['object'] of TheHiveHooks...
### Request Type Feature Request ### Problem Description Please merge AlertArtifact and CaseObservable on a single model, since they have the same attributes. It would greatly facilitate coding.
### Request Type Feature Request ### Problem Description It would be nice to have a create_alert_observable that works the same as create_case_observable ### Complementary information I use hooks to automatically...