Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/cado/integrations/xdr/defender.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Select the following API permissions:
4. Navigate to the 'Accounts' table and the newly created Defender account should present. If configured correctly, you will see a green coloured health status.
5. An alternative way to check the account has been set up correctly is to browse to any investigation, and click **Import > XDR > Defender**. If configured correctly, a paginated list of hosts with the Defender agent installed will be displayed.

## Add exclusions for Cado Host
1. Create exclusions with the following patterns to enable Windows integration:
- `Windows\Temp\_MEI*\**\CadoHostRawGrabber.exe`
- `Windows\Temp\cado-host-*\cado-host.exe`
2. Create exclusions with the following patterns to enable Linux integration:
- `/tmp/cado-host-*/cado-host`

## Limitations

- Microsoft Defender limits to 25 concurrent Live Response sessions.
Expand Down
7 changes: 7 additions & 0 deletions docs/cado/integrations/xdr/sentinelone.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ To use the integration between SentinelOne and Cado, you need the SentinelOne Re
:::note
Currently, Windows and Linux operating systems are supported with the SentinelOne integration.
:::

## Add exclusions for Cado Host
1. Create exclusions with the following patterns to enable Windows integration:
- `Windows\Temp\_MEI*\**\CadoHostRawGrabber.exe`
- `Windows\Temp\cado-host-*\cado-host.exe`
2. Create exclusions with the following patterns to enable Linux integration:
- `/tmp/cado-host-*/cado-host`