Skip to content

1.3.0 - Thorium Toolbox Support

Choose a tag to compare

@mjcarson mjcarson released this 17 Oct 00:19
· 74 commits to main since this release

Whats changed in Thorium!

[1.3.0] - 2025-10-17

Thorctl toolbox support allows for the quick import over 40 images and 20
pipelines into your Thorium instance. Some examples of images you can import
are:

  • binwalk
  • capa
  • clamav
  • cwe-checker
  • email-parser
  • floss
  • foremost
  • ssdeep
  • quantumstrand
  • xortool
  • zeek-dump

Toolbox

This also resolves some issues with running Thorium in AWS surrounding bucket creation.

🚀 Features

  • (operator) Added support for skipping automatic bucket creation - (451e60c)
  • (thorctl) Added toolbox import functionality - (c837004)

🐛 Bug Fixes

  • (api) Fixed issue where the api may panic when sending emails - (67ad9fc)
  • (api) Readded non zero split fix - (89101a6)
  • (api) Fixed issue that required transparent rewrites for the UI - (ada19c6)
  • (event) Fixed issue where the event handler was needlessly spammy - (5b503ba)

⚙️ Miscellaneous Tasks

  • (readme) Added toolbox info to the FAQ - (fb63c83)