Skip to content

Releases: CERT-Polska/drakvuf-sandbox

DRAKVUF Sandbox v0.11.0

21 Oct 00:26
8885ca1
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Enhancements:

  • drakrun: attach snapshot modification time to analysis reports (#280)
  • drakcore: Add local SQLite db for caching analysis data (#298)

Bug fixes:

  • drakcore: don't display broken analyses in the web UI (#278)
  • fix DRAKVUF log parsing, bump DRAKVUF (#276)
  • fix errors in examples/push_sample (#286)
  • drakcore: better logging in log postprocessing (#288)
  • drakcore: remove empty directory (#289)
  • draksetup mount: allow to use relative path, default to vm-0 (#294)
  • block plugins introducing instability: dkommon, envmon (#299)
  • fix MinIO credential generation on drakcore installation (#290)
  • bump DRAKVUF to commit f38258 (#302)

DRAKVUF Sandbox v0.10.2 (for VirusBulletin 2020)

14 Oct 02:17
48a2bb8
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Special release for VB2020 localhost. Including additional stability fixes.

Enhancements:

  • Store drakrun/drak-postprocess logs in minio (#223)
  • Analysis logs available in frontend (#195)
  • drakcore: add system_disable config switch (#271)
  • drakrun: add configurable karton instance name (#273)

Bug fixes:

  • Hotfix misconfigured click (#241)
  • Properly handle unicode errors in drakmon.log parsing (#245)
  • Fix bug in consumer.py (#251)
  • Update VM config template (#244)
  • Fix apicall process selection (#254)
  • Fix bug in AnalysisList.js (#264)
  • drakrun: better diagnostic messages in drakparse (#269)
  • drakrun: fix log handling errors in drakparse (#274)

DRAKVUF Sandbox v0.10.1 (for Virus Bulletin 2020)

30 Sep 13:42
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Special release for VB2020 localhost.

Enhancements:

  • Store drakrun/drak-postprocess logs in minio (#223)
  • Analysis logs available in frontend (#195)

Bug fixes:

  • Hotfix misconfigured click (#241)
  • Properly handle unicode errors in drakmon.log parsing (#245)
  • Fix bug in consumer.py (#251)
  • Update VM config template (#244)
  • Fix apicall process selection (#254)

DRAKVUF Sandbox v0.10.0 (for Virus Bulletin 2020)

29 Sep 19:38
01be2da
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Special release for VB2020 localhost.

Enhancements:

  • Store drakrun/drak-postprocess logs in minio (#223)
  • Analysis logs available in frontend (#195)

Bug fixes:

  • Hotfix misconfigured click (#241)
  • Properly handle unicode errors in drakmon.log parsing (#245)
  • Fix bug in consumer.py (#251)
  • Update VM config template (#244)

DRAKVUF Sandbox v0.9.0

17 Sep 15:22
b578723
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Enhancements:

  • Implement mount command in draksetup (#233)
  • drakpush: implement --timeout switch (#234)
  • Find office file entry points via callgraph (#215)

DRAKVUF Sandbox v0.8.1

07 Sep 10:53
363b479
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Bug fixes:

  • Fixed ProcDOT graph rendering issues
  • Fixed analysis crashes when drakparse fails
  • Small UI fixes

Enhancements:

  • Initial support for MS Office files

DRAKVUF Sandbox v0.8.0

13 Aug 13:10
ff97db2
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Bug fixes:

  • Lots of bug fixes related to injector
  • Added draksetup/install argument validation
  • Added soft fail to graphviz component
  • More hardening around DRAKVUF log postprocessing
  • ZFS storage backend would use sparse volume for vm-0

Enhancements:

  • Injector's new method -m writefile is now used to inject sample into the VM (instead of virtual CD-ROM which was used in previous versions)
  • Changed dump ZIP directory structure
  • Sample hash is now displayed in analysis main view
  • Bumped dependency versions (node.js, npm packages, dh-virtualenv)
  • File extensions could be specified by hand when submitting karton task
  • Added VNC display in the web UI while analysis is pending

DRAKVUF Sandbox v0.7.0

14 Jul 13:08
1ebb217
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Bug fixes:

  • Fixed exception handling in /list endpoint (#147)
  • Fixed error in /list endpoint (#151)
  • Fixed running Windows with nested KVM (#153)

Enhancements:

  • Configurable start command and file name
  • "Download dumps" button
  • Less relevant parts of process tree are collapsed by default
  • DLL profile generation in draksetup

DRAKVUF Sandbox v0.6.0

29 May 23:51
24716d5
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Bug fixes:

  • Downgraded Xen to 4.12.3 + backported vm_event patch
  • Fix bug that was preventing some DLLs from being launched properly

Enhancements:

  • Loading indicator in API call page
  • Configurable analysis timeouts

DRAKVUF Sandbox v0.5.1

23 May 13:13
82c9f2f
Compare
Choose a tag to compare

Installation guide: See Basic installation section in README.md.

Bug fixes:

  • Upgraded internal microservice framework (karton)

Enhancements:

  • Releases are now built automatically by GitHub Actions