Skip to content

Commit

Permalink
add new analyzers configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 14, 2017
1 parent 0177206 commit 83dda4e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/installation/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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="..."
}
}
}
```

0 comments on commit 83dda4e

Please sign in to comment.