Strelka yara errors #4580
-
I was looking through the Strelka logs today and noticed all scan.yara.flags had compiled error. I blew them all away and recompiled the rules. Also update with so-yara-update but still getting compile errors. Could anyone shed some light on what could be the issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sounds like there is a bad YARA rule somewhere. There is an open issue to help with this here: #3419. In the meantime, I would check any custom rules you added (if any), and you can follow the process (quick script -- no guarantees 😄 ) below to validate against the rules directory:
Create
Then run it against the rule directory, like:
|
Beta Was this translation helpful? Give feedback.
Sounds like there is a bad YARA rule somewhere. There is an open issue to help with this here: #3419. In the meantime, I would check any custom rules you added (if any), and you can follow the process (quick script -- no guarantees 😄 ) below to validate against the rules directory:
yum install -y python3-yara
Create
validate_yara.py
: