diff --git a/docs/installation/analyzers.md b/docs/installation/analyzers.md index c79fa0afd..be85bbf88 100644 --- a/docs/installation/analyzers.md +++ b/docs/installation/analyzers.md @@ -60,33 +60,28 @@ analyzer { https="http://PROXY_ADDRESS:PORT" } } - DNSDB { - server="https://api.dnsdb.info" - key="..." + CIRCLPassiveDNS { + user= "..." + password= "..." + } + CIRCLPassiveSSL { + user= "..." + password= "..." } DomainTools { username="..." key="..." } - VirusTotal { + DNSDB { + server="https://api.dnsdb.info" key="..." } + GoogleSafebrowsing { + key = "..." + } Hippocampe { url="..." } - OTXQuery { - key="..." - } - PhishTank { - key="..." - } - PhishingInitiative { - key="..." - } - PassiveTotal { - key="..." - username="..." - } JoeSandbox { url = "..." apikey = "..." @@ -99,27 +94,27 @@ analyzer { ca_bundle="..." allowed_network="..." } - GoogleSafebrowsing { - key = "..." - } - Virusshare { - path = "..." - } - Yara { - rules=["..."] - } - CIRCLPassiveDNS { - user= "..." - password= "..." + OTXQuery { + key="..." } - CIRCLPassiveSSL { - user= "..." - password= "..." + PassiveTotal { + key="..." + username="..." } - VMRay { - url = "..." + PhishingInitiative { + key="..." + } + PhishTank { key="..." - cert="..." + } + Virusshare { + path = "..." + } + VirusTotal { + key="..." + } + Yara { + rules=["..."] } } }