Skip to content

Releases: WithSecureLabs/chainsaw

v2.6.2

02 Jun 16:02
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Adds array indexing support to key identifiers (tau-engine), which also fixes some chainsaw rules...

v2.6.1

02 Jun 14:17
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Fix hunts not running on .jsonl files
  • Bring in some false positive reduction for the default Sigma rules mapping file

v2.6.0

03 Apr 13:10
Compare
Choose a tag to compare

This release contains the following changes of note:

  • A new feature for creating execution timelines using shimcache artifacts with optional amcache enrichment
  • Added functionality to parse Windows registry hive files
  • Fixed missing check make sure that path is not a file when using csv to prevent time wasting
  • Upgraded to the new Tau engine that has full support for floats

v2.5.0

17 Feb 19:09
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Bring in upstream fix for evtx files that contain the size_t type (thanks to upstream for such a quick turn around)
  • Add in a dump command so that people stop bodging the functionality via search
  • Minor fixes and tweaks

v2.4.0

17 Feb 09:43
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Add back in the version flag
  • Multiple optimisations to the hunt feature of Chainsaw
  • Allow JSONL to stream out when hunting to reduce RAM usage when a large number of files are passed
  • Allow number of threads to be specified when hunting
  • Add preprocessing option to hunting for further speed up (only really required when single threaded)
  • Minor fixes and tweaks

v2.3.1

13 Jan 15:16
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Fix for panic when supplying invalid Tau expressions, errors are now handled gracefully.

v2.3.0

14 Nov 11:39
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Output file name for JSON based output
  • Show culprit file when hunting errors occur
  • Tweaks and improvements to command line arguments

v2.2.0

20 Oct 15:01
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Support for outputting in newline delimited JSON
  • Fixes potential crash with table output when truncating strings
  • Allows for preconditions to be applied in mapping files to handle poor rules

v2.1.1

07 Oct 15:51
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Fix some incorrectly handled prints
  • Improve the consistency of parsing the hunt command line
  • Reduce the RAM usage
  • Add -j back in for --json

v2.1.0

16 Sep 15:21
Compare
Choose a tag to compare

This release contains the following changes of note:

  • Fixes broken edge cases in complex mapping objects
  • Adds support for new line delimited JSON
  • Reduces memory usage for some of the parsers
  • Re-adds support for evt files
  • Adds support for MFTs