Skip to content

Release 0.6.5

Compare
Choose a tag to compare
@scudette scudette released this 06 Jun 15:30
· 22 commits to v0.6.5 since this release

This is the next point release for Velociraptor - Digging deeper!

For a full description of notable new features please read the release notes here https://docs.velociraptor.app/blog/2022/2022-06-21-release-notes/

Notable features

  • Implement log levels in VQL. Logging a VQL message at ERROR level will cause the collection to fail. This is now clearer when a collection failed although partial results may be available.
  • Multi-Language support: The Velociraptor GUI is now also available in French, German, Spanish and Portuguese. We welcome contributions of new languages!
  • Several new themes by @predictiple are now available!
  • Lots of powerful new artifacts by @mgreen27 including Windows.NTFS.ADSHunter for hunting for NTFS Alternate Data streams, Linux.Sys.LogHunter for hunting linux syslogs and Windows.Detection.TemplateInjection for hunting maldocs.
  • Make display timezone user selectable - this makes it easier to see timestamps in difference timezones
  • Added MUSL build target - previously Linux builds were only compatible for Ubuntu 18.04 or later. For older systems we used a Centos Build. The new MUSL target is a fully featured completely static binary that should work on older systems as well. It will now supercede the old centos build.

Including many bug fixes and stability improvements.

Known Issues:

  • Release 0.6.5-2 includes a number of bug fixes as well as addressing CVE-2022-35629..35632
  • Release 0.6.5-3 includes a fix for a potential DoS in the oauth handler #1999 - If you use oauth you must upgrade ASAP.