From 83dda4e3bda4813e1982a93138882035ee113e8b Mon Sep 17 00:00:00 2001 From: Jerome Leonard Date: Sun, 14 May 2017 10:07:55 +0200 Subject: [PATCH] add new analyzers configuration --- docs/installation/analyzers.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/installation/analyzers.md b/docs/installation/analyzers.md index 32a56d0eb..c79fa0afd 100644 --- a/docs/installation/analyzers.md +++ b/docs/installation/analyzers.md @@ -87,6 +87,40 @@ analyzer { key="..." username="..." } + JoeSandbox { + url = "..." + apikey = "..." + } + Nessus { + url ="..." + login="..." + password="..." + policy="..." + ca_bundle="..." + allowed_network="..." + } + GoogleSafebrowsing { + key = "..." + } + Virusshare { + path = "..." + } + Yara { + rules=["..."] + } + CIRCLPassiveDNS { + user= "..." + password= "..." + } + CIRCLPassiveSSL { + user= "..." + password= "..." + } + VMRay { + url = "..." + key="..." + cert="..." + } } } ```