Skip to main content
Solved

Mitigation Actions - What is the best way perform mitigation only on the relevant entities?

  • May 26, 2025
  • 1 reply
  • 22 views

ORBR
Forum|alt.badge.img+6

Hey, 

Let`s say we have a malicious case with multiple account entities , or even host entities.

and we also have a block for mitigation actions in EDR \\ AAD, but we want to block only one of each entities, not all.

Is there a way to perform this task automatically? 

If not, is there a way to pop a window to the analysts to write or select the relevant entities? 

generally, do you have any best practices for these kind of actions? 

Best answer by ylandovskyy

Hey @ORBR ,

As of now, it's not natively supported, but I do have a workaround that will solve your use case.


It's possible to create a custom "Entity Selection Scope" and use it inside the actions. It can be dynamic and resolved during the playbook execution. 
 
Here are the examples of configuration:

 
 
 
Real use case example, I've created a test case that has 4 entities and the goal is to run the action only on 1 entity (ENTITY4):
 
 
 

This is how it's possible to solve the use case of creating a custom scope for blocks for remediation and ensure that the actions are only executed on a specific subset of entities. Let me know, if it makes sense.

1 reply

ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • Answer
  • May 27, 2025

Hey @ORBR ,

As of now, it's not natively supported, but I do have a workaround that will solve your use case.


It's possible to create a custom "Entity Selection Scope" and use it inside the actions. It can be dynamic and resolved during the playbook execution. 
 
Here are the examples of configuration:

 
 
 
Real use case example, I've created a test case that has 4 entities and the goal is to run the action only on 1 entity (ENTITY4):
 
 
 

This is how it's possible to solve the use case of creating a custom scope for blocks for remediation and ensure that the actions are only executed on a specific subset of entities. Let me know, if it makes sense.