Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

mattifestation/PSSysmonTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSSysmonTools

Sysmon Tools for PowerShell

Implemented functions

Get-SysmonConfiguration

Parses a Sysmon driver configuration from the registry. Output is nearly identical to that of "sysmon.exe -c" but without the requirement to run sysmon.exe.

ConvertFrom-SysmonBinaryConfiguration

Parses a binary Sysmon configuration. ConvertFrom-SysmonBinaryConfiguration is designed to serve as a helper function for Get-SysmonConfiguration.

Test-SysmonConfiguration

Validates a Sysmon configuration.

ConvertTo-SysmonXMLConfiguration

Recovers a Sysmon XML configuration from a binary configuration.

Merge-SysmonXMLConfiguration

Merges one or more Sysmon XML configurations.

Please refer to built-in help for each function for more information.

Notes

These PowerShell functions will need to be manually validated for each new Sysmon and configuration schema version. Please report all bugs and indiscrepencies with new versions by supplying the following information:

  1. The Sysmon config XML that's generating the error (only schema versions 3.40 and later).
  2. The version of Sysmon being used (only 6.20 and later).

Also, please file feature requests in the form of GitHub issues! Thank you!

About

Sysmon Tools for PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published