Cyberint
LAST UPDATED: OCTOBER 9, 2025
Overview
Cyberint, the Impactful Intelligence company, fuses threat intelligence with attack surface management, providing organizations with extensive integrated visibility into their external risk exposure. Leveraging autonomous discovery of all external-facing assets, coupled with open, deep dark web intelligence, the solution allows cybersecurity teams to uncover their most relevant known and unknown digital risks - earlier.
D3 SOAR is providing REST operations to function with Cyberint.
Cyberint is available for use in:
Connection
Gather the following information to connect D3 SOAR to Cyberint.
Parameter | Description | Example |
Server URL | The server URL used for accessing the Cyberint API. | https://company.Cyberint.io |
API Key | The API Key used to authenticate the API connection. | ***** |
API Version | The version of the API to use for this connection. | v1 |
Configuring D3 SOAR to Work with Cyberint
Log in to D3 SOAR.
Find the Cyberint integration.

Navigate to Configuration on the top header menu.
Click on the Integration icon on the left sidebar.
Type Cyberint in the search box to find the integration, then click it to select it.
Click on the + Connection button on the right side of the Connections section. A new connection window will appear.
Configure the following fields to create a connection to Cyberint.

Connection Name: The desired name for the connection.
Site: The site on which to use the integration connection. Use the drop-down menu to select the site. The Share to Internal Sites option enables all internal sites to use the connection. Selecting a specific site will only enable that site to use the connection.
Recipient site for events from connections Shared to Internal Sites: This field is displayed when Share to Internal Sites is selected for the Site field, allowing selection of the internal site for deploying the integration connection.
Agent Name (Optional): The proxy agent required to build the connection. Use the dropdown menu to select the proxy agent from a list of previously configured proxy agents.
Description (Optional): The description for the connection.
Tenant (Optional): When configuring the connection from a master tenant site, users can choose the specific tenant sites with which to share the connection. Once this setting is enabled, users can filter and select the desired tenant sites from the dropdowns to share the connection.

Active: The checkbox that enables the connection to be used when selected.
Configure User Permissions: Defines which users have access to the connection.
System: This section contains the parameters defined specifically for the integration. These parameters must be configured to create the integration connection.

1. Input the Server URL.
2. Input the API Key from the Cyberint platform.
3. Input the API Version. The default value is v1.
Enable Password Vault: An optional feature that allows users to take the stored credentials from their own password vault. Refer to the password vault connection guide if needed.
Connection Health Check: Periodically checks the connection status by scheduling the Test Connection command at the specified interval (in minutes). Available only for active connections, this feature also allows configuring email notifications for failed attempts.
Test the connection.
Click on the Test Connection button to verify credentials and connectivity. A success alert displays Passed with a green checkmark. If the connection fails, review the parameters and retry.
Click OK to close the alert window.
Click + Add to create and add the configured connection.
Commands
Cyberint includes the following executable commands for users to set up schedules or create playbook workflows. With the Test Command function, users can execute these commands independently for playbook troubleshooting.
Note for Time-related parameters
The input format of time-related parameters may vary based on user account settings, which may cause the sample data in commands to differ from what is displayed. To adjust the time format, follow these steps:
Navigate to Configuration Application Settings. Select Date/Time Format.

Choose the desired date and time format, then click on the Save button.

The selected time format will now be visible when configuring Date/Time command input parameters.
Get Alert Analysis Reports
Retrieves alert analysis reports.
READER NOTE
Alert IDs is a required parameter to run this command.
Run the Get Alerts command to obtain the Alert IDs. Alert IDs can be found in the raw data at $.alerts[*].ref_id.
Input
Input Parameter | Required/Optional | Description | Example |
Alert IDs | Required | The reference IDs of the requested alerts. Alert IDs can be obtained using the Get Alerts command. |
JSON
|
Output
To view the sample output data for all commands, refer to this article.
Error Handling
If the Return Data displays Partially Successful or Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Get Alert Analysis Reports failed. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Cyberint portal. Refer to the HTTP Status Code Registry for details. | Status Code: 401. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: Unauthorized. |
Error Sample Data Get Alert Analysis Reports failed. Status Code: 401. Message: Unauthorized. |
Get Alert Attachments
Retrieves alert attachments.
READER NOTE
Alert ID and Attachment IDs are required parameters to run this command.
Run the Get Alerts command to obtain the Alert ID and Attachment IDs. Alert ID and Attachment IDs can be found in the raw data at:
$.alerts[*].ref_id (Alert ID)
$.alerts[*].attachments (Attachment IDs)
Input
Input Parameter | Required/Optional | Description | Example |
Alert ID | Required | The reference ID of the requested alerts. Alert ID can be obtained using the Get Alerts command. | D*****2 |
Attachment IDs | Required | The internal IDs of the attachments associated with the specified alerts. Attachment IDs can be obtained using the Get Alerts command. |
JSON
|
Output
To view the sample output data for all commands, refer to this article.
Error Handling
If the Return Data displays Partially Successful or Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Get Alert Attachments failed. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Cyberint portal. Refer to the HTTP Status Code Registry for details. | Status Code: 401. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: Unauthorized. |
Error Sample Data Get Alert Attachments failed. Status Code: 401. Message: Unauthorized. |
Get Alerts
Retrieves up to 100 alerts. Results are sorted by modification date. If no filters are applied, all alerts modified in the past 24 hours across all environments are returned.
Input
Input Parameter | Required/Optional | Description | Example |
Start Time | Required | The start time (in UTC) used to filter alerts by their modification date. The time range between Start Time and End Time cannot exceed one year. | 2023-02-14T14:28:29Z |
End Time | Required | The end time (in UTC) used to filter alerts by their modification date. The time range between Start Time and End Time cannot exceed one year. | 2023-02-16T14:28:29Z |
Status | Optional | Filters alerts by status. Valid options are:
|
JSON
|
Severity | Optional | Filters alerts by severity. Valid options are:
|
JSON
|
Type | Optional | Filters alerts by type. Valid values are:
|
JSON
|
Environment | Optional | Filters alerts by environment. By default, alerts from all customer environments and sub-environments are retrieved. |
JSON
|
Limit | Optional | The number of alerts to return. Valid values are integers between 10 and 100. | 10 |
Output
To view the sample output data for all commands, refer to this article.
Error Handling
If the Return Data displays Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Get Alerts failed. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Cyberint portal. Refer to the HTTP Status Code Registry for details. | Status Code: 401. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: Unauthorized. |
Error Sample Data Get Alerts failed. Status Code: 401. Message: Unauthorized. |
Update Alert Status
Updates the status of up to 100 alerts.
READER NOTE
Alert IDs is a required parameter to run this command.
Run the Get Alerts command to obtain the Alert IDs. Alert IDs can be found in the raw data at $.alerts[*].ref_id.
Input
Input Parameter | Required/Optional | Description | Example |
Alert IDs | Required | The reference IDs of the alerts to be updated. Alert IDs can be obtained using the Get Alerts command. |
JSON
|
Status | Required | The updated status to apply to the specified alerts. Valid options are:
| Closed |
Closure Reason | Optional | The reason for updating the alert status to "Closed". Valid options are:
If Status is set to "Closed" and this parameter is not specified, the Closure Reason defaults to "Resolved". | Resolved |
Output
To view the sample output data for all commands, refer to this article.
Error Handling
If the Return Data displays Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Update Alert Status failed. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Cyberint portal. Refer to the HTTP Status Code Registry for details. | Status Code: 401. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: Unauthorized. |
Error Sample Data Update Alert Status failed. Status Code: 401. Message: Unauthorized. |
Test Connection
Allows users to perform a health check on an integration connection. Users can schedule a periodic health check by selecting Connection Health Check when editing an integration connection.
Input
N/A
Output
Output Type | Description | Return Data Type |
Return Data | Indicates one of the possible command execution states: Successful or Failed. The Failed state can be triggered by any of the following errors:
More details about an error can be viewed in the Error tab. | String |
Error Handling
If the Return Data displays Failed, an Error tab will appear in the Test Result window.
The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.
Parts in Error | Description | Example |
Failure Indicator | Indicates the command failure that happened at a specific input and/or API call. | Test Connection failed. Failed to check the connector. |
Status Code | The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the Cyberint portal. Refer to the HTTP Status Code Registry for details. | Status Code: 401. |
Message | The raw data or captured key error message from the integration API server about the API request failure. | Message: Unauthorized. |
Error Sample Data Test Connection failed. Failed to check the connector. Status Code: 401. Message: Unauthorized. |