You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Simon Elliston Ball (JIRA)" <ji...@apache.org> on 2017/02/02 14:38:52 UTC

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

Simon Elliston Ball created METRON-685:
------------------------------------------

             Summary: 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


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:json}
"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
(v6.3.15#6346)