Get a sensor list associated to an organization (information and tags included in the result).

External Documentation

To learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
FormatThe format of the returned data.
Organization IDThe unique identifier of the organization.

Example Output

{
	"sensors": {
		"714a768a-83ab-461a-9d7c-89cd560dffe7": {
			"alive": 1746623484,
			"arch": "usp_adapter",
			"did": "",
			"enroll": 1746536639,
			"ext_ip": "internal",
			"ext_plat": "",
			"hostname": "ext-reliable-tasking",
			"iid": "9d10edc6-8963-4ba8-83fe-d28b4552919d",
			"int_ip": "",
			"is_del": false,
			"isolated": false,
			"kernel": false,
			"mac_addr": "",
			"metadata": {},
			"oid": "df0fb068-4726-4c6f-8d21-85eed50fe685",
			"plat": "json",
			"sealed": false,
			"should_isolate": false,
			"should_seal": false,
			"sid": "714a768a-83ab-461a-9d7c-89cd560dffe7",
			"tags": [
				"ext:reliable-tasking",
				"lc:system"
			]
		},
		"ecaff7e4-5133-4a2b-9cc9-7b06a7d2fd70": {
			"alive": 1746625860,
			"arch": "usp_adapter",
			"did": "",
			"enroll": 1746536644,
			"ext_ip": "internal",
			"ext_plat": "",
			"hostname": "ext-yara",
			"iid": "2393247f-aff0-49e6-8ca5-51868bc528a1",
			"int_ip": "",
			"is_del": false,
			"isolated": false,
			"kernel": false,
			"mac_addr": "",
			"metadata": {},
			"oid": "df0fb068-4726-4c6f-8d21-85eed50fe685",
			"plat": "json",
			"sealed": false,
			"should_isolate": false,
			"should_seal": false,
			"sid": "ecaff7e4-5133-4a2b-9cc9-7b06a7d2fd70",
			"tags": [
				"ext:ext-yara",
				"lc:system"
			]
		}
	}
}

Workflow Library Example

Export Sensors with Limacharlie and Send Results Via Email

Preview this Workflow on desktop