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
Parameter | Description |
---|---|
Active Threats | Include agents with this amount of active threats. Example: 3. |
Cursor | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=". |
Is Active | Include only active agents. |
Limit | Limit number of returned items (1-1000). Example: 10. |
Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
Parameter | Description |
---|---|
Account IDs | List of account IDs to filter by. Example: 225494730938493804,225494730938493915. |
Active Directory Query | An 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
Preview this Workflow on desktop