Skip to main content

SentinelOneListAgents

This Script is part of the SentinelOne Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

This script is used to wrap the list-agents command in SentinelOne v2. Returns all agents that match the specified criteria.

Script Data#


NameDescription
Script Typepython

Dependencies#


This script uses the following commands and scripts.

  • sentinelone-list-agents

Inputs#


Argument NameDescriptionRequired
hostnameThe hostname by which to filter the results. It can match a partial computer name value (substring).Optional
scan_statusA comma-separated list of scan statuses by which to filter the results, for example: "started,aborted". Possible values are: started, none, finished, aborted.Optional
os_typeIncluded operating system types, for example: "windows". Possible values are: windows, windows_legacy, macos, linux.Optional
created_atEndpoint creation timestamp, for example: "2018-02-27T04:49:26.257525Z".Optional
min_active_threatsMinimum number of threats per agent.Optional
limitThe maximum number of agents to return. Default is 10.Optional
agent_ipThe agent IP address.Optional

Outputs#


PathTypeDescription
SentinelOne.Agents.NetworkStatusstringThe agent network status.
SentinelOne.Agents.IDstringThe agent ID.
SentinelOne.Agents.AgentVersionstringThe agent software version.
SentinelOne.Agents.IsDecommissionedbooleanWhether the agent is decommissioned.
SentinelOne.Agents.IsActivebooleanWhether the agent is active.
SentinelOne.Agents.LastActiveDatedateWhen was the agent last active.
SentinelOne.Agents.RegisteredAtdateThe registration date of the agent.
SentinelOne.Agents.ExternalIPstringThe agent IP address.
SentinelOne.Agents.ThreatCountnumberNumber of active threats.
SentinelOne.Agents.EncryptedApplicationsbooleanWhether disk encryption is enabled.
SentinelOne.Agents.OSNamestringName of operating system.
SentinelOne.Agents.ComputerNamestringName of agent computer.
SentinelOne.Agents.MachineTypestringMachine type.
SentinelOne.Agents.DomainstringDomain name of the agent.
SentinelOne.Agents.CreatedAtdateCreation time of the agent.
SentinelOne.Agents.SiteNamestringSite name associated with the agent.
SentinelOne.Agents.TagsunknownTags associated with the agent.