Itay Cohen
Itay Cohen
**Description** When looking for interesting samples in the internal dataset, it is great to see the context in which a given sample was found. By showing the matched strings when...
**Description** I believe that implementing user management would be a good decision. Maybe something that is based on mwdb user permission model. This will help to make mquery suitable for...
**Environment information** * Mquery version (from the /status page): 1.2.0 * Ursadb version (from the /status page): 1.3.2 * Installation method: - [ ] Generic docker-compose - [x] Dev docker-compose...
I think it is a good idea to have a community-driven collection of Identifiers and Configurations for Karta. When such a collection get bigger, it will increase the chances that...
**Describe the solution you'd like** Cutter is in need of a binary-diffing plug-in such as [Diaphora](https://github.com/joxeankoret/diaphora) or Bindiff. **Possible Implementation** Help port either of the two plugins to Cutter. **Describe...
It would be a nice addition to add support for XORSHIFT and XORSHIFT 64. https://en.wikipedia.org/wiki/Xorshift The magic is rather easy to detect: 0x2545F4914F6CDD1D
**Is your feature request related to a problem? Please describe.** Currently, there is no easy way to control the tabs in Cutter from the keyboard **Describe the solution you'd like**...
Hey :wave: This pull request implements a naive way to add a new row to a collection where its origin is a template (another block_id). The implementation is based on...
Some people would like to get notifications for all their hunting rules, others would like to see notifications only for special specific rules (whitelisting), and some would like to not...
It would be great to support multiple slack channels when sending the report. Currently, the config for Slack looks like this: https://github.com/fr0gger/vthunting/blob/ef8c1ec317776f80ff321d2c5a608a500b8a5b49/vthunting.py#L56-L60 `SLACK_CHANNEL` can become `SLACK_CHANNELS=[ ]` And then, here...