Neo23x0 / plyara

Parse Yara rules and operate over them more easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plyara

tl;dr: Parse Yara rules into a dictionary representation.

Plyara is a script that lexes and parses a file consisting of one more Yara rules into a python dictionary representation. The goal of this tool is to make it easier to perform bulk operations or transformations of large sets of Yara rules, such as extracting indicators, updating attributes, and analyzing a corpus. Other applications include linters and dependency checkers.

Plyara leverages the Python module Ply for lexing Yara.

More info:

http://www.dabeaz.com/ply/

http://plusvic.github.io/yara/

About

Parse Yara rules and operate over them more easily.

License:Apache License 2.0


Languages

Language:Python 100.0%