Detection Finding to Incident Finding Relationship #1375
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, this is basically the intended flow. All findings can be stateful, but whereas Vulnerability Finding, Compliance Finding, and Detection Finding are focused on their respective domains, Incident Finding combines one or more of any of them into something that is the ultimate conclusion with an overal set of scores, a verdict etc. Because people were wanting the Incident Finding semantics and attributes without having to create another aggregating structure we added the Incident profile which can augment any of the Finding classes to include what Incident Finding has. Detection Finding has related events, as in your picture above, with some Analytic behind the finding. Incident Finding can aggregate one or more Detection Findings (and other Findings) into one set of things making up the overall incident (e.g. a vulnerability was discovered, and a detection determined it was being exploited). Therefore Incident Finding has a set of (related) Findings. But if you just want Incident semantics on a single Detection Finding (or other Finding), you can use the Incident profile rather than creating another event that just aggregates one Finding. |
Beta Was this translation helpful? Give feedback.
Yes, this is basically the intended flow. All findings can be stateful, but whereas Vulnerability Finding, Compliance Finding, and Detection Finding are focused on their respective domains, Incident Finding combines one or more of any of them into something that is the ultimate conclusion with an overal set of scores, a verdict etc.
Because people were wanting the Incident Finding semantics and attributes without having to create another aggregating structure we added the Incident profile which can augment any of the Finding classes to include what Incident Finding has.
Detection Finding has related events, as in your picture above, with some Analytic behind the finding. Incident Finding …