Replies: 1 comment
-
#858 Issue duplicates this discussion |
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
-
Description
Several activity classes defined in the OCSF schema currently lack a dedicated field for describing the resources affected by the respective activities. This omission limits the ability to accurately and comprehensively log and analyze these activities, particularly in environments like Kubernetes where resource identification is crucial.
Affected Activity Classes
The following activity classes do not include a 'Resources' field:
Proposed Solution
I propose adding a new field to these activity classes to address this gap:
This field should be structured as an array to allow for the inclusion of multiple resources within a single activity event.
Use Case: Integration with Tetragon
Tetragon, an eBPF-based security observability and runtime enforcement tool, demonstrates a practical use case for this enhancement. It operates efficiently in Kubernetes environments, capturing detailed information about file events, including Kubernetes Pod data. This data is crucial for linking activities during security analysis. Currently, the File System Activity class in the OCSF schema does not offer a suitable way to store such Kubernetes-specific information. By contrast, the OCSF Security Finding class utilizes a Resource Object to map similar data, highlighting the utility of such a field.
Sample Tetragon Event
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions