For the complete documentation index, see llms.txt. This page is also available as Markdown.

Whitelist Paths

If an endpoint management tool is deployed in your organization, add the Akto AI Endpoint Shield binary paths as exclusions to prevent the tool from blocking or quarantining the process.

Only the binary paths need to be excluded. Unlike broader EDR whitelisting, exclusions scoped to the executable paths are sufficient for normal operation.


Paths to Exclude

These paths apply to all endpoint management tools (Microsoft Defender, SentinelOne, CrowdStrike, and others).

macOS

Path
Description

/usr/local/bin/akto-endpoint-shield

Main binary (MDM/Jamf install)

~/.akto-endpoint-shield/bin/akto-endpoint-shield

User-level binary

Windows

Path
Description

C:\Program Files\Akto Endpoint Shield\akto-endpoint-shield.exe

Main binary


Configure for MS Defender Endpoint

The following steps are specific to Microsoft Defender for Endpoint. For other tools, refer to your vendor's documentation for adding process or path exclusions.

macOS

Directly on the Mac

Run these commands on each machine (no MDM required):

1

Add the process and path exclusions:

2

Verify the exclusions were applied:


Via Jamf Pro

Deploy a custom Microsoft Defender configuration profile with the preference domain com.microsoft.wdav.

1

In Jamf Pro, navigate to ComputersConfiguration Profiles+ New.

2

Add a payload: Application & Custom Settings.

3

Set Preference Domain: com.microsoft.wdav.

4

Upload or paste the following JSON:

Microsoft Defender on macOS does not expand ~ in exclusion paths. Using /Users/ as a folder exclusion covers ~/.akto-endpoint-shield/ for all users on the machine.

5

Set Scope to target the relevant computers or groups.

6

Save and deploy.


Via Microsoft Intune

1

Go to Endpoint SecurityAntivirusCreate Policy.

2

Select Platform: macOS and Profile: Microsoft Defender Antivirus.

3

Under Antivirus engineExclusions, add the two paths above.

4

Assign the policy to the relevant device group and save.


Windows

Directly on the Windows Machine

Run the following commands in an elevated PowerShell session:

1

Add the process and path exclusions:

2

Verify the exclusions were applied:


Via Microsoft Intune

1

Go to Endpoint SecurityAntivirusCreate Policy.

2

Select Platform: Windows 10, Windows 11, and Windows Server and Profile: Microsoft Defender Antivirus.

3

Under Microsoft Defender Antivirus Exclusions, add:

  • Process exclusions: akto-endpoint-shield.exe

  • Path exclusions: C:\Program Files\Akto Endpoint Shield\

4

Assign the policy to the relevant device group and save.


Get Support for your Akto setup

There are multiple ways to request support from Akto. We are available on the following:

  1. In-app intercom support. Message us with your query on intercom in Akto dashboard and someone will reply.

  2. Join our discord channel for community support.

  3. Contact support@akto.io for email support.

Last updated