You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the context of some services charge you by volume, OCSF instead of reducing the volume of the logs, in many cases they get bigger.
Would be incredible useful and cost saving to define a OCSF-slim version of the OCSF-schema that could translate to the standard OCSF schema in search time, but with much shorter naming convention.
{
"caption": "Categories",
"name": "category",
"shortname": "cat",
"description": "The OCSF categories organize event classes, each aligned with a specific domain or area of focus.",
"attributes": {
"system": {
"caption": "System Activity",
"shortname": "sys",
"description": "System Activity events.",
"uid": 1
},
"findings": {
"caption": "Findings",
"shortname": "finds",
"description": "Findings events report findings, detections, and possible resolutions of malware, anomalies, or other actions performed by security products.",
"uid": 2
},
"iam": {
"caption": "Identity & Access Management",
"shortname": "iam",
"description": "Identity & Access Management (IAM) events relate to the supervision of the system's authentication and access control model. Examples of such events are the success or failure of authentication, granting of authority, password change, entity change, privileged use etc.",
"uid": 3
},
"network": {
"caption": "Network Activity",
"shortname": "net",
"description": "Network Activity events.",
"uid": 4
},
"discovery": {
"caption": "Discovery",
"shortname": "disc",
"description": "Discovery events report the existence and state of devices, files, configurations, processes, registry keys, and other objects.",
"uid": 5
},
"application": {
"caption": "Application Activity",
"shortname": "app",
"description": "Application Activity events report detailed information about the behavior of applications and services.",
"uid": 6
},
"remediation": {
"caption": "Remediation",
"shortname": "rem",
"description": "Remediation events report the results of remediation commands targeting files, processes, and other objects.",
"uid": 7
}
}
}
While it might have a slighter higher difficulty to be read(but easier to be written), it will clearly improve the disk and license optimisation of the systems. Could should be something like this added? Has it been already considered and discarded?
The text was updated successfully, but these errors were encountered:
In the context of some services charge you by volume, OCSF instead of reducing the volume of the logs, in many cases they get bigger.
Would be incredible useful and cost saving to define a OCSF-slim version of the OCSF-schema that could translate to the standard OCSF schema in search time, but with much shorter naming convention.
For instance the categories https://github.com/ocsf/ocsf-schema/blob/main/categories.json format could be:
While it might have a slighter higher difficulty to be read(but easier to be written), it will clearly improve the disk and license optimisation of the systems. Could should be something like this added? Has it been already considered and discarded?
The text was updated successfully, but these errors were encountered: