msm-cert

Results 22 issues of msm-cert

First draklib-related refactoring. Should be relatively straightforward. I didn't change a single line of code, just moving code around. This is a **draft** for now, I'm not sure how to...

Draft: when this is finished, we will store all metadata about jobs in the agent specific objects instead of one huge Job structure.

That way we can stop (ab)using iterators (and maybe even deprecate them in ursadb - they're a bit problematic in case of failed jobs). And with postgres it won't be...

zone:backend

**Your checklist for this pull request** - [x] I've read the [contributing guideline](https://github.com/CERT-Polska/mquery/blob/master/CONTRIBUTING.md). - [x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)...

After the PR #371 the pagination is not optimal. We'll be getting all the matches for the job every time, and filtering them on the client side. This should be...

Related to #368. Mentioned https://github.com/CERT-Polska/mquery/pull/368/files#r1478115887 Instead of saving a status string like "new" to a database, we should have a proper enum value there.

Hi! Thanks for your great project. I've noticed that DhrakeInit works flawlessly, but I can't parse vtables. I get the following error: ``` java.lang.IllegalArgumentException: The "FUN_004ab448" data type is not...

This fixes the issue with DhrakeParseClass that I've encountered. Fixes #7.

**Your checklist for this pull request** - [x] I've read the [contributing guideline](https://github.com/CERT-Polska/mquery/blob/master/CONTRIBUTING.md). - [x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)...

**Your checklist for this pull request** - [x] I've read the [contributing guideline](https://github.com/CERT-Polska/mquery/blob/master/CONTRIBUTING.md). - [x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)...