Track Mean time to Respond

Hi,

I'm looking to track Mean Time to Respond (MTTR) for our SecOps team. Specifically, I want to measure the duration between an alert's creation (when it's initially assigned to the general 'analyst' role) and when it's subsequently assigned to an individual analyst.

Is it possible to track this specific interval within SecOps?

Thanks 🙂 

Solved Solved
0 2 195
1 ACCEPTED SOLUTION

@d_patel_dj 

The easiest way to track this would be to implement stage changes. 

Every alert that comes in will begin in the triage stage. As you progress in the playbook with automated and manual actions, use the "Change Case Stage" Action to move the case to another stage.

ddiserens_0-1746543983852.png

Case Stages are customizable under SOAR Settings -> Case Data -> Case Stages

ddiserens_1-1746544042827.png

Once you have this defined you will be able to go into your SOAR dashboard and use the ROI Chart.

ddiserens_2-1746544125225.png

with the type = Avg. stage transition time. Then select which two stages you would like to track, I selected from triage to Investigation.

ddiserens_4-1746544222903.png

 

 



View solution in original post

2 REPLIES 2

@d_patel_dj 

The easiest way to track this would be to implement stage changes. 

Every alert that comes in will begin in the triage stage. As you progress in the playbook with automated and manual actions, use the "Change Case Stage" Action to move the case to another stage.

ddiserens_0-1746543983852.png

Case Stages are customizable under SOAR Settings -> Case Data -> Case Stages

ddiserens_1-1746544042827.png

Once you have this defined you will be able to go into your SOAR dashboard and use the ROI Chart.

ddiserens_2-1746544125225.png

with the type = Avg. stage transition time. Then select which two stages you would like to track, I selected from triage to Investigation.

ddiserens_4-1746544222903.png

 

 



Thanks for this @ddiserens  - will try this way 🙂