Closed DigiAngel closed 7 years ago
What yara version are you using?
-Brad
3.5.0
did you try scan that directly with yara first? as syntax error probably can be related to some mistake in yara rule, just thoughts
I did..works like a champ. I'll close this and start with Volatility, who is telling me it's a yara issue ;) Thank you.
Thats weird when yara works and vol imported yarab nops %)
Indeed:
Looks like the issue might be these rules:
include "/media/cuckoo/opt/cuckoo/data/yara/binaries/vmdetect.yar"
include "/media/cuckoo/opt/cuckoo/data/yara/binaries/shellcodes.yar"
include "/media/cuckoo/opt/cuckoo/data/yara/binaries/embedded.yar"
I get that error above, but a newer rule, say rig.yar in memory created in 2016 runs just fine. Still working with the Volatility folks.
Conflict with versions yara installed via pip and yara-python installed via apt.
Not sure if these is new or not, but with volatility 2.6, here's what I get:
I see the same things in my cuckoo logs..is there an option somewhere that I need to look at? Thank you.