TheHive4py
TheHive4py copied to clipboard
Add create_alert_observable
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 extract observables. Doing that on a case is easy, but I can't do on alertes because I can't add the new observables on alerts
Case observables have their own table, so you can create them whenever you want, but Alert artifacts are embeded on the Alert definition. Adding an artifact to an Alert is equivalent to updating the Alert by adding an item to it's artifacts array.