Skip to content
forked from EFForg/yaya

Yet Another Yara Automaton - Automatically curate open source yara rules and run scans

License

Notifications You must be signed in to change notification settings

kirk-sayre-work/yaya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Bender from futurama dressed up like the Terminator"

YAYA - Yet Another Yara Automaton

Automatically curate open source yara rules and run scans

Installation

go get github.com/cooperq/yaya
go install github.com/cooperq/yaya

Dependencies

Yaya depends on the following packages outside the standard library:

You must also install the yara4 C libraries. We reccomend 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>

About

Yet Another Yara Automaton - Automatically curate open source yara rules and run scans

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%