-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make all Telemetry Objects into SCO's #33
base: main
Are you sure you want to change the base?
Conversation
At the moment STIX-Shifter is already using many of those fields as SCO's, but if there are changes it makes sense to post an issue on https://github.com/opencybersecurityalliance/stix-shifter/issues so it can be known that there may be differences. |
Counter Argument that Says the 4 Objects Should Remain SDO's, and Sightings are RequiredThe above argument relies on the assertion that the core defining feature of an Observable is the source of the object, So if it is actually observed via telemetry, then one must classify it as an Observable, and it can be contained within the `object_refs' field of an Observed Data object. But is this conclusion correct? Is the object type classification dependent solely on the object source? Is this the best plan for an Alert, that everything in the Alert is an SCO? IT certainly makes it easier since that is how the code is written presently. An alternative view might say that Observables are defined as non-temporal objects that exist without a timestamp, whereas an Alert is a temporal object, and thereby x-oca-ibm-finding is a machine-driven SDO, as is x-oce-event. What matters most in the definition of an Observable is the type of thing being observed being time-independent, and the temporal aspects of an Alert must be handled as SDO's, and Alert telemetry must be modelled as a machine-driven Sighting. SummaryThe key question is how best to classify all of the objects in an Alert, and this has important implications on how to integrate Stix Behaviours and Incidents with OCSF alerting system. A secondary question is how to distinguish between a traditional Alert generated by a rule system, with many false positives versus a directed Hunt, with far fewer false positives. There are two answers, and each one has merit. What is your opinion? |
Conclusions - All Telemetry Objects are SCOAfter some thought, my conclusion is that:
In my simple, non expert viewpoint the picture looks like the below image, and everything delivered from Stix-Shifter should then be an SCO. Consider this simple image about an Alert. If that image is realistic, then my conclusion is that all of those objects should be SCO's, not just the current list |
The OS Threat aim is to blend the OCA extensions, with the existing Stix Incident Management extensions and Identity Contact extensions we currently support.
We think its a perfect match, the Stix Incident Management extensions are focused on providing a single layer, at the Sightings Level, where, provenance for each of the 8 different types of evidence can be gathered, thus evidence can be weighted and the decision process semi-automated (e.g. Assessment of Competing Hypotheses), all in Stix. Stix 21 Evidence Model v8.pptx
Behaviours are just a 9th type of evidence, with a well -defined provenance and much higher weighting. They are the next step up from a basic Sighting Analytic, or OCSF Alert in terms of signal quality and weighting, as they are based on a series of deductions made on telemetry, either a prior-discovered pattern or perhaps as the result of a Hunt. Behaviours are less likely to be a false positive and should be able to generate a call to a CACAO server, to run a CACAO workflow from the library (easy if they are using our OS Threat app).
On the other hand, I can't help but feel that the specificity of the Behaviour SDO, and some of the other great ones (x-oca-detection, x-oca-detector, x-coa-playbook etc.) is diminished by being associated with objects with clearly ambiguous meanings which are purely derived from fixed rules and telemetry. They are observables and should be taken in context:
We found these objects inside the examples I edited, inside an Observed Data object, so they are clearly telemetry.
In our view:
You guys are the first to innovate by integrating live telemetry into Stix (i.e. Stix-Shifter, Kestrel, Behaviours), and thus you guys are the cutting edge for integration of Stix with OCSF, 3rd-party detection tools and Kestrel hunts.
Thus we are in new territory and need to set the rules.. We believe the basic rule should be that since telemetry is observed, then all telemetry must be SCO's, even when it is a summary object, such as x-ibm-finding, If they are made into SDO's, then it is not clear which data is automatically generated versus, setup through human observation, rules or patterns