Skip to content

Pre-release 4.11.0 Python Clustering Tool / Analysis of Malware Bazaar / fixed install for threading

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonjoliver jonjoliver released this 11 Oct 06:01
· 27 commits to master since this release

4.11.0 added Jupyter notebook for analysis of Malware Bazaar
Pattern file for predicting malware family of unknown samples using Malware Bazaar clustering

4.10.x added Python tools for clustering file
using DBSCAN
using HAC-T
we provide scripts to show people how to cluster the Malware Bazaar dataset using TLSH

4.9.x added options -thread and -private
-thread the TLSH is evaluated with 2 threads (faster calculation)
Only done for files / bytestreams >= 10000 bytes
But this means that it is impossible to calculate the checksum
So the checksum is set to zero
-private
Does not evaluate the checksum
Useful if you do not want to leak information
Slightly faster than default TLSH (code was written to optimize this)

This is a pre-release
If there are any problems with this version, then please enter an issue