Skip to content

Commit

Permalink
add config samples for ET Intelligence, HybridAnalysis and Shodan
Browse files Browse the repository at this point in the history
  • Loading branch information
saadkadhi committed Nov 8, 2017
1 parent e874bde commit dedc705
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion conf/application.sample
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ analyzer {
# DNSDB: an API key is required. This is a commercial service.
DNSDB {
#server="https://api.dnsdb.info"
#key="..."
#key = "..."
}

# DomainTools: a username and an API key are required. This is a
Expand All @@ -75,6 +75,13 @@ analyzer {
#key="..."
}

# EmergingThreats: this analyzer needs a Proofpoint Emerging Threats
# Intelligence API key. This is a commercial service.
# See https://www.proofpoint.com/us/products/et-intelligence
EmergingThreats {
#key = "..."
}

# FireHOLBlocklists: this analyzer needs you to download the FireHOL
# block lists first to a directory. Use 'git' for that purpose. We
# advise you to keep the lists fresh by adding a cron entry to
Expand All @@ -99,6 +106,14 @@ analyzer {
#url="..."
}

# HybridAnalysis: this analyzer needs the API key associated with a
# Hybrid Analysis account. You can open one for free.
# See https://www.hybrid-analysis.com/

HybridAnalysis {
#secret = "..."
#key = "..."
}
# JoeSandbox: this analyzer can be used for Joe Sandbox cloud or for
# the on-premises version, not both. You need to supply the URL of
# the sandbox and the corresponding API key. This is a commercial
Expand Down Expand Up @@ -161,6 +176,14 @@ analyzer {
#key="..."
}

# Shodan: this analyzer requires an API key.
# For best results, use a Membership level account otherwise a free
# one would work with limited results.
# See https://www.shodan.io/
Shodan {
# key = "..."
}

# Virusshare: this analyzer needs a local copy of Virusshare's hash
# lists. The 'path' parameter lets you configure the directory where
# you've downloaded those lists. To download them, please use the
Expand Down

0 comments on commit dedc705

Please sign in to comment.