Skip to content

Releases: WithSecureOpenSource/chainsaw

v2.16.5

Choose a tag to compare

@github-actions github-actions released this 25 Aug 19:14
82fabe2

This release contains the following changes of note:

  • Fixes a regression with output flushing (#236)

v2.16.4

Choose a tag to compare

@github-actions github-actions released this 19 Aug 19:32
f219fad

This release contains the following changes of note:

  • Fixes a regression in sigma parsing for 1 of * edge cases (#235)

v2.16.3

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:36
966901a

This release contains the following changes of note:

  • Bumps upstream dependencies.
  • Fixes a bug in SRUM database parsing by updating libesedb to the latest release (#234).
  • Removes the aggressive output flushing.
  • Fixes a path resolution issue when doing SRUM analysis.
  • Use a buffered writer when writing to file to improved the performance of --output.

v2.16.3-beta.2

v2.16.3-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 12:02
cdf63e2

This release contains the following changes of note:

  • Use a buffered writer when writing to file to improved the performance of --output.

v2.16.3-beta.1

v2.16.3-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:07
64e8d3e

This release contains the following changes of note:

  • Removes the aggressive output flushing
  • Fixes a path resolution issue when doing SRUM analysis.

v2.16.3-beta.0

v2.16.3-beta.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:56
b7e0fe3

This release contains the following changes of note:

  • Bumps upstream dependencies.
  • Fixes a bug in SRUM database parsing by updating libesedb to the latest release (#234).

v2.16.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:13
a59a5c0

This release contains the following changes of note:

Fixes a Sigma to Tau translation bug (#232)

v2.16.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:57
7cbb3f4

NOTE: Windows build failed v2.16.2 fixes the pipeline for windows.

This release contains the following changes of note:

Fixes a Sigma to Tau translation bug (#232)

v2.16.0

Choose a tag to compare

@github-actions github-actions released this 09 May 10:08
b3d6a94

This release contains the following changes of note:

  • Adds an EVTX summary command (#231)
  • Brings in some fixes from the MFT library (#211)

v2.15.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 16:48
3069843

This release contains the following changes of note:

  • A new type of analysis, gap analysis which will look for potential gaps in event logs, thanks to @Fuzzdkk (#228).
  • Bumps dependencies.