Paweł Srokosz

Results 91 issues of Paweł Srokosz
trafficstars

Previous version of Drakvuf Sandbox (v0.18.x) was strictly requiring an S3 instance as a primary storage (MinIO). In version v0.19.0 we use the local filesystem (`/var/lib/drakrun/analyses` directory). In the same...

enhancement

The first tab of the analysis report view should be a brief summary about the behavior of the executed sample: - list of high-level indicators (TTPs) with links to the...

enhancement

The guiding philosophy of earlier DRAKVUF Sandbox versions was to make [DRAKVUF](https://github.com/tklengyel/drakvuf/) as easy to use as possible - even for analysts unfamiliar with the tool itself. The approach was...

development

> I've managed to get to the GUI but now I want to automate it from the terminal. How should I approach this? _Originally posted by @ArikRahman in https://github.com/CERT-Polska/drakvuf-sandbox/discussions/800_

documentation

I think this should be noted somewhere in documentation: - check in xl list if `vm-0` is active - if not: run vm-0 using `xl create /etc/drakrun/configs/vm-0.cfg`

documentation
enhancement

- Critical fix: releasing concurrency_semaphore after `consume_routed_task` returned None (due to timeout). Right now, consumer is hanging after few seconds. - Set default concurrency_limit to 1 (much safer default) -...

**Description of the problem** Sometimes after consumer crash we notice tasks that are stuck in SPAWNED state - they're no longer in the consumer queue (they are BLPOPed), but they...

bug

**Feature Category** - [ ] Correctness - [ ] User Interface / User Experience - [x] Performance - [ ] Other (please explain) **Describe the problem** Right now MWDB isn't...

type:feature

**Your checklist for this pull request** - [ ] I've read the [contributing guideline](CONTRIBUTING.md). - [ ] I've tested my changes by building and running the project, and testing changed...

**Environment information** * MWDB version (from `/about`): v2.14.0 * Installation method: - [ ] mwdb.cert.pl service - [ ] From PyPi (`pip install mwdb-core`) - [x] From docker-compose - [...

type:bug
zone:backend