Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CyberTortoise/pySigma-backend-powershell

 
 

Repository files navigation

pySigma Powershell Backend

Status

The pySigma PowerShell Backend converts Sigma rules into PowerShell-based queries. It was designed to be used in conjunction with the the Read-WinEvent filter.

Usage

Step 1. After downloading this repository, install this Python-based project using poetry.

poetry install

Step 2. Next, use the provided PowerShell script to import the Read-WinEvent filter. You will need to do this everytime you start a new PowerShell session (pro-tip: add this filter to your PowerShell profile).

./scripts/Read-WinEvent.ps1

Step 3 Convert whatever Sigma rules you have to PowerShell queries.

sigma2powershell -r rules/demo.yml

Copyright

This project is licensed under the terms of the MIT license.

About

Uses pySigma to convert Sigma rules into PowerShell queries.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.7%
  • PowerShell 5.3%