mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 09:28:58 +00:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"name": "VirusTotal_Scan",
|
|
"version": "2.0",
|
|
"description": "VirusTotal scan file or url",
|
|
"dataTypeList": ["file", "url"],
|
|
"baseConfig": "VirusTotal",
|
|
"config": {
|
|
"service": "scan"
|
|
},
|
|
"command": "VirusTotal/virustotal.py"
|
|
}
|