TheHive
TheHive copied to clipboard
List all cases and observables
Request Type
Question
Work Environment
| Question | Answer |
|---|---|
| OS version (server) | Debian |
| OS version (client) | 10 |
| Virtualized Env. | True |
| Dedicated RAM | 4 GB |
| vCPU | 4 |
| TheHive version / git hash | 4.1.19 |
| Package Type | DEB |
| Database | Cassandra |
| Index type | Opensearch |
Question
Hello,
I am trying to retrieve all the cases and observables via TheHive's API, to then index them under Openserach (fork of Elasticsearch).
However, I can't find a request to retrieve these, is it possible?
I tried this type of query:
http://192.168.1.8:9000/api/case/artifact/_search?nparent=1
http://192.168.1.8:9000/api/case/artifact/_search
....