-
Notifications
You must be signed in to change notification settings - Fork 526
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
FIX: Pre-compile YARA rules #11914
Comments
@weslambert will you deploy this on Security Onion? I'm thinking about moving to SOS due to the complete stack offered. |
I'm not sure if you are asking if Strelka is currently integrated with Security Onion or if the compilation will happen on the Security Onion machine. Just in case, the answer is yes to both questions. 😄 |
Good to know! 😀 |
The pre-compilation is not included yet, but it will be included in a future release. |
This is implemented in Detections. |
Consider using something like yara.compile() to pre-compile YARA rules before providing them to Strelka to prevent issues with bad rules.
target/strelka#410 (comment)
The text was updated successfully, but these errors were encountered: