SentinelOneEventCollector

This integration fetches activities, threats, and alerts from SentinelOne.

Analytics & SIEM · SentinelOne

Details

IDSentinelOneEventCollector
ProviderSentinelOne
CategoryAnalytics & SIEM
From Version6.8.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

This integration fetches activities, threats, and alerts from SentinelOne.
This integration was integrated and tested with API version 2.1 of SentinelOne.

This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.

Configure SentinelOne Activity and Alerts in Cortex

Parameter Description Required
Server URL (e.g., https://usea1.sentinelone.net) The URL to use for connection True
API Token The API Token to use for connection True
Trust any certificate (not secure) Use SSL secure connection or not. False
Use system proxy settings Use proxy settings for connection or not. False
Fetch events Whether to bring events or not. False
Event types What types of events to bring, Possible values are (activities, threats, alerts) False
First fetch time First fetch query <number> <time unit>, e.g., 7 days. Default 3 days) False
The maximum number of events per fetch should be between 1-1000 The limit is per event type. For example, if you choose 3 event types (ACTIVITIES, THREATS, ALERTS) with a limit of 100, the actually limit will be 300. False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

sentinelone-get-events


Gets events from SentinelOne.

Base Command

sentinelone-get-events

Input

Argument Name Description Required
should_push_events If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. Optional
limit Maximum number of results to return. Value should be between 1 - 1000. Default is 1000. Optional

Context Output

There is no context output for this command.

Configuration parameters

  • url — Server URL (e.g., https://usea1.sentinelone.net) (required)
  • credentials — (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • isFetch — Fetch events
  • event_type — Event types
  • first_fetch — First fetch time
  • fetch_limit — The maximum number of events per fetch should be between 1-1000

Commands (1)

  • sentinelone-get-events

    Gets events from SentinelOne.

category: Analytics & SIEM
provider: SentinelOne
commonfields:
  id: SentinelOneEventCollector
  version: -1
configuration:
- display: Server URL (e.g., https://usea1.sentinelone.net)
  name: url
  required: true
  type: 0
  section: Connect
- display: ''
  name: credentials
  required: true
  type: 9
  hiddenusername: true
  displaypassword: API Token
  section: Connect
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  section: Connect
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  section: Connect
  required: false
- display: Fetch events
  name: isFetch
  type: 8
  section: Collect
  required: false
- defaultvalue: Activities, Threats, Alerts
  display: Event types
  name: event_type
  options:
  - Activities
  - Threats
  - Alerts
  type: 16
  section: Collect
  required: false
- defaultvalue: 3 days
  display: First fetch time
  name: first_fetch
  type: 0
  section: Collect
  required: false
- defaultvalue: 1000
  display: The maximum number of events per fetch should be between 1-1000
  additionalinfo: The limit is per event type. For example, if you choose 3 event types (ACTIVITIES, THREATS, ALERTS) with a limit of 100, the actually limit will be 300.
  name: fetch_limit
  type: 0
  section: Collect
  required: false
description: This integration fetches activities, threats, and alerts from SentinelOne.
display: SentinelOne Activity and Alerts
name: SentinelOneEventCollector
supportlevelheader: xsoar
script:
  commands:
  - arguments:
    - auto: PREDEFINED
      defaultValue: 'false'
      description: If true, the command will create events, otherwise it will only display them.
      name: should_push_events
      predefined:
      - 'true'
      - 'false'
    - defaultValue: 1000
      description: Maximum number of results to return. Value should be between 1 - 1000.
      name: limit
    description: Gets events from SentinelOne.
    name: sentinelone-get-events
  dockerimage: demisto/python3:3.12.13.10116658
  isfetchevents: true
  script: '-'
  subtype: python3
  type: python
marketplaces:
- marketplacev2
- platform
fromversion: 6.8.0
tests:
- No tests (auto formatted)
sectionorder:
- Connect
- Collect
supportedModules:
- xsiam