forked from Lifka/thor-av-multiscanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker_configuration.json
50 lines (50 loc) · 1.16 KB
/
docker_configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"name":"AVG AntiVirus",
"scan_command": "--rm -v \"{File_path}:/malware/{File_name}\" {Image} {File_name} --timeout 150",
"update_command": "{Image} update",
"image": "malice/avg"
},
{
"name":"Avira",
"image": "malice/avira",
"license": "\"`pwd`/../licenses/avira/hbedv.key:/opt/avira/hbedv.key\""
},
{
"name":"ClamAV",
"image": "malice/clamav"
},
{
"name":"Comodo Internet Security",
"image": "malice/comodo"
},
{
"name":"eScan Antivirus",
"image": "malice/escan"
},
{
"name":"Dr. Web",
"scan_command": "--rm -v \"{File_path}:/malware/{File_name}\" {Image} {File_name} --timeout 150",
"image": "malice/drweb"
},
{
"name":"F-PROT Antivirus",
"image": "malice/fprot"
},
{
"name":"McAfee",
"image": "malice/mcafee"
},
{
"name":"Sophos",
"image": "malice/sophos"
},
{
"name":"Windows Defender",
"image": "malice/windows-defender"
},
{
"name":"ZONER AntiVirus",
"image": "malice/zoner"
}
]