botherder / kraken

Cross-platform Yara scanner written in Go
GNU General Public License v3.0
330 stars 43 forks source link

Encrypt Yara rules file #1

Open botherder opened 5 years ago

botherder commented 5 years ago

Currently Yara rules are compiled and embedded as an asset in the binary. It would be good to provide a way to encrypt the ruleset (e.g. with an AES key) in order to make any extraction a little bit harder to do. This also should apply for ruleset updates delivered through the server.