You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2019/02/19 21:18:00 UTC

[jira] [Updated] (METRON-685) Scores in Threat Triage should be a Stellar Statement

     [ https://issues.apache.org/jira/browse/METRON-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Allen updated METRON-685:
------------------------------
    Fix Version/s: Next + 1

> Scores in Threat Triage should be a Stellar Statement
> -----------------------------------------------------
>
>                 Key: METRON-685
>                 URL: https://issues.apache.org/jira/browse/METRON-685
>             Project: Metron
>          Issue Type: Improvement
>    Affects Versions: 0.3.0
>            Reporter: Simon Elliston Ball
>            Assignee: Nick Allen
>            Priority: Major
>             Fix For: Next + 1
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> When writing threat triage rules I would like the score for a rule to be determined by a stellar statement, rather than a fixed number triggered by a boolean stellar statement.
> For example: 
> {code}
> "triageConfig" : {
>  "riskLevelRules" : [
>    {
>      "name" : "Abnormal Value",
>      "comment" : "FORMAT('For %s; the value %s exceeds threshold of %d',
> hostname, value, value_threshold)"
>      "rule" : "SOME_STELLAR_FUNCTION(value) > value_threshold",
>      "score" : "SOME_STELLAR_FUNCTION(value)"
>    }
>  ],
>  "aggregator" : "MAX"
> }
> {code}
> Note that in this scenario it would also be beneficial to cache part of the statement to avoid likely duplication between rule and score evaluation. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)