Skip to content

Releases: deflect-ca/baskerville

Hotfix rawlog

21 Jan 14:14
9659f4b
Compare
Choose a tag to compare

Rawlog fix
Attack detection fix
Logs cleaned

Kubernetes

19 Jan 15:37
e48390c
Compare
Choose a tag to compare
  • Kubernetes deployment
  • Incident detector
  • Saving incidents to s3 cloud storage
  • Dynamic thresholds

Model live update and Feedback

15 Apr 12:19
a56fcca
Compare
Choose a tag to compare
Pre-release
  • Update the model while the pipeline is running
  • Changes for the feedback dashboard

Model Development

03 Feb 09:59
Compare
Choose a tag to compare
Model Development Pre-release
Pre-release

Model development:

  • AnomalyModel
  • Feature importance: Shapley values calculation
  • Model evaluation

Pipeline separation dev

18 Jan 20:03
d0c9842
Compare
Choose a tag to compare
Pre-release

Creation of four separate pipelines:

  • Preprocess: runs on the client - for the log processing, the resulting feature vectors are sent to the prediction pipeline
  • Post-process: also runs on the client - for handling the result of the prediction
  • Prediction: receives the feature vectors and provides prediction
  • Training: to train Isolation Forest

Initial release with IForest

17 Aug 13:35
433551d
Compare
Choose a tag to compare

Fully functional Baskerville with IForest