-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add ext
attribute to File
object
#1043
Labels
enhancement
New feature or request
non_breaking
Non Breaking, backwards compatible changes
v1.3.0
Changes marked for v1.3.0 of OCSF
Comments
floydtree
added
enhancement
New feature or request
non_breaking
Non Breaking, backwards compatible changes
v1.3.0
Changes marked for v1.3.0 of OCSF
labels
Apr 17, 2024
Nice, this is a good find. |
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 17, 2024
shellcromancer
changed the title
Add
Add Apr 17, 2024
extension
attribute to File
objectext
attribute to File
object
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 19, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 19, 2024
shellcromancer
added a commit
to shellcromancer/ocsf-schema
that referenced
this issue
Apr 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
non_breaking
Non Breaking, backwards compatible changes
v1.3.0
Changes marked for v1.3.0 of OCSF
The File object currently has an attribute for the file name (e.g.
svchost.exe
) but having a dedicated attribute for the executable extension (e.g.exe
) is useful to search on to reduce the need for more expensive wild-card searches on the name field. This would also allow for security use-cases like finding where the mime-type differs from expected file extensions.Other security object models in usage today have this attribute as well:
I'd suggest the type of the attribute be an optional string, and it would follow the same conventions as ECS to only get the trailing extension if there are multiple, without the prepending
.
:file.name
ofexport.tar.gz
has afile.extension
ofgz
.The text was updated successfully, but these errors were encountered: