Paweł Srokosz

Results 77 comments of Paweł Srokosz
trafficstars

Hi! There is no handy utility for that, but you can help yourself using Flask Python shell: First enter `mwdb-core shell` ``` # mwdb-core shell Python 3.8.17 (default, Jun 15...

We're actually going to speed up analysis status inspection soon: https://github.com/CERT-Polska/karton/pull/207

I think the most recommended way is to push an attribute with appropriate hash and URL mapping or make a plugin. I'm revisiting the web plugin engine right now so...

Relations are eagerly loaded by `GET /api/object/{identifier}` (see `parents` and `children` in scheme). If there are thousands of children: MWDB loads information about all of them. There are few things...

I guess we will opt for removing relationship information from ObjectItemResponseSchema and make endpoints that will allow iteration Initiated by https://github.com/CERT-Polska/mwdb-core/pull/881

I see there is no widely supported standard for that and every platform does this in a bit different way e.g. contents are `key=value`, just `value` or need to be...

Continued in #207, where I reimplemented some of your changes. Thanks for your contribution!

It should mark current analysis task as failed when timeout is reached or retry `ipconfig` few times with hope that DHCP will be alive after short downtime. Right now workers...

Well it seems like it's injector fault: ``` # trying to run ipconfig /release Dec 07 12:29:01 ... drakrun[8661]: DRAKVUF injector v0.8-git+-1 Copyright (C) 2014-2021 Tamas K Lengyel # ipconfig...

Uh it looks like bug in injector? ``` Mar 18 02:19:51 kuku2 drakrun[5248]: 1679102391.164965 libdrakvuf initialized Mar 18 02:19:51 kuku2 drakrun[5248]: Target PID 1896 to start 'cmd /C ipconfig /renew...