Skip to content

Releases: SigmaHQ/sigma-cli

v0.7.7

Choose a tag to compare

@thomaspatzke thomaspatzke released this 31 Aug 06:58

Added

  • Query post-processing and output finalization stages and transformations in processing pipelines.

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

Choose a tag to compare

@thomaspatzke thomaspatzke released this 17 May 23:41
  • Exit if legacy Sigmatools are installed to prevent errors caused by incompatibilities.
  • Added version command
  • Extended configuration possibilities of ATT&CK heatmap generation.
  • Updated to pySigma version 0.9.11 (fixes)

v0.7.5

Choose a tag to compare

@thomaspatzke thomaspatzke released this 11 May 23:26
  • Create MITRE ATT&CK heatmaps
  • Updated to pySigma 0.9.9

v0.7.4

Choose a tag to compare

@thomaspatzke thomaspatzke released this 30 Apr 23:41

Fixed issue with installation of plugins in pipx virtual environments (and possibly others)

v0.7.3

Choose a tag to compare

@thomaspatzke thomaspatzke released this 30 Apr 10:11
  • Updated pySigma (new modifiers for regular expression flags and field comparison, fixes)
  • Update from standard input if single - file name is provided
  • sigma check input files are now required. Previously it quit silently suggesting rules were checked.
  • List supported modifiers, processing transformations and conditions with new sigma list commands.

v0.7.2

Choose a tag to compare

@thomaspatzke thomaspatzke released this 03 Mar 22:21
  • Improved error handling and messages with helpful command lines.
  • Added CIDR support for IPv6 and fixed IPv4 CIDR support.

v0.7.1

Choose a tag to compare

@thomaspatzke thomaspatzke released this 20 Feb 23:10

Bug fixes:

  • Added name to key-value parameter type.
  • Removed colliding -P shortcut from --without-pipeline.

v0.7.0

Choose a tag to compare

@thomaspatzke thomaspatzke released this 20 Feb 07:58
  • BREAKING CHANGE: Removal of backend-specific options --min-time and --max-time.
  • Addition of --backend-option/-O option for passing options to the backend as key=value pairs.

If --min-time or --max-time were used before this has to be migrated to --backend-option min_time=....

v0.6.1

Choose a tag to compare

@thomaspatzke thomaspatzke released this 18 Feb 18:46
  • Restricting column width in tables.
  • Installation and deinstallation of multiple plugins at once.
  • Quiet plugin (un)installation with reduced pip output.

v0.6.0

Choose a tag to compare

@thomaspatzke thomaspatzke released this 14 Feb 07:20

What's Changed

Breaking Changes

  • Added plugin system: backends and pipelines must now be installed with the new sigma plugin command group. Currently only some backends are available but will be migrated soon. If you rely on not yet migrated backends or pipelines, please keep using 0.5.x until this is done.

Other

  • Fix: Error in Wrong Pipeline Checker by @sifex in #9
  • Some minor formatting changes by @andurin in #12

New Contributors

Full Changelog: v0.5.3...v0.6.0