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

Issues getting yara to work with crits #284

Open
sparrowd opened this issue Nov 9, 2016 · 1 comment
Open

Issues getting yara to work with crits #284

sparrowd opened this issue Nov 9, 2016 · 1 comment

Comments

@sparrowd
Copy link

sparrowd commented Nov 9, 2016

Hello,

I am installing a new instance of crits and I am running into an issue getting the yara services to work and any assistance I could get would be useful. I am getting the Error running service: 'str' object has no attribute 'strings'. I read the issues from 2014 where someone else was getting this and I have uninstalled and reinstalled yara and yara python. I have tried different versions to get this running. I have pip and apt-get installed stuff and still getting this issues.

The rule I am running is as follows and is just a copied version of the rule in the Yara Rule Tester (which also isn't working)

rule my_rule
{
strings:
$a = { 4D 5A }

condition:
    $a

}
}

@preimpressions
Copy link

Same issue here. Now, when I disabled the service, rebooted the server, enabled, then rebooted the Yara service. The Yara service is running continuously and then, CRITS crashes.

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

2 participants