Contents
Integration with Kaspersky Automated Security Awareness Platform
Kaspersky Automated Security Awareness Platform (hereinafter also referred to as KASAP) is an online learning platform that allows users to learn the rules of information security and related threats in their daily work, as well as to practice with real examples.
After configuring integration, you can perform the following tasks in Kaspersky Next XDR Expert:
- Assign learning courses to users who are associated with alerts and incidents.
- Change user learning groups.
- View information about the courses taken by the users and the certificates they received.
KASAP is considered to be integrated with Kaspersky Next XDR Expert after the integration between KASAP and KUMA is configured.
Before configuring integration between KASAP and KUMA, you need to create an authorization token and obtain a URL for API requests in KASAP.
Creating a token in KASAP and getting a URL for API requests
Creating a token
To authorize API requests from KUMA to KASAP, the requests must be signed with a token created in KASAP.
Only the company's administrator can create a token.
To create a token:
- Sign in to the KASAP web interface.
- In the Dashboard section, select the Import and sync section, and then open the OpenAPI tab.
- Click the New token button.
- In the window that opens, select the token rights available during integration:
- GET /openapi/v1/groups
- POST /openapi/v1/report
- PATCH /openapi/v1/user/:userid
- Click the Generate token button.
The generated token is displayed on the screen.
- Copy the token and save it in any convenient way. This token is required to configure integration between KASAP and KUMA.
The token is not stored in the KASAP system in the open form. After you close the Create token window, the token is unavailable for viewing. If you close the window without copying the token, you will need to click the Reissue token button for the system to generate a new token.
The issued token is valid for 12 months.
Getting a URL for API requests
The URL is used for interacting with KASAP via OpenAPI. You have to specify this URL when configuring integration between KASAP and KUMA.
To get the URL used in KASAP for API requests:
- Sign in to the KASAP web interface.
- In the Dashboard section, select the Import and sync section, and then open the OpenAPI tab.
- In the OpenAPI URL field, copy the URL, and then save it in any convenient way.