Skip to content
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

Added support for the NT Kernel Logger ETW session #3988

Merged
merged 5 commits into from
Jan 2, 2025
Merged

Conversation

scudette
Copy link
Contributor

@scudette scudette commented Jan 2, 2025

This special ETW provider gives access to unique system based
information as well as stacks:

  • registry - all registry interactions like keys/values
  • process - all processes start/stop
  • image_load - dll loading and mapping
  • network - inbound/outbound connections
  • driver - drivers loaded
  • file - file io like opening files/deleting files etc
  • handles - Any time a kernel handle is created

This special ETW provider gives access to unique system based
information as well as stacks:

    * registry - all registry interactions like keys/values
    * process - all processes start/stop
    * image_load - dll loading and mapping
    * network - inbound/outbound connections
    * driver - drivers loaded
    * file - file io like opening files/deleting files etc
    * handles - Any time a kernel handle is created
@scudette scudette merged commit 6244f40 into master Jan 2, 2025
3 checks passed
@scudette scudette deleted the kernel_etw branch January 2, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant