mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Merge pull request #7996 from Security-Onion-Solutions/weslambert-patch-2
Create Virustotal README
This commit is contained in:
17
salt/sensoroni/files/analyzers/virustotal/README.md
Normal file
17
salt/sensoroni/files/analyzers/virustotal/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user