-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Winlogbeat: Experimental API support missing event data types #19337
Comments
Pinging @elastic/siem (Team:SIEM) |
Good catch, we'll definitely need to add those types so those fields are not dropped. And we'll want to add some evtx test files that contain those variant types. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Hi! We're labeling this issue as |
Hi! We're labeling this issue as |
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
With the experimental API, the winlog renderer currently supports 19 EventData data types, whereas MS spec lists 24 types: https://docs.microsoft.com/de-de/windows/win32/api/winevt/ne-winevt-evt_variant_type
The missing ones are:
It would be great to support those as well. I'm currently stuck with a local (unimportant) event containing binary data but expect further issues with Windows security events 4698-4702. I currently don't have one on my dev machine, but they contain a data field in XML (
TaskContentNew
) which I expect is also not parseable as data attribute in the current version but holds important data within the XML.Here is the unimportant event with the EvtVarTypeBinary attribute, collected with the stable API into kafka:
Guess its from either Cryptomator or from VeraCrypt on my computer.
The text was updated successfully, but these errors were encountered: