C# ETW(Event Tracing for Windows) for Microsoft Windows Security Auditing
Budget: $250 – $750 USD
I have a project that requires C# ETW (Event Tracing for Windows) implementation for Microsoft Windows Security Auditing. I want to get security events realtime in C# app and need to parse each event data in callback function.
ex)
4624
TargetUserName
SubjectLogonId
etc
Environment is followings.
Visual Studio 2019
C# Console App
Use Microsoft.Diagnostics.Tracing from NuGet
.NET Framework 4.6.2
Need to catch events of 4624,4625,4672,4648 and parse them all event data like Event Viewer.
ex)
4624
TargetUserName
SubjectLogonId
etc
Environment is followings.
Visual Studio 2019
C# Console App
Use Microsoft.Diagnostics.Tracing from NuGet
.NET Framework 4.6.2
Need to catch events of 4624,4625,4672,4648 and parse them all event data like Event Viewer.