Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ THOR Util User Manual
usage/log-conversion
usage/templates
usage/diagnostics
usage/yara-forge


Indices and tables
Expand Down
31 changes: 31 additions & 0 deletions usage/yara-forge.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
YARA Forge
===========

YARA-Forge (https://yarahq.github.io/) is an open source project that
bundles YARA rules from different open source projects. Rules are offered
in different **rulesets** that differ in their FP ratio / detection rate tradeoff.

THOR Util offers support for downloading YARA Forge with:

.. code:: doscon

C:\thor>thor-util.exe yara-forge download --ruleset <ruleset>

Where **ruleset** can be one of the following:

- core
- extended
- full

.. note::
Only one ruleset at a time can be used. When you download a new
ruleset, the old one gets overwritten.

A downloaded YARA Forge ruleset is stored in ``custom-signatures/yara-forge``
and is automatically updated with ``thor-util update``.

If you no longer want to use YARA Forge, you can run:

.. code:: doscon

C:\thor>thor-util.exe yara-forge remove