Is there a way to get specific information of yara rules on Python?

299 Views Asked by At

I need to create a database where I store yara rules, specifically i need data from meta section like the author, filetype and description (if they exist), also I need the name of the rule

I've been trying to look for any python module that could help, but I haven't find anything so far, I read the oficial yara documentation for python, but there aren't any method that provides that information, so I was wondering if there's any python module or algorithm that can help me with this task, I've been thinking about creating a lexical analyzer and a parser but it's too complicated

0

There are 0 best solutions below