Releases: CERT-Polska/drakvuf-sandbox
DRAKVUF Sandbox v0.11.0
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)
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)
Installation guide: See Basic installation section in README.md.
Special release for VB2020 localhost.
Enhancements:
Bug fixes:
DRAKVUF Sandbox v0.10.0 (for Virus Bulletin 2020)
Installation guide: See Basic installation section in README.md.
Special release for VB2020 localhost.
Enhancements:
Bug fixes:
DRAKVUF Sandbox v0.9.0
Installation guide: See Basic installation section in README.md.
Enhancements:
DRAKVUF Sandbox v0.8.1
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
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
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
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
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