-
Notifications
You must be signed in to change notification settings - Fork 435
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
[windows] Support for Sysmon Registry non-QWORD/DWORD events #2962
[windows] Support for Sysmon Registry non-QWORD/DWORD events #2962
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
"registry": { | ||
"data": { | ||
"strings": [ | ||
"0x12349abc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the DWORD left as hex but the QWORD above is converted to decimal?
packages/windows/data_stream/sysmon_operational/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
Pinging @elastic/integrations (Team:Integrations) |
@elastic/integrations can someone please help review this PR? |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@elastic/integrations, can you please take a look at this.
What does this PR do?
sysmon_operational
pipeline to process sysmon registry events for values other than QWORD and DWORD (REG_SZ, REG_MULTI_SZ, REG_BINARY, REG_EXPAND_SZ
).Checklist
changelog.yml
file.How to test this PR locally
elastic-package test pipeline -v
Related issues