-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Certain Commands require a further level of granularity in order to specify which exact endpoint the Command is to be performed. For example running a "Stop process" action entails that the Target field is already populated with the process in question, and so the endpoint (which would usally be a "device" Target) is not specified.
In other words we need a way to say e.g. "Contain file on this endpoint via this Actuator".
A similar concern is that of tenants/segments on cloud-based EDR solutions such as Carbon Black Cloud (CBC) and Microsoft Defender for Endpoint (MDE). Where an organizations' tenant is denoted using some sort of unique identifier.
Meaning we also need a way to say e.g. "Stop process on this endpoint on this tenant via this Actuator".
Currently, the most pressing part of this is to find a consistent way to tell the Actuator to execute Commands/Action-Target pairs where the Target is something other than "device" to a specific endpoint.
I'll post some examples from the MDE/CBC API as well as some suggestions in this thread.