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

Automated evaluation, rating and scoring #728

Open
michaelweiser opened this issue Jul 6, 2022 · 0 comments
Open

Automated evaluation, rating and scoring #728

michaelweiser opened this issue Jul 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@michaelweiser
Copy link

Is your feature request related to a problem? Please describe.
We'd like to use DRAKVUF Sandbox for automated malware analysis and blocking. What seems to be missing currently is any automated evaluation, rating and scoring of maliciousness of a sample. I'm thinking of something like Cuckoo's signatures which produce a numeric malware score as well as a list of signatures that have been triggered.

Describe the solution you'd like
Looking at the code it seems there's already a concept of plugins in the postprocessor. Could there be a postprocessing plugin that applies signatures to the analysis logs which rate what's been observed for maliciousness?

I'm willing to do a PoC on this. What would be the best way to go about implementing this? Could the logs be massaged in such a way that they could be fed to the Cuckoo signatures directly, recycling all the work that's gone into them already?

https://cuckoo.readthedocs.io/en/latest/customization/signatures/

@michaelweiser michaelweiser added the enhancement New feature or request label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant