cti-python-stix2 icon indicating copy to clipboard operation
cti-python-stix2 copied to clipboard

Confidence API

Open emmanvg opened this issue 7 years ago • 0 comments

The transformations from different Confidence scales have been implemented. It would be nice to have higher level methods that could,

filter objects based on:

  • A confidence integer value or interval. (55, 70-100, 60>)
  • A string scale value. ("Med", "2 - Probably True")
    • Provide the name of the scale or function to use??

Note that, string scale values were implemented as case-sensitive strings.

Methods:

  • Given a list of objects, return objects that matched the given parameters
    • Using the first method as building block, provide support for dict and Bundles

Other ideas?

emmanvg avatar Oct 12 '17 14:10 emmanvg