Skip to content

Commit

Permalink
reordered
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 14, 2017
1 parent 83dda4e commit 6e418a5
Showing 1 changed file with 30 additions and 35 deletions.
65 changes: 30 additions & 35 deletions docs/installation/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "..."
Expand All @@ -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=["..."]
}
}
}
Expand Down

0 comments on commit 6e418a5

Please sign in to comment.