Merge pull request #7996 from Security-Onion-Solutions/weslambert-patch-2

Create Virustotal README
This commit is contained in:
weslambert
2022-05-23 11:43:43 -04:00
committed by GitHub

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
```