Source: sigma
Section: misc
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-coverage,
 python3-requests,
 python3-pymisp,
 python3-wheel,
 yamllint
Standards-Version: 4.6.2
Homepage: https://github.com/SigmaHQ/sigma
Vcs-Browser: https://gitlab.com/kalilinux/packages/sigma
Vcs-Git: https://gitlab.com/kalilinux/packages/sigma.git

Package: sigma
Architecture: all
Multi-Arch: foreign
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-distutils,
 python3-progressbar,
 python3-pymisp,
Provides: sigmatools
Recommends: sigma-cli
Description: Generic Signature Format for SIEM Systems
 Sigma is a generic and open signature format that allows you to describe
 relevant log events in a straightforward manner. The rule format is very
 flexible, easy to write and applicable to any type of log file. 
 .
 This package contains 
    * Sigma rule specification
    * Open repository for sigma signatures
    * a converter named sigmac that generates search queries for different SIEM
      systems from Sigma rules
