-
Notifications
You must be signed in to change notification settings - Fork 3
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
EvtxECmd: same Channel name, but spelled differently depending on the OS #188
Comments
Have we tried to add a If that doesn't work, one option that involves no work on Eric's part would be to just make another with the updated Channel field, but then we'd have to figure out how to differentiate the filename. That wouldn't be hard, it would just break general Map naming convention, but it'd be (at this point) a one-off instance. |
Just tried, but the wildcard for the Channel field doesn't work. To differentiate the two versions of these maps, we could add |
I like the |
I've updated my first message based on some additional tests I made on a couple of VMs running Win8 and Win11. In the beginning I liked the idea of Consumer and Server, but I thought it'd be hard to clearly differentiate them as WS2012 is based on Win8 and WS2019 on Win10. What about |
Another idea is Legacy and Current? Then just add notes in the documentation about your findings. Thoughts? |
I like it! |
Good deal. @forensenellanebbia did you want to do a PR on the |
I've come across a Channel whose name changes slightly depending on the operating system: it's
Microsoft-Windows-VHDMP/Operational
on Win8/WS2012, but becomesMicrosoft-Windows-VHDMP-Operational
on Win10/Win11/WS2019. The difference of a single character is enough to break the two existing maps:Is there a way to make a map work in both cases? I guess there may be other situations like this one.
I'm using EvtxECmd (v1.0.0.0). I've attached two EVTX files.
Here are some comparisons:
<Channel>Microsoft-Windows-VHDMP/Operational</Channel>
Evtx file: Microsoft-Windows-VHDMP%4Operational.evtx
Sample: WS2012_Microsoft-Windows-VHDMP%4Operational.zip
Event ID 1: A VHD has come online (surfaced)
<Channel>Microsoft-Windows-VHDMP-Operational</Channel>
Evtx file: Microsoft-Windows-VHDMP-Operational.evtx
Sample: WS2019_Microsoft-Windows-VHDMP-Operational.zip
Event ID 1: A VHD has come online (surfaced)
The text was updated successfully, but these errors were encountered: