Skip to content

Releases: SigmaHQ/sigma-cli

v0.7.6

17 May 23:41
Compare
Choose a tag to compare
  • 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

11 May 23:26
Compare
Choose a tag to compare
  • Create MITRE ATT&CK heatmaps
  • Updated to pySigma 0.9.9

v0.7.4

30 Apr 23:41
Compare
Choose a tag to compare

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

v0.7.3

30 Apr 10:11
Compare
Choose a tag to compare
  • 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

03 Mar 22:21
Compare
Choose a tag to compare
  • Improved error handling and messages with helpful command lines.
  • Added CIDR support for IPv6 and fixed IPv4 CIDR support.

v0.7.1

20 Feb 23:10
Compare
Choose a tag to compare

Bug fixes:

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

v0.7.0

20 Feb 07:58
Compare
Choose a tag to compare
  • 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

18 Feb 18:46
Compare
Choose a tag to compare
  • Restricting column width in tables.
  • Installation and deinstallation of multiple plugins at once.
  • Quiet plugin (un)installation with reduced pip output.

v0.6.0

14 Feb 07:20
Compare
Choose a tag to compare

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

Sigma CLI 0.5.3

06 Oct 23:33
Compare
Choose a tag to compare
  • Added field_name_prefix_mapping transformation.