Skip to content

Commit 3a281cf

Browse files
committed
H integrations
1 parent 4d6b5fa commit 3a281cf

File tree

15 files changed

+264
-30
lines changed

15 files changed

+264
-30
lines changed

docs/platform-services/automation-service/app-central/integrations/hacker-target.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,21 @@ Utilize Hacker Target's investigational tools during an incident.
2727
## Configure Hacker Target 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+
* **Server URL**. Enter your Hacker Target server URL, for example, `https://api.hackertarget.com`
39+
40+
* **API Key**. Enter a Hacker Target [API key](https://hackertarget.com/ip-tools/).
41+
* <IntegrationTimeout/>
42+
* <IntegrationCertificate/>
43+
* <IntegrationEngine/>
44+
* <IntegrationProxy/>
3245

3346
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hacker-target-configuration.png')} style={{border:'1px solid gray'}} alt="Hacker Target configuration" width="400"/>
3447

docs/platform-services/automation-service/app-central/integrations/hatching-triage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,19 @@ Detonate files with Hatching Triage Malware Sandbox.
2525
## Configure Hatching Triage 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 your Hatching Triage URL.
37+
38+
* **API Key**. Enter a Hatching Triage [API key](https://tria.ge/docs/cloud-api/conventions/#authentication).
39+
* <IntegrationEngine/>
40+
* <IntegrationProxy/>
3041

3142
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hatching-triage-configuration.png')} style={{border:'1px solid gray'}} alt="Hatching Triage configuration" width="400"/>
3243

docs/platform-services/automation-service/app-central/integrations/have-i-been-pwned.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,21 @@ Database
2727
## Configure Have I Been Pwned 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+
* **API URL**. Enter your Have I Been Pwned API URL, for example, `https://haveibeenpwned.com/API/v3`
39+
40+
* **API Key**. Enter a Have I Been Pwned [API key](https://haveibeenpwned.com/api/v3#Authorisation).
41+
* <IntegrationTimeout/>
42+
* <IntegrationCertificate/>
43+
* <IntegrationEngine/>
44+
* <IntegrationProxy/>
3245

3346
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/have-i-been-pwned-configuration.png')} style={{border:'1px solid gray'}} alt="Have I Been Pwned configuration" width="400"/>
3447

docs/platform-services/automation-service/app-central/integrations/hp-universal-cmdb.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,23 @@ Gather host configuration data with HP Universal CMDB.
1818
## Configure HP Universal CMDB 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 HP Universal CMDB server API URL, for example, `https://localhost:8443/rest-api/`
30+
31+
* **Username**. Enter the username of an HP Universal CMDB admin user authorized to authenticate 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/hp-universal-cmdb-configuration.png')} style={{border:'1px solid gray'}} alt="HP Universal CMDB configuration" width="400"/>
2540

docs/platform-services/automation-service/app-central/integrations/http-tools.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,27 @@ Set of scripts to perform simple HTTP requests.
2323
## Configure HTTP Tools in Automation Service and Cloud SOAR
2424

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

2732
<IntegrationsAuth/>
33+
* <IntegrationLabel/>
34+
* **HTTP API URL**. Enter the URL to send the requests.
2835

29-
* **Label**. Name of the resource for HTTP Tools.
30-
* **HTTP API URL**. The URL to send the requests.
31-
* **Username**. The username to use to access the URL.
32-
* **Password**. The password to use to access the URL.
33-
* **Extra Headers**. Additional HTTP headers to send with the requests e.g. (key1:value1, key2:value2) Or JSON.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/http-tools-configuration.png')} style={{border:'1px solid gray'}} alt="HTTP Tools configuration" width="400"/>
36+
* **Username**. Enter the username to use to access the URL.
37+
38+
* **Password**. Enter the password for the user.
39+
40+
* **Extra Headers**. Enter additional HTTP headers to send with the requests for example, `key1:value1, key2:value2` or JSON.
41+
* <IntegrationTimeout/>
42+
* <IntegrationCertificate/>
43+
* <IntegrationEngine/>
44+
* <IntegrationProxy/>
45+
46+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/http-tools-configuration.png')} style={{border:'1px solid gray'}} alt="HTTP Tools configuration" width="400"/>
3447

3548
## Change Log
3649

docs/platform-services/automation-service/app-central/integrations/hudsonrock-cavalier.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@ HudsonRock Cavalier is a cybercrime intelligence data source composed of million
2222
## Configure HudsonRock Cavalier 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 your HudsonRock API URL, for example, `https://api.hudsonrock.com/json/v3`
2734

28-
* **Label**. The desired name for the resource.
29-
* **URL**. Your HudsonRock URL.
30-
* **API Key**. Your HudsonRock API Key you copied earlier from HudsonRock.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hudson-rock-cavalier-configuration.png')} style={{border:'1px solid gray'}} alt="Airtable configuration" width="400"/>
35+
* **API Key**. Enter a HudsonRock [API key](https://docs.hudsonrock.com/reference/authentication) you copied earlier from HudsonRock.
36+
* <IntegrationTimeout/>
37+
* <IntegrationCertificate/>
38+
* <IntegrationEngine/>
39+
* <IntegrationProxy/>
40+
41+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hudson-rock-cavalier-configuration.png')} style={{border:'1px solid gray'}} alt="Airtable configuration" width="400"/>
3142

3243
For information about HudsonRock, see [HudsonRock documentation](https://docs.hudsonrock.com/).
3344

docs/platform-services/automation-service/app-central/integrations/hybrid-analysis.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,25 @@ To obtain an API Key visit your [profile page](https://www.hybrid-analysis.com/m
2929
## Configure Hybrid Analysis in Automation Service and Cloud SOAR
3030

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

3338
<IntegrationsAuth/>
39+
* <IntegrationLabel/>
40+
* **API URL**. Enter your Hybrid Analysis API URL, for example, `https://www.hybrid-analysis.com`
3441

35-
* **Label**. The name of the resource.
36-
* **Server URL**. 'https://www.hybrid-analysis.com'.
37-
* **API Key**. Insert the previously copied key.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hybrid-analysis-configuration.png')} style={{border:'1px solid gray'}} alt="Hybrid Analysis configuration" width="400"/>
42+
* **API Key**. Insert the [API key](https://www.hybrid-analysis.com/docs/api/v2) that you [previously copied](#hybrid-analysis-configuration).
43+
44+
* **User Agent**. Enter the user agent, for example, `Falcon`.
45+
* <IntegrationTimeout/>
46+
* <IntegrationCertificate/>
47+
* <IntegrationEngine/>
48+
* <IntegrationProxy/>
49+
50+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/hybrid-analysis-configuration.png')} style={{border:'1px solid gray'}} alt="Hybrid Analysis configuration" width="400"/>
3851

3952
For information about Hybrid Analysis, see [Hybrid Analysis documentation](https://www.hybrid-analysis.com/docs/api/v2).
4053

docs/platform-services/automation-service/app-central/integrations/ibm-maximo.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,32 @@ The IBM Maximo is a single, integrated cloud-based platform that uses AI, IoT an
2222
## Configure IBM Maximo 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+
* **Host**. Enter the [hostname](https://www.ibm.com/docs/en/masv-and-l/cd?topic=installing-setting-up-maximo-application-suite) for the API.
2734

28-
* **Host**. Host for API.
29-
* **Username**. Username you use to log in into the system.
30-
* **Password**. The password of your email.
31-
* Additionally, if need you to, you can populate the query daemons.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ibm-maximo-configuration.png')} style={{border:'1px solid gray'}} alt="IBM Maximo configuration" width="400"/>
35+
* **Port**. Enter the port for your IBM Maximo instance.
36+
37+
* **Username**. Enter the username of an IBM Maximo admin user who logs into the system.
38+
39+
* **Password**. Enter the password of the admin user.
40+
41+
* <IntegrationTimeout/>
42+
* <IntegrationCertificate/>
43+
* <IntegrationEngine/>
44+
* <IntegrationProxy/>
45+
46+
:::note
47+
Additionally, if need you to, you can populate the [query](https://www.ibm.com/docs/en/maximo-anywhere/7.6.2?topic=queries-creating-in-maximo-asset-management) daemons.
48+
:::
49+
50+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ibm-maximo-configuration.png')} style={{border:'1px solid gray'}} alt="IBM Maximo configuration" width="400"/>
3251

3352
For information about IBM Maximo, see [IBM Maximo documentation](https://www.ibm.com/docs/en/mam/7.6.1).
3453

docs/platform-services/automation-service/app-central/integrations/ibm-mss-tickets.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,20 @@ Create, update and gather IBM MSS tickets information.
2121
## Configure IBM MSS Tickets in Automation Service and Cloud SOAR
2222

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

2530
<IntegrationsAuth/>
31+
* <IntegrationLabel/>
32+
* **Authentication Token**. Enter an IBM MSS [token](https://cloud.ibm.com/docs/key-protect?topic=key-protect-retrieve-access-token).
33+
34+
* <IntegrationTimeout/>
35+
* <IntegrationCertificate/>
36+
* <IntegrationEngine/>
37+
* <IntegrationProxy/>
2638

2739
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ibm-mss-configuration.png')} style={{border:'1px solid gray'}} alt="GreyNoise configuration" width="400"/>
2840

docs/platform-services/automation-service/app-central/integrations/ibm-qradar.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,26 @@ IBM QRadar SIEM helps security teams detect, prioritize and respond to threats a
3333
## Configure IBM QRadar in Automation Service and Cloud SOAR
3434

3535
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
36+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
37+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
38+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
39+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
40+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3641

3742
<IntegrationsAuth/>
43+
* <IntegrationLabel/>
44+
* **Server URL**. Enter your IBM QRadar server URL.
45+
46+
* **Authentication method**. Select either **Username and password** or **Authentication token**.
47+
48+
* **Username**. If you selected **Username and password** above, enter the username of an admin user authorized to authenticate the integration.
49+
50+
* **Password**. If you selected **Username and password** above, enter the password for the admin user.
51+
52+
* **Token**. If you selected **Authentication token** above, enter the [token](https://www.ibm.com/docs/en/qsip/7.5?topic=visibility-creating-authorized-service-token).
53+
* <IntegrationCertificate/>
54+
* <IntegrationEngine/>
55+
* <IntegrationProxy/>
3856

3957
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/ibm-qradar-configuration.png')} style={{border:'1px solid gray'}} alt="IBM QRadar configuration" width="400"/>
4058

0 commit comments

Comments
 (0)