You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
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.
The text was updated successfully, but these errors were encountered: