SentinelOne

Overview

Sync agents, threats, and vulnerabilities from SentinelOne into RegScale.

Commands

CommandDescription
regscale sentinelone sync_allSync all SentinelOne data to RegScale. Synchronizes both assets (agents) and findings (threats and vulnerabilities) from SentinelOne to the specified RegScale record.
regscale sentinelone sync_assetsSync SentinelOne agents to RegScale assets. Fetches all agents from SentinelOne and synchronizes them as assets into the specified RegScale record.
regscale sentinelone sync_findingsSync SentinelOne threats and vulnerabilities to RegScale. Fetches threats and optionally vulnerabilities from SentinelOne, then synchronizes them as findings into the specified RegScale record.
regscale sentinelone sync_threatsSync only threat detections from SentinelOne. Fetches threat detections from SentinelOne and synchronizes them as findings into the specified RegScale record.
regscale sentinelone sync_vulnerabilitiesSync only CVE vulnerabilities from SentinelOne Ranger. Fetches vulnerabilities from SentinelOne Ranger module and synchronizes them as findings into the specified RegScale record.
regscale sentinelone test_connectionTest connection to SentinelOne API. Verifies that the configured SentinelOne credentials are valid and the API is accessible.

regscale sentinelone sync_all

Sync all SentinelOne data to RegScale.

Synchronizes both assets (agents) and findings (threats and vulnerabilities) from SentinelOne to the specified RegScale record.

regscale sentinelone sync_all [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_id, -id, --idintegerYesRegScale will create and update assets and findings as children of this record.
--include-vulnerabilities, --no-include-vulnerabilitiesbooleanNotrueInclude CVE vulnerabilities from Ranger (default: True).
--dry-run, -drbooleanNofalseDiscover item counts without syncing. Returns JSON summary for Orchestration Hub.
--offsetintegerNoSkip this many items from the start (for parallel job splitting).
--limitintegerNoProcess at most this many items (for parallel job splitting).

regscale sentinelone sync_assets

Sync SentinelOne agents to RegScale assets.

Fetches all agents from SentinelOne and synchronizes them as assets into the specified RegScale record.

regscale sentinelone sync_assets [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_id, -id, --idintegerYesRegScale will create and update assets as children of this record.
--dry-run, -drbooleanNofalseDiscover item counts without syncing. Returns JSON summary for Orchestration Hub.
--offsetintegerNoSkip this many items from the start (for parallel job splitting).
--limitintegerNoProcess at most this many items (for parallel job splitting).

regscale sentinelone sync_findings

Sync SentinelOne threats and vulnerabilities to RegScale.

Fetches threats and optionally vulnerabilities from SentinelOne, then synchronizes them as findings into the specified RegScale record.

regscale sentinelone sync_findings [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_id, -id, --idintegerYesRegScale will create and update findings as children of this record.
--include-threats, --no-include-threatsbooleanNotrueInclude threat detections (default: True).
--include-vulnerabilities, --no-include-vulnerabilitiesbooleanNotrueInclude CVE vulnerabilities from Ranger (default: True).
--dry-run, -drbooleanNofalseDiscover item counts without syncing. Returns JSON summary for Orchestration Hub.
--offsetintegerNoSkip this many items from the start (for parallel job splitting).
--limitintegerNoProcess at most this many items (for parallel job splitting).

regscale sentinelone sync_threats

Sync only threat detections from SentinelOne.

Fetches threat detections from SentinelOne and synchronizes them as findings into the specified RegScale record.

regscale sentinelone sync_threats [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_id, -id, --idintegerYesRegScale will create and update threats as children of this record.
--resolved, --no-resolvedbooleanNoFilter by resolved status (default: all threats).
--dry-run, -drbooleanNofalseDiscover item counts without syncing. Returns JSON summary for Orchestration Hub.
--offsetintegerNoSkip this many items from the start (for parallel job splitting).
--limitintegerNoProcess at most this many items (for parallel job splitting).

regscale sentinelone sync_vulnerabilities

Sync only CVE vulnerabilities from SentinelOne Ranger.

Fetches vulnerabilities from SentinelOne Ranger module and synchronizes them as findings into the specified RegScale record.

regscale sentinelone sync_vulnerabilities [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_id, -id, --idintegerYesRegScale will create and update vulnerabilities as children of this record.
--dry-run, -drbooleanNofalseDiscover item counts without syncing. Returns JSON summary for Orchestration Hub.
--offsetintegerNoSkip this many items from the start (for parallel job splitting).
--limitintegerNoProcess at most this many items (for parallel job splitting).

regscale sentinelone test_connection

Test connection to SentinelOne API.

Verifies that the configured SentinelOne credentials are valid and the API is accessible.

regscale sentinelone test_connection

This command takes no parameters.


Did this page help you?