Paweł Srokosz
Paweł Srokosz
Latest release of yara-python broke few things, it's not fixed yet. The possible cause is missing libssl-dev, so you should try to install this additional dependency using apt. If it...
It's not the problem with Drakvuf Sandbox but socketmon plugin in Drakvuf, so this problem should be tracked in https://github.com/tklengyel/drakvuf/issues/1613. dnsapi.dll Rekall profile is not even used by Drakvuf and...
22.04 is not supported yet and I think we should track further problems in this issue: https://github.com/CERT-Polska/drakvuf-sandbox/issues/820
I thought about reviving this PR but there are significant issues: - It provides an ability to send arbitrary GET request from the server. In addition, any JSON-like response will...
That's a side-effect caused by transition from uWSGI to Gunicorn and different configuration defaults set. uWSGI was configured to preload application before forking into worker processes. Gunicorn on the other...
Hi! Yeah I looked a bit into more modern setup e.g. our https://github.com/CERT-Polska/lint-python-action conforms the latest `pyproject.toml` recommendations. Unfortunately in mwdb-core this may require a bit more work considering plugin...
@yankovs Actually they're supported but by Attribute API (https://github.com/CERT-Polska/mwdb-core/blob/master/mwdb/schema/attribute.py#L25-L32). And range queries for integer values are already supported by `attribute.*:...` query field! Metakey API you're referencing is an old thing...
Ah and I see another problem. Yes, `0` as a number is considered an empty value 
Hi! There are actually two issues mentioned: - **Early Karton initialization** This will be fixed by #919, MWDB should not give up when Karton is enabled but Redis connection can't...
Yeah, I think it's good idea! I see actually three feature requests there: 1. One that I have already implemented is worker count (and version information) for non-consumers: https://github.com/CERT-Polska/karton/pull/206 2....