Add configuration requirements for various analyzers

This commit is contained in:
Wes Lambert
2022-05-24 12:29:14 +00:00
parent 3e6dfcfaca
commit 92dee14ee8
6 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Pulsedive
## Description
Search Pulsedive for a domain, hash, IP, URI, URL, or User Agent.
## Configuration Requirements
``api_key`` - API key used for communication with the Virustotal API
This value should be set in the pillar, like so:
```
sensoroni:
analyzers:
pulsedive:
api_key: $yourapikey
```