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

invalid field name "number_of_signatures" #80

Closed
dbarzin opened this issue Jul 5, 2022 · 3 comments
Closed

invalid field name "number_of_signatures" #80

dbarzin opened this issue Jul 5, 2022 · 3 comments

Comments

@dbarzin
Copy link
Contributor

dbarzin commented Jul 5, 2022

Got this error when starting Pandora on Ubuntu 22.04 server

2022-07-05 16:20:22,263 yara_signature_base INFO:Initializing yara_signature_base-1
2022-07-05 16:20:22,278 yara_signature_base CRITICAL:Unable to initialize rules: /home/pandora/pandora/yara_repos/signature-base/yara/apt_apt27_hyperbro.yar(28): invalid field name "number_of_signatures"
2022-07-05 16:20:22,278 yara_signature_base INFO:Initializing yara_signature_base-2
2022-07-05 16:20:22,289 yara_signature_base CRITICAL:Unable to initialize rules: /home/pandora/pandora/yara_repos/signature-base/yara/apt_apt27_hyperbro.yar(28): invalid field name "number_of_signatures"
@Rafiot
Copy link
Contributor

Rafiot commented Jul 5, 2022

That's caused by the same issue as this one: #77

Somehow, the yara lib is not using the right version in on the system.

@dbarzin
Copy link
Contributor Author

dbarzin commented Jul 5, 2022

To fix :

pip install yara-python

@dbarzin
Copy link
Contributor Author

dbarzin commented Jul 6, 2022

Doing this :

apt install -y libssl-dev

before installing poetry does the job.

@dbarzin dbarzin closed this as completed Jul 6, 2022
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