Tag Archives: YARA

yara

Yara python module – part 003 .

You can test your Yara rules by using first the Yara command tool from windows or Linux. The last version comes with source code :

For example, this rule shows us how to find files by size:

This rule finds files by specify the size conditions MB, KB and return the result. Then… Read More »

Yara python module – part 001 .

YARA is a multi-platform program running on Windows, Linux and Mac OS X. More about Yara python module can see it here. YARA used this keyword with rules under files.

The Yara documentation can be found in this link. The Yara python module uses version 1.7.7 and this will need to use when making… Read More »