Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: SentinelOne Identity #2106

Merged
merged 7 commits into from
Dec 18, 2024
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions docs/integration/categories/iam/sentinelone_identity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
uuid: b502e522-6996-4b12-9538-f69326b68243
name: SentinelOne Identity
type: intake

## Overview
SentinelOne Singularity Identity is a cybersecurity solution that provides identity protection and zero-trust security by continuously monitoring and analyzing user behaviors to detect and prevent potential threats.

- **Vendor**: SentinelOne
- **Supported environment**: Cloud
- **Detection based on**: Telemetry
- **Detection based on**: Alert

!!! Warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.

## Configure

This setup guide will show you how to pull events produced by SentinelOne Singularity Identity on [Sekoia.io](https://app.sekoia.io/).

### Generate API token

1. Log in the SentinelOne Singularity console
2. On the left panel, click `Settings`

![Settings](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/01-Settings.png)

3. Click `Users`
![Users](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/02-Users.png)

4. On the left, click `Service Users`

![Service Users](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/03-Service_users.png)

5. Click `Actions`, then click `Create New Service User`

![Create New Service User](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/04-Create_new_services_users.png)

6. Type a name, a description and Select the expiration duration for the Service User
7. Click `Next`

![Generate API Key](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/05-Generate.png)

8. Select the scope of the access with the `viewer` role. We recommend using the `site` scope.
9. Click `Create User`

![Create User](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/06-Scope.png)

10. Copy and save the APIToken then click `Close`

![Copy API Token](/assets/operation_center/integration_catalog/cloud_and_saas/sentinelone_identity/07-APIToken.png)

### Create the intake in Sekoia.io

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format `SentinelOne Identity`. Copy the intake key.

{!_shared_content/operations_center/integrations/generated/b502e522-6996-4b12-9538-f69326b68243.md!}

{!_shared_content/integration/detection_section.md!}

{!_shared_content/operations_center/detection/generated/suggested_rules_b502e522-6996-4b12-9538-f69326b68243_do_not_edit_manually.md!}

{!_shared_content/operations_center/integrations/generated/b502e522-6996-4b12-9538-f69326b68243.md!}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ nav:
- OpenLDAP: integration/categories/iam/openldap.md
- RSA SecurID: integration/categories/iam/rsa_securid.md
- Rubycat PROVE IT: integration/categories/iam/rubycat_prove_it.md
- SentinelOne Singularity Identity: integration/categories/iam/sentinelone_identity.md
- Wallix: integration/categories/iam/wallix.md
- Network:
- Amazon VPC Flow Logs: integration/categories/network/aws_flow_logs.md
Expand Down
Loading