Add new object Analytic and attribute analytic #497
Closed
pagbabian-splunk
started this conversation in
Proposals
Replies: 2 comments 1 reply
-
I would like to propose adding related_analytics array attribute to this object. It would cover cases when particular analytic consists of group of other analytics like a building blocks, contributing to a logic/decision. |
Beta Was this translation helpful? Give feedback.
1 reply
-
related_vulnerabilities would be related to CVE of the vuln in the finding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The existing Rule object and
rule
attribute can be better generalized with an Analytic object and associatedanalytic
attribute that allows for other analytic detection techniques. The object is similar to Rule for consistency but adds a requiredtype_id
enum that indicates the type of analytic: [Unknown, Rule, Behavioral, Statistical, Learning].The attribute
analytic
will be added to the dictionary along with the Analytic object, for use with Security Finding (i.e. it will be added to the Security Finding class as Recommended, so as to be non-breaking).The object:
6 votes ·
Beta Was this translation helpful? Give feedback.
All reactions