Skip to main content

Get Passphrases

Show the passphrase for the agents that match the filter. This is an important command. You need the passphrase for most SentinelCtl commands and for different API commands.

Basic Parameters

ParameterDescription
Active ThreatsInclude agents with this amount of active threats. Example: 3.
CursorCursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=".
Is ActiveInclude only active agents.
LimitLimit number of returned items (1-1000). Example: 10.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
Account IDsList of account IDs to filter by. Example: 225494730938493804,225494730938493915.
Active Directory QueryAn Active Directory query string. Example: CN=Managers,DC=sentinelone,DC=com.

Example Output

{
"errors": [
{
"type": "object"
}
],
"pagination": {
"nextCursor": "YWdlbnRfaWQ6NTgwMjkzODE=",
"totalItems": 580
},
"data": [
{
"lastLoggedInUserName": "janedoe3",
"id": "225494730938493804",
"passphrase": "DUNE BRAG LINT RATE ATE WEE BLOB BUSS SIS TINY GREW SHOD",
"uuid": "ff819e70af13be381993075eb0ce5f2f6de05be2",
"domain": "mybusiness.net",
"computerName": "JOHN-WIN-4125"
}
]
}

Workflow Library Example

Get Passphrases with Sentinelone and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop