@@ -18,12 +18,14 @@ Mail list : http://list.yararules.com/mailman/listinfo/yararules.com.signatures
...
@@ -18,12 +18,14 @@ Mail list : http://list.yararules.com/mailman/listinfo/yararules.com.signatures
# Requirements
# Requirements
Yara **version 3.0** or higher is required for most of the rules to work. This is mainly due to the use of the "pe" module introduced in that version.
Yara **version 3.0** or higher is required for most of the rules to work. This is mainly due to the use of the "pe" module introduced in that version.
You can check your installed version with `yara -v`
You can check your installed version with `yara -v`
The available packages in Ubuntu 14.04 LTS default repositories are too old. You can install from source or use the packages available in the [Remnux repository](https://launchpad.net/~remnux/+archive/ubuntu/stable).
The available packages in Ubuntu 14.04 LTS default repositories are too old. You can install from source or use the packages available in the [Remnux repository](https://launchpad.net/~remnux/+archive/ubuntu/stable).
Also, you will need [Androguard Module](https://github.com/Koodous/androguard-yara) if you want to use the rules in mobile_malware category.