Services like Yara need a rule set. Right now we have a simple script in docker that downloads the ruleset. It works but is not pretty and prone to caching errors.
I am hesitant to leave this to the Service as it could cause unnecessary data transfers.
Options:
- Have totem fetch the files and provide them via the ram drive.
- Identify a better method for doing this via a Dockerfile
- Have this managed by max's upcoming addition.