Skip to content

Commit a3e2e86

Browse files
committed
K integrations
1 parent 74cb966 commit a3e2e86

File tree

7 files changed

+107
-21
lines changed

7 files changed

+107
-21
lines changed

docs/platform-services/automation-service/app-central/integrations/kaspersky-cybertrace.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,23 @@ Perform queries in Kaspersky CyberTrace.
1818
## Configure Kaspersky CyberTrace in Automation Service and Cloud SOAR
1919

2020
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
21+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
22+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
23+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
24+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
25+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2126

2227
<IntegrationsAuth/>
28+
* <IntegrationLabel/>
29+
* **Server URL**. Enter your Kaspersky CyberTrance [server URL](https://support.kaspersky.com/cybertrace/4.4/en-US/198537.htm).
30+
31+
* **Username**. Enter the username of a Kaspersky CyberTrance admin user authorized to provide authentication for the integration.
32+
33+
* **Password**. Enter the password for the admin user.
34+
* <IntegrationTimeout/>
35+
* <IntegrationCertificate/>
36+
* <IntegrationEngine/>
37+
* <IntegrationProxy/>
2338

2439
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/kaspersky-cybertrace-configuration.png')} style={{border:'1px solid gray'}} alt="Kaspersky Cybertrace configuration" width="400"/>
2540

docs/platform-services/automation-service/app-central/integrations/kaspersky-tip.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,28 @@ Quickly determine whether an investigated object is dangerous or clean by reques
1818
## Configure Kaspersky TIP in Automation Service and Cloud SOAR
1919

2020
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
21+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
22+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
23+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
24+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
25+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2126

2227
<IntegrationsAuth/>
28+
* <IntegrationLabel/>
29+
* **Server URL**. Enter your Kaspersky TIP server URL.
30+
31+
* **Username**. Enter the username of a Kaspersky TIP admin user authorized to provide authentication for the integration.
32+
33+
* **Password**. Enter the password for the admin user.
34+
35+
* **Kaspersky Certificate**. Enter the Kaspersky [certificate](https://support.kaspersky.com/KTIPS/en-EN/153080.htm). The certificate must be in PEM (base64encode) format.
36+
* <IntegrationTimeout/>
37+
* <IntegrationEngine/>
38+
* <IntegrationProxy/>
2339

2440
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/kaspersky-tip-configuration.png')} style={{border:'1px solid gray'}} alt="Kaspersky TIP configuration" width="400"/>
2541

26-
For information about Kaspersky TIP, see [Kaspersky TIP documentation](https://kaspersky-tip.readthedocs.io/en/stable/).
42+
For information about Kaspersky TIP, see [Kaspersky TIP documentation](https://opentip.kaspersky.com/Help/Doc_data/About.htm).
2743

2844
## Change Log
2945

docs/platform-services/automation-service/app-central/integrations/kela-darkbeast.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,25 @@ KELA Darkbeast provides incident responders, threat hunters, investigators, and
2828
## Configure KELA Darkbeast in Automation Service and Cloud SOAR
2929

3030
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
31+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
32+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
33+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
34+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
35+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3136

3237
<IntegrationsAuth/>
33-
34-
* **URL**. 'https://darkbeast.ke-la.com/api/v1/'.
35-
* **API Token**. Insert the previously copied token.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/kela-darkbeast-configuration.png')} style={{border:'1px solid gray'}} alt="Kela Darkbeast configuration" width="400"/>
36-
37-
For information about KELA Cyber Threat Intelligence (formerly KELA Darkbeast), see [KELA documentation](https://docs.ke-la.com/kela-docs).
38+
* <IntegrationLabel/>
39+
* **URL**. Enter your KELA Darkbeast API URL, for example, `https://darkbeast.ke-la.com/api/v1/`
40+
41+
* **API Token**. Insert the [previously copied token](#kela-darkbeast-configuration).
42+
* <IntegrationCertificate/>
43+
* <IntegrationTimeout/>
44+
* <IntegrationEngine/>
45+
* <IntegrationProxy/>
46+
47+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/kela-darkbeast-configuration.png')} style={{border:'1px solid gray'}} alt="Kela Darkbeast configuration" width="400"/>
48+
49+
For information about KELA Darkbeast, see [KELA documentation](https://docs.ke-la.com/kela-docs).
3850

3951
## Change Log
4052

docs/platform-services/automation-service/app-central/integrations/kela-radark.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,27 @@ KELA's RADARK delivers automated threat intelligence, cultivating the targeted a
2727
## Configure KELA RaDark in Automation Service and Cloud SOAR
2828

2929
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
30+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
31+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
32+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
33+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
34+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3035

3136
<IntegrationsAuth/>
37+
* <IntegrationLabel/>
38+
* **URL**. Enter your KELA RaDark API URL.
39+
40+
* **API Token**. Insert the [previously copied token](#kela-radark-configuration).
41+
42+
* **Monitor ID**. Enter the KELA RaDark monitor ID.
43+
* <IntegrationCertificate/>
44+
* <IntegrationTimeout/>
45+
* <IntegrationEngine/>
46+
* <IntegrationProxy/>
3247

3348
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/kela-radark-configuration.png')} style={{border:'1px solid gray'}} alt="KELA RaDark configuration" width="400"/>
3449

35-
For information about KELA, see [KELA documentation](https://docs.ke-la.com/kela-docs).
50+
For information about KELA RaDark, see [KELA documentation](https://docs.ke-la.com/kela-docs).
3651

3752
## Change Log
3853

docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-reporting.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@ KnowBe4 KMSAT is a security platform for security awareness training and simulat
2222
## Configure KnowBe4 KMSAT - Reporting in Automation Service and Cloud SOAR
2323

2424
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
25+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
26+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
27+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
28+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
29+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2530

2631
<IntegrationsAuth/>
32+
* <IntegrationLabel/>
33+
* **URL**. Enter the [reporting base URL](https://developer.knowbe4.com/rest/reporting#tag/Base-URL) for the KnowBe4 server that is closest to your geographic location.
2734

28-
* **Label**. The desired name for the resource.
29-
* **URL**. Server that is closer to your geo location.
30-
* **API Key**. Your KnowBe4 KMSAT API Key you copied earlier from KnowBe4 KMSAT.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-kmsat-reporting-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 KMSAT Reporting configuration" width="400"/>
35+
* **API Key**. Enter your KnowBe4 KMSAT [API key](https://developer.knowbe4.com/rest/reporting#tag/Authentication).
36+
* <IntegrationTimeout/>
37+
* <IntegrationCertificate/>
38+
* <IntegrationEngine/>
39+
* <IntegrationProxy/>
40+
41+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-kmsat-reporting-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 KMSAT Reporting configuration" width="400"/>
3142

3243
For information about KnowBe4 reporting, see [KnowBe4 reporting documentation](https://support.knowbe4.com/hc/en-us/articles/360007952894-Reporting-Guide).
3344

docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-user-events.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,23 @@ KnowBe4 KMSAT is a security platform for security awareness training and simulat
2525
## Configure KnowBe4 KMSAT - User Events in Automation Service and Cloud SOAR
2626

2727
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
28+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
29+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
30+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
31+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
32+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2833

2934
<IntegrationsAuth/>
35+
* <IntegrationLabel/>
36+
* **URL**. Enter the [events base URL](https://developer.knowbe4.com/rest/userEvents#tag/Base-URL) for the KnowBe4 server that is closest to your geographic location.
3037

31-
* **Label**. The desired name for the resource.
32-
* **URL**. Server that is closer to your geo location.
33-
* US server - https://api.events.knowbe4.com
34-
* EU server - https://api.events.knowbe4.com
35-
* CA server - https://api-ca.events.knowbe4.com
36-
* UK server - https://api-uk.events.knowbe4.com
37-
* DE server - https://api-de.events.knowbe4.com
38-
* **API Key**. Your KnowBe4 KMSAT API Key you copied earlier from KnowBe4 KMSAT.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-kmsat-user-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 KMSAT User Events configuration" width="400"/>
38+
* **API Key**. Enter your KnowBe4 KMSAT [API key](https://developer.knowbe4.com/events/).
39+
* <IntegrationTimeout/>
40+
* <IntegrationCertificate/>
41+
* <IntegrationEngine/>
42+
* <IntegrationProxy/>
43+
44+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-kmsat-user-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 KMSAT User Events configuration" width="400"/>
3945

4046
For information about KnowBe4 user events, see [KnowBe4 user event documentation](https://support.knowbe4.com/hc/en-us/articles/360024863474-User-Event-API-Overview).
4147

docs/platform-services/automation-service/app-central/integrations/knowbe4-phisher.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,23 @@ Follow the steps from the KnowBe4 PhishER [guide](https://developer.knowbe4.com/
2525
## Configure KnowBe4 PhishER in Automation Service and Cloud SOAR
2626

2727
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
28+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
29+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
30+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
31+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
32+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2833

2934
<IntegrationsAuth/>
35+
* <IntegrationLabel/>
36+
* **API URL**. Enter the [PhishER base URL](https://developer.knowbe4.com/graphql/phisher/page/Base-URL) for the KnowBe4 server that is closest to your geographic location.
3037

31-
* **Label**. The name for the resource.
32-
* **URL**. KnowBe4 PhishER host URL.
33-
* **API Token**. Your KnowBe4 PhishER API key.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-phisher-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 PhishER configuration" width="400"/>
38+
* **API Token**. Enter your KnowBe4 PhishER [API key](https://developer.knowbe4.com/graphql/phisher/page/Authentication).
39+
* <IntegrationTimeout/>
40+
* <IntegrationCertificate/>
41+
* <IntegrationEngine/>
42+
* <IntegrationProxy/>
43+
44+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/knowbe4-phisher-configuration.png')} style={{border:'1px solid gray'}} alt="KnowBe4 PhishER configuration" width="400"/>
3445

3546
For information about KnowBe4 PhishER, see [KnowBe4 PhishER documentation](https://support.knowbe4.com/hc/en-us/articles/360010802673-PhishER-Product-Manual).
3647

0 commit comments

Comments
 (0)