cybereason-sensors
Query sensors registered in the Cybereason server.
cybereason-sensors profile=VALUE [limit=VALUE] [offset=VALUE] [os-type=VALUE] [machine-name=VALUE] [status=VALUE] [sort-direction=VALUE]
- profile=VALUE
- Required. Cybereason connect profile identifier
- limit=VALUE
- Optional. Number of sensors to return (max 30000)
- offset=VALUE
- Optional. Start position in the sensor list
- os-type=VALUE
- Optional. Filter by OS type (WINDOWS, OSX, LINUX, UNKNOWN_OS)
- machine-name=VALUE
- Optional. Filter by machine name (ContainsIgnoreCase)
- status=VALUE
- Optional. Filter by status (Online, Offline, Stale, Archived)
- sort-direction=VALUE
- Optional. Sort order (ASC or DESC)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Cybereason connect profile identifier |
| sensor_id | String | Sensor ID | Sensor ID (serverId:pylumId) |
| pylum_id | String | Pylum ID | Pylum ID of the sensor |
| guid | String | Machine GUID | Machine GUID |
| machine_name | String | Machine name | Machine name |
| fqdn | String | FQDN | Fully qualified domain name |
| internal_ip | String | Internal IP | Internal IP address |
| external_ip | String | External IP | External IP address |
| os_type | String | OS type | Operating system type |
| os_version | String | OS version | Operating system version |
| status | String | Status | Sensor status (Online, Offline, Stale, Archived) |
| site_name | String | Site name | Site name |
| group_name | String | Group name | Sensor group name |
| version | String | Version | Sensor version |
| isolated | Boolean | Isolated | Whether the machine is isolated |