Risk Incident Rules (RIR) #66
-
I'm attempting to use the Analytic Story - Cobalt Strike for the start of my RBA journey, however I'm stuck on the creation of the RIR for Cobalt Strike. I've enabled all 17 correlated searches from the Cobalt Strike Analytic Story as Risk Rules with Risk Analysis Adaptive Response Action and I added | eval QA=1 to the end of each Risk Rule. The risk index is being populated with the data from the Cobalt Strike Analytic Story Risk Rules. However I need guidance to write the query for Risk Incident Rule to create appropriate Risk Notables directly related to Cobalt Strike. What is the process to write this query? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is an annotation of "Cobalt Strike" and you can take the standard risk incident rule and potentially add a where annotation="Cobalt Strike". Also, if you are using QA=1 then that will not be in the data model so you would need to shift to it being index based. Let me know if you run into issues. |
Beta Was this translation helpful? Give feedback.
All_Risk.annotations.analytic_story is not a field in the data model, you can try either All_Risk.analyticstories or All_Risk.annotations and then filter it.