You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query, update, and work with cases in TheHive from Cloud SOAR.
13
13
14
+
## Overview
15
+
16
+
### Purpose
17
+
18
+
This integration enables seamless interaction with TheHive platform, allowing case and observable management. It supports creating, updating, and searching cases and observables.
19
+
20
+
### Use cases
21
+
22
+
* Create and update incident cases/observables.
23
+
* Search for existing cases or observables matching specific criteria.
24
+
* Find similar observables.
25
+
* Retrieve detailed information about a case or observable for investigation.
26
+
27
+
### Supported versions
28
+
* TheHive 5.x
29
+
30
+
### Prerequisites
31
+
* A working instance of TheHive with API access enabled.
32
+
* API key with appropriate permissions.
33
+
14
34
## Actions
15
35
16
36
***Create Case** (*Notification*) - Create a new case.
@@ -29,11 +49,66 @@ import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
29
49
30
50
<IntegrationsAuth/>
31
51
52
+
***API Key**. A unique token used to authenticate API requests to TheHive.
53
+
***Server URL**. The base URL (hostname or IP address) of your TheHive server.
54
+
***Port**. (Optional) The port number on which TheHive is accessible.
55
+
***Organization Name**. (Optional) The name of the organization context in multi-tenant deployments of TheHive.
56
+
***Automation Engine**. Select **Cloud execution** for this certified integration. Select a bridge option only for a custom integration. See [Cloud or Bridge execution](/docs/platform-services/automation-service/automation-service-integrations/#cloud-or-bridge-execution).
0 commit comments