Skip to content

Releases: SigmaHQ/pySigma

v0.9.11

17 May 22:18
Compare
Choose a tag to compare

Fixed: placeholder value list transformation now allows to use wildcards in replacement values.

v0.9.10

16 May 21:50
Compare
Choose a tag to compare
  • Case-sensitive matches with cased modifier.
  • Backend base class stores last used processing pipeline in last_processing_pipeline object variable for further usage, e.g. checking if particular processing items were applied.

v0.9.9

11 May 23:09
Compare
Choose a tag to compare
  • Updated MITRE ATT&CK data to version 13.1
  • Added ATT&CK technique to tactic mapping

v0.9.8

30 Apr 23:18
Compare
Choose a tag to compare

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

v0.9.7

29 Apr 23:38
Compare
Choose a tag to compare

Added missing modifier class docstrings.

v0.9.6

05 Apr 07:06
Compare
Choose a tag to compare

Additions

  • Field existence check with exists value modifier.
  • Added regular expression modifiers i/ignorecase, m/ multiline, s/dotall

Fixes

  • Dropping all detection items of a detection caused error with to_plain() (#104)
  • Ability to set allowed backends from YAML processing pipeline (#111)
  • Merge of errors when SigmaCollection obejcts were merged (#112)

v0.9.5

03 Mar 22:10
Compare
Choose a tag to compare
  • IPv6 CIDR support with cidr modifier.
  • Fixed corner case of IPv4 CIDR support.
  • Integrated pipeline to backend compatibility check into pipeline resolver.

v0.9.4

20 Feb 07:44
Compare
Choose a tag to compare

Removed implicit storage of all keyword arguments from Backend class initialization into config object attribute to enable defined error behavior for unknown parameters instead of silently accepting them.

v0.9.3

18 Feb 18:29
Compare
Choose a tag to compare

Silent plugin installation.

v0.9.2

13 Feb 23:46
Compare
Choose a tag to compare

Added test pipelines and extended test backend.