项目作者: sathishshan

项目描述 :
S_yara-ruleset is based on Web Malwares (Open Source)
高级语言:
项目地址: git://github.com/sathishshan/S_Yara-ruleset.git
创建时间: 2019-08-18T04:04:57Z
项目社区:https://github.com/sathishshan/S_Yara-ruleset

开源协议:GNU General Public License v3.0

下载


S_Yara-ruleset ~ Significance_Yara-ruleset

S_yara-ruleset is based on Web Malwares, rules are written in more efficient manner by using generic and specific malware types.

Minimal Yara Usage:

  1. yara [OPTIONS] RULES_FILE TARGET
  2. -r --recursive
  3. Recursively search for directories.
  4. -s --print-strings
  5. Print matching strings.
  6. -f --fast-scan
  7. Fast matching mode.
  8. -w --no-warnings
  9. Disable warnings.
  10. -v --version
  11. Show version information.
  12. -h --help
  13. Show help.
  • RULES_FILE can be passed directly in source code form, or can be previously compiled with the yarac tool. You may prefer to use your rules in compiled form if you are going to invoke YARA multiple times with the same rules. This way you’ll save time, because for YARA it is faster to load compiled rules than compiling the same rules over and over again.

Minimal Yarac Usage:

  1. yarac - compile rules to yara
  2. yarac [OPTION]... [RULE_FILE]... OUTPUT_FILE
  3. -w disable warnings.
  4. -v show version information.

Yara Full Docmentation.
Writing Yara rules