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

Provide a means of automatically building yara rules #164

Open
jdheyburn opened this issue Aug 27, 2020 · 0 comments
Open

Provide a means of automatically building yara rules #164

jdheyburn opened this issue Aug 27, 2020 · 0 comments

Comments

@jdheyburn
Copy link

Background

Typical usage of this module is build once, deploy once. And given that yara rules are compiled at build time, over time the lambda analyser that has been deployed will be out of date with new yara rules.

Desired Change

As an example implementation, we could deploy a lambda function that would periodically build the yara rules and store them in a location that the analyser lambda can retrieve them from to run the analyser against.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant