-
Notifications
You must be signed in to change notification settings - Fork 71
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
PATH name is not being hex decoded #20
Labels
Comments
To fix this we need to add a go-libaudit/auparse/auparse.go Lines 354 to 355 in ffe11fb
We also need to add a test case for this using the provided sample event. |
andrewkroh
added a commit
to andrewkroh/go-libaudit
that referenced
this issue
Mar 27, 2018
The name field (filename) contained in PATH records can be hex encoded. This updates auparse to attempt hex decoding on the field. Fixes elastic#20
ruflin
pushed a commit
that referenced
this issue
Mar 28, 2018
The name field (filename) contained in PATH records can be hex encoded. This updates auparse to attempt hex decoding on the field. Fixes #20
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 28, 2018
This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20.
ruflin
pushed a commit
to elastic/beats
that referenced
this issue
Mar 30, 2018
This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20.
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 30, 2018
This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20. (cherry picked from commit 3f3fb57)
ph
pushed a commit
to elastic/beats
that referenced
this issue
Apr 2, 2018
This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20. (cherry picked from commit 3f3fb57)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…lastic#6724) This updates go-libaudit to v0.1.0 which contains a fix for elastic/go-libaudit#20. (cherry picked from commit fd317cf)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
name
field inside ofPATH
type messages is not being decoded from hex.type=PATH msg=audit(1521758453.536:1428931): item=0 name=2F73686172652F67656E6572616C2F706174685F7265646163746564 inode=1442434 dev=fc:01 mode=042775 ouid=10067 ogid=7003 rdev=00:00 nametype=NORMAL
The text was updated successfully, but these errors were encountered: