Adding a connector to SOAR
Integration of SOAR and KUMA is performed using the Kaspersky KUMA connector. Contact your SOAR vendor to learn more about the methods and conditions for obtaining a Kaspersky KUMA connector.
To import the Kaspersky KUMA connector to SOAR:
A list of connectors added to SOAR is displayed.
The connector is imported into SOAR and is ready to be configured.
Configuring a connector for a connection to KUMA
To use a connector, you need to configure its connection to KUMA.
To configure a connection to KUMA in SOAR using the Kaspersky KUMA connector:
A list of connectors added to your SOAR is displayed.
The general settings of the connector will be displayed.
The connector configuration will be displayed.
kuma.example.com:7223
.The connection to KUMA is configured in the SOAR connector.
Security Vision IRP connector settings
Configuring commands for interaction with KUMA in the SOAR connector
You can use SOAR to receive information about KUMA alerts (referred to as incidents in SOAR terminology) and send requests to close these alerts. To perform these actions, you need to configure the appropriate commands in the SOAR connector.
The instructions below describe how to add commands to receive and close alerts. However, if you need to implement more complex logic of interaction between SOAR and KUMA, you can similarly create your own commands containing other API requests.
To configure a command to receive alert information from KUMA:
A list of connectors added to SOAR is displayed.
The general settings of the connector will be displayed.
The command creation window opens.
Receive incidents
.api/v1/alerts/?withEvents&status=new
authorization
. In the Value field, indicate Bearer <token>.The connector command is configured. When this command is executed, the SOAR connector queries KUMA for information about all alerts with the New status and all events related to those alerts. The received data is sent to the SOAR processor, which uses it to create SOAR incidents. If new data appears in an alert that has been already imported into SOAR, incident information is updated in SOAR.
To configure a command to close KUMA alerts:
A list of connectors added to SOAR is displayed.
The general settings of the connector will be displayed.
The command creation window will be displayed.
Close incident
.api/v1/alerts/close
{"id":"<Alert ID>","reason":"responded"}
You can create multiple commands for different reasons to close alerts, such as responded, incorrect data, and incorrect correlation rule.
authorization
. In the Value field, indicate Bearer <token>.The connector command is configured. When this command is executed, the incident is closed in SOAR and the corresponding alert is closed in KUMA.
After the SOAR connector is configured, KUMA alerts are sent to the platform as SOAR incidents. Then you need to configure incident handling in SOAR based on the security policies of your organization.
Page top