Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
/ chef-yara Public archive

Chef Cookbook to Install the YARA Malware Research Tool

Notifications You must be signed in to change notification settings

pwelch/chef-yara

Repository files navigation

Cookbook GitHub tag Build Status

Description

Chef cookbook to install and configure YARA, the pattern matching swiss knife for malware researchers.

Usage

Include yara::default recipe in the run_list.

To disable installing yara-python set the following attribute:

  default[:yara][:install_yara_python] = false

Testing

  bundle install

  # Run Unit and Lint Tests
  bundle exec rake

  # Run Test-Kitchen Integration Tests
  kitchen test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Source code available here

About

Chef Cookbook to Install the YARA Malware Research Tool

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages