diff options
author | Vegard Haugland <vegard@haugland.at> | 2011-09-30 23:16:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:25 -0500 |
commit | 18271480995227468e7aad6097783311b2f249ab (patch) | |
tree | 781a16549a149497d13b5a361357fc190f3b5a16 /misc/yara/README | |
parent | f4da96657d1f2e18d8640466564809482e5dd97d (diff) | |
download | slackbuilds-18271480995227468e7aad6097783311b2f249ab.tar.gz |
misc/yara: Added (A malware identification and classification tool)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/yara/README')
-rw-r--r-- | misc/yara/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/yara/README b/misc/yara/README new file mode 100644 index 0000000000..22fe5340a1 --- /dev/null +++ b/misc/yara/README @@ -0,0 +1,11 @@ +YARA - a malware identification and classification tool + +YARA is a tool aimed at helping malware researchers to identify and classify +malware samples. With YARA you can create descriptions of malware families +based on textual or binary patterns contained on samples of those families. +Each description consists of a set of strings and a Boolean expression which +determines its logic. + +YARA is multi-platform, running on Windows, Linux and Mac OS X, and can be used +through its command-line interface or from your own Python scripts with the +yara-python extension. |