-
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] Sysmon Module - Missing DNS Status Codes #15685
Labels
Comments
Pinging @elastic/siem (Team:SIEM) |
andrewkroh
changed the title
WinLogBeat SysMon Module - DNS Missing Code(s)
[Winlogbeat] Sysmon Module - Missing DNS Status Codes
Jan 31, 2020
I opened a fix for this issue in #16040. |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Feb 25, 2020
This generates a list of error numbers / symbolic names from winerror.h. I included errors that began with "DNS_" and some additional error codes as reported in elastic#15685. Fixes elastic#15685
andrewkroh
added a commit
that referenced
this issue
Mar 10, 2020
Thanks for addressing and fixing these @andrewkroh . I look forward to the update, whenever that may come. I will follow up after we apply the new SysMon .js module when it has been released. |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 10, 2020
This generates a list of error numbers / symbolic names from winerror.h. I included errors that began with "DNS_" and some additional error codes as reported in elastic#15685. Fixes elastic#15685 (cherry picked from commit 8f5d755)
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 10, 2020
This generates a list of error numbers / symbolic names from winerror.h. I included errors that began with "DNS_" and some additional error codes as reported in elastic#15685. Fixes elastic#15685 (cherry picked from commit 8f5d755)
andrewkroh
added a commit
that referenced
this issue
Mar 11, 2020
andrewkroh
added a commit
that referenced
this issue
Mar 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For confirmed bugs, please report:
ping www.google,com
Look at the logs that get ingested into Elastic or see the JSON output of WLB and see that event code 9560 is stored in the symon.dns.status field.
Similar behavior exists for these event codes as well, but I do not know how to test for them at this time:
1460
9560
123
1223
4312
10054
More rare ones that trip:
14
1214
8
10060
13
10055
5
This is per request by @andrewkroh.
Thank you!
The text was updated successfully, but these errors were encountered: