Metadata-Version: 2.4
Name: pysigma-pipeline-windows
Version: 2.0.0
Summary: pySigma Windows processing pipelines
License: LGPL-2.1-only
License-File: LICENSE
Author: frack113
Author-email: frack113@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pysigma (>=1.0,<2.0)
Project-URL: Repository, https://github.com/SigmaHQ/pySigma-pipeline-windows
Description-Content-Type: text/markdown

![Tests](https://github.com/SigmaHQ/pySigma-pipeline-windows/actions/workflows/test.yml/badge.svg)
![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/thomaspatzke/143d6c718b5bbc9fb7c0e33ed06b0f85/raw/SigmaHQ-pySigma-pipeline-windows.json)
![Status](https://img.shields.io/badge/Status-pre--release-orange)

# pySigma Windows Processing Pipeline

This is the windows service processing pipeline for pySigma. It provides the package `sigma.pipeline.windows` with the `windows_pipeline` function that returns a ProcessingPipeline object.

Currently the pipeline adds support for the following event types (Sigma logsource service and category to Channel mapping):

* builtin category
    * ps_module
    * ps_script
    * ps_classic_start
    * ps_classic_provider_start
    * ps_classic_script

This pipelines is currently maintained by:

* [Thomas Patzke](https://github.com/thomaspatzke/)
* [frack113](https://github.com/frack113)

