Yara Manager
A simple program to manage your yara ruleset in a (sqlite) database.
Todos
- Search rules and descriptions
- Cluster rules in rulesets
- Enforce configurable default set of meta fields
- Implement backup and sharing possibilities
Installation
pip install yaramanager
Features
Asciinema (out of date)
Store your Yara rules in a DB locally and manage them.
Usage
$ ym
Usage: ym [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
add Add a new rule to the database.
config Review and change yaramanager configuration.
db Manage your databases
del Delete a rule by its ID or name.
edit Edits a rule with your default editor.
export Export rules from the database.
get Get rules from the database.
help Displays help about commands
list Lists rules available in DB.
parse Parses rule files.
read Read rules from stdin.
scan Scan files using your rulesets.
search Searches through your rules.
stats Prints stats about the database contents.
tags Show tags and the number of tagged rules
version Displays the current version.