Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Releases: dustin-decker/threatseer

threatseer 0.4.0

27 Jun 02:29
Compare
Choose a tag to compare
threatseer 0.4.0 Pre-release
Pre-release

BACKWARDS INCOMPATIBILITIES:

None

FEATURES:

Added SQL DB output support - any database/sql compatible driver should work.
This feature is added for an upcoming release that will have Metabase integration for analytics, dashboards, and alerting.

IMPROVEMENTS:

  • use LRU cache for tracking profiled applications in the profile engine
  • overall indicator score is calculated and included in the beats outputs
  • increased kernel tracing buffer on agent to handle higher event volumes

BUG FIXES:

None

threatseer 0.3.0

28 May 05:10
Compare
Choose a tag to compare
threatseer 0.3.0 Pre-release
Pre-release

BACKWARDS INCOMPATIBILITIES:

None

FEATURES:

  • added mutual TLS support (#15)
    • enabled configurable server endpoint for agent

IMPROVEMENTS:

  • exposed some Profile Engine tunables
  • use LRU cache for tracking ongoing execution profiling (#12)

BUG FIXES:

None

threatseer 0.2.0

26 May 14:52
Compare
Choose a tag to compare
threatseer 0.2.0 Pre-release
Pre-release

BACKWARDS INCOMPATIBILITIES:

  • threatseer config changed

FEATURES:

  • added Profile Engine for automatic executable and container image execution profiling

IMPROVEMENTS:

  • cache Dynamic Engine rule ASTs
  • buffer events for engine pipeline
  • JSON logging improvements

BUG FIXES:

None

threatseer 0.1.1

24 May 00:36
Compare
Choose a tag to compare
threatseer 0.1.1 Pre-release
Pre-release

includes some agent fixes

threatseer 0.1.0

23 May 04:38
Compare
Choose a tag to compare
threatseer 0.1.0 Pre-release
Pre-release

FEATURES:

  • added Static Analysis Engine
  • added Dynamic Query Engine