{"id":19124085,"url":"https://github.com/efforg/yaya","last_synced_at":"2025-08-22T20:06:06.886Z","repository":{"id":42700012,"uuid":"273359281","full_name":"EFForg/yaya","owner":"EFForg","description":"Yet Another Yara Automaton - Automatically curate open source yara rules and run scans","archived":false,"fork":false,"pushed_at":"2023-12-27T15:11:36.000Z","size":62,"stargazers_count":277,"open_issues_count":9,"forks_count":27,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-31T04:06:16.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EFForg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-18T23:22:03.000Z","updated_at":"2025-03-29T02:30:28.000Z","dependencies_parsed_at":"2024-06-18T21:40:17.628Z","dependency_job_id":null,"html_url":"https://github.com/EFForg/yaya","commit_stats":null,"previous_names":["cooperq/yaya"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fyaya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fyaya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fyaya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EFForg%2Fyaya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EFForg","download_url":"https://codeload.github.com/EFForg/yaya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T05:28:04.937Z","updated_at":"2025-04-07T05:16:40.712Z","avatar_url":"https://github.com/EFForg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![\"The YAYA logo and automaton mascot\"](https://www.eff.org/files/banner_library/yaya_yaya_banner.png \"YAYA - Yet Another Yara Automaton\")\n\n# YAYA - *Yet Another Yara Automaton*\n\nAutomatically curate open source yara rules and run scans\n\n## Installation\n```\ngo get github.com/EFForg/yaya\ncd $GOPATH/src/github.com/EFForg/yaya\ngo build \ngo install \n```\n### Dependencies \nYaya depends on the following packages outside the standard library:\n* https://github.com/go-git/go-git\n* https://github.com/hillu/go-yara\n* https://github.com/jinzhu/gorm\n\nYou must also install the yara4 C libraries. We recommend you install these from source with the following command: \n\n```\nwget https://github.com/VirusTotal/yara/archive/refs/tags/v4.1.0.tar.gz \u0026\u0026 mkdir yara \u0026\u0026 cd yara \u0026\u0026 tar xf ../v4.1.0.tar.gz \\\n    \u0026\u0026 cd yara-4.1.0/ \u0026\u0026 ./bootstrap.sh \u0026\u0026 ./configure --enable-cuckoo --enable-magic --enable-dotnet \u0026\u0026 make \u0026\u0026 sudo make install \u0026\u0026 sudo ldconfig\n```\nMore info and docs can be [found here](https://yara.readthedocs.io/en/stable/gettingstarted.html)\n## Running\n[![asciicast](https://asciinema.org/a/344120.svg)](https://asciinema.org/a/344120)\n\n## Usage\n```\nyaya [-h] \u003ccommand\u003e \u003cpath\u003e\n\t-h\t print this help screen\nCommands:\n\tupdate - update rulesets\n\tedit - ban or remove rulesets\n\tadd - add a custom ruleset, located at \u003cpath\u003e\n\tscan - perform a yara scan on the directory at \u003cpath\u003e\n\texport - export all yara rules in single yar file in \u003cpath\u003e\n```\n## Docker\nYAYA includes a docker file and can be run inside a container as well by linking the path to be scanned to a path in the container. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefforg%2Fyaya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefforg%2Fyaya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefforg%2Fyaya/lists"}