Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proposed enhancement] query specific datasets #5

Closed
raw-data opened this issue Jul 8, 2018 · 3 comments
Closed

[proposed enhancement] query specific datasets #5

raw-data opened this issue Jul 8, 2018 · 3 comments

Comments

@raw-data
Copy link
Contributor

raw-data commented Jul 8, 2018

Could be interesting having the possibility to query specific datasets before running a query.

Workflow example:

  • Select from a drop-down menu a specific dataset/s to query
  • copy-paste YARA rule
  • run query

Use case:
Scanning paths storing different kind of data, i.e. known-to-be-good, known-to-be-bad, [...]

@icedevml
Copy link
Contributor

icedevml commented Sep 5, 2018

Hello,

thanks for your report. This issue was addressed in a slightly different way.

It is very hard to attach any "labels" to the datasets in the current database model, because it would require huge changes in how UrsaDB handles them.

There is a concept of "meta data extractors" introduced in the latest version, where you could write your own plugin and place it in metadata/ directory, so your matched files will be tagged with additional metadata. This way you can implement your own tagging philosophy which suits you the most, including known-good or known-bad labels.

However, there is no option to query files according to the metadata, but it may appear in the future.

@msm-code
Copy link
Contributor

msm-code commented Apr 8, 2020

@raw-data by the way, actually right now it is possible to attach labels to datasets (they're called taints). Please take a look at #44

The feature needs more polish (there's no easy way to add taints from the frontend), but expect improvements soon.

@raw-data
Copy link
Contributor Author

raw-data commented Apr 9, 2020

@msm-code thank you for the heads-up, I will test it in the coming days!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants