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

Simplify Cuckoo rules using custom signature in Cuckoo #37

Open
michaelweiser opened this issue Sep 7, 2018 · 1 comment
Open

Simplify Cuckoo rules using custom signature in Cuckoo #37

michaelweiser opened this issue Sep 7, 2018 · 1 comment

Comments

@michaelweiser
Copy link
Contributor

michaelweiser commented Sep 7, 2018

We should look into the possibility to simplify the cuckoo rules using a custom signature inside Cuckoo.

Currently we maintain a list of strings which are matched against the signatures reported by Cuckoo.

It might be possible and more efficient to handle this inside Cuckoo using a kind of meta-signature which detects the matching/firing of all the other signatures we consider "bad", accumulates them into a binary decision "good"/"bad" or even some kind of score and reports just that single value back to Peekaboo.

Suggested by @Jack28.

@Jack28
Copy link
Member

Jack28 commented Sep 17, 2018

I looked into this a while ago and already did some testing. It's totally possible to cover some of our rules (easier, with more precision and flexibility).

Had the link at hand, there is good documentation here:
https://cuckoo.sh/docs/customization/signatures.html

@Jack28 Jack28 modified the milestones: 2.0, 2.1 Aug 27, 2019
@michaelweiser michaelweiser removed this from the 2.1 milestone Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants