Create Virustotal README

This commit is contained in:
weslambert
2022-05-23 11:39:44 -04:00
committed by GitHub
parent 88f17f037e
commit a6f1bf3aef

View File

@@ -0,0 +1,17 @@
# Virustotal
## Description
Submit a domain, hash, IP, or URL to Virustotal for analysis.
## 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:
virustotal:
api_key: $yourapikey
```