All Projects → EFForg → Yaya

EFForg / Yaya

Licence: gpl-3.0
Yet Another Yara Automaton - Automatically curate open source yara rules and run scans

Programming Languages

go
31211 projects - #10 most used programming language

"The YAYA logo and automaton mascot"

YAYA - Yet Another Yara Automaton

Automatically curate open source yara rules and run scans

Installation

go get github.com/EFForg/yaya
cd $GOPATH/src/github.com/EFForg/yaya
go build 
go install 

Dependencies

Yaya depends on the following packages outside the standard library:

You must also install the yara4 C libraries. We recommend you install these from source: https://yara.readthedocs.io/en/stable/gettingstarted.html

Running

asciicast

Usage

yaya [-h] <command> <path>
	-h	 print this help screen
Commands:
	update - update rulesets
	edit - ban or remove rulesets
	add - add a custom ruleset, located at <path>
	scan - perform a yara scan on the directory at <path>
	export - export all yara rules in single yar file in <path>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].