You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/jamf-protect.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,34 @@ Updated: Jun 15, 2023***
24
24
25
25
1. Log in to Jamf Protect.
26
26
2. Click on Administrative on the left menu.
27
-
3. Create API Client and click **Save**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/jamf-protect/jamf-protect-1.png')} style={{border:'1px solid gray'}} alt="jamf-protect" width="800"/>
28
-
4. Copy API Client Password.
29
-
5. Copy Client ID in API Client Configuration
27
+
3.Select [Create API Client](https://learn.jamf.com/en-US/bundle/jamf-protect-documentation/page/Jamf_Protect_API.html) and click **Save**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/jamf-protect/jamf-protect-1.png')} style={{border:'1px solid gray'}} alt="jamf-protect" width="800"/>
28
+
4. Copy the API Client Password.
29
+
5. Copy the Client ID in API Client Configuration
30
30
31
31
## Configure Jamf Protect in Automation Service and Cloud SOAR
32
32
33
33
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
34
+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
35
+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
36
+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
37
+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
38
+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
34
39
35
40
<IntegrationsAuth/>
41
+
* <IntegrationLabel/>
42
+
***URL**. Enter your Jamf Protect [API URL](https://learn.jamf.com/en-US/bundle/jamf-protect-documentation/page/Jamf_Protect_API.html), for example, `https://your-tenant.protect.jamfcloud.com`
***Client ID**. Insert the Jamf Protect [Client ID](https://learn.jamf.com/en-US/bundle/jamf-protect-documentation/page/Jamf_Protect_API.html) that you [copied earlier](#jamf-protect-configuration).
45
+
46
+
***Password**. Insert the password you [copied earlier](#jamf-protect-configuration).
For information about Jamf Protect, see [Jamf Protect documentation](https://www.jamf.com/resources/product-documentation/jamf-protect-administrators-guide/).
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/javelin-ad-protect.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,27 @@ Symantec Javelin AD Protect provide protection for Microsoft Active Directory fr
18
18
## Configure Javelin AD Protect in Automation Service and Cloud SOAR
19
19
20
20
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';
21
26
22
27
<IntegrationsAuth/>
28
+
* <IntegrationLabel/>
29
+
***Server IP**. Enter the static IP address of your Javelin AD Protect server.
30
+
31
+
***Username**. Enter the username of a Javelin AD Protect admin user authorized to provide authentication for the integration. The username and password required to authenticate the underlying SMB connection with the remote server.
32
+
33
+
***Password**. Enter the password for the admin user.
34
+
35
+
***Server Name**. Enter the NetBIOS machine name of the remote server. On Windows, you can find out the machine name by right-clicking on the "My Computer" and selecting "Properties". This parameter must be the same as what has been configured on the remote server, or else the connection will be rejected.
36
+
37
+
***Share Directory**. Enter the shared folder path.
38
+
39
+
***Client Machine**. Enter the local NetBIOS machine name that will identify where this connection is originating from. You can freely choose a name as long as it contains a maximum of 15 alphanumeric characters.
40
+
* <IntegrationEngine/>
41
+
* <IntegrationProxy/>
23
42
24
43
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/javelin-configuration.png')} style={{border:'1px solid gray'}} alt="Javelin AD configuration" width="400"/>
Copy file name to clipboardExpand all lines: docs/platform-services/automation-service/app-central/integrations/joe-sandbox.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,27 @@ Execute suspicious files and URLs for analysis during incident investigation usi
30
30
## Configure Joe Sandbox in Automation Service and Cloud SOAR
31
31
32
32
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
33
+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
34
+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
35
+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
36
+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
37
+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
38
+
import CloudSOARAPIURL from '../../../../reuse/automation-service/cloud-soar-api-url.md';
39
+
import AccessID from '../../../../reuse/automation-service/access-id.md';
40
+
import AccessKey from '../../../../reuse/automation-service/access-key.md';
33
41
34
42
<IntegrationsAuth/>
43
+
* <IntegrationLabel/>
44
+
***API URL**. Enter your Joe Sandbox [API URL](https://www.joesecurity.org/guides/joeboxdetect/html/guide.html#installation), for example `https://jbxcloud.joesecurity.org/api`
45
+
46
+
***API Key**. Enter your Joe Sandbox [API key](https://www.joesecurity.org/guides/joeboxdetect/html/guide.html#installation).
0 commit comments