-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebconfig.json
106 lines (106 loc) · 3.01 KB
/
Webconfig.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"0.1": {
"VisionOneAPI": {
"Regions": {
"Australia": "https://api.au.xdr.trendmicro.com",
"EuropeanUnion": "https://api.eu.xdr.trendmicro.com",
"India": "https://api.in.xdr.trendmicro.com",
"Japan": "https://api.xdr.trendmicro.co.jp",
"Singapore": "https://api.sg.xdr.trendmicro.com",
"UnitedStates": "https://api.xdr.trendmicro.com"
},
"APIVersion": {
"beta": {
"SubmitFileToSandbox": "/beta/xdr/sandbox/files/analyze",
"GetAnalysisResults": "/beta/xdr/sandbox/analysisResults",
"GetDailyReserve": "/beta/xdr/sandbox/submissionUsage"
},
"v3.0": {
"SubmitFileToSandbox": "/v3.0/sandbox/files/analyze",
"GetAnalysisResults": "/v3.0/sandbox/analysisResults",
"GetDailyReserve": "/v3.0/sandbox/submissionUsage"
}
}
},
"DefaultConfiguration": {
"ScanIntervalSeconds": 60,
"ScanMaxFileSizeMB": 60,
"AllowedExtensions": [
".exe",
".pdf",
".bat",
".cell",
".chm",
".class",
".cla",
".cmd",
".csv",
".com",
".dll",
".ocx",
".drv",
".dmg",
".doc",
".dot",
".docx",
".dotx",
".docm",
".dotm",
".cpl",
".crt",
".exe",
".scr",
".sys",
".hta",
".htm",
".html",
".iqy",
".jar",
".js",
".jse",
".lnk",
".o",
".mht",
".mhtml",
".odp",
".odt",
".pdf",
".mov",
".pkg",
".ppt",
".pps",
".pptx",
".ppsx",
".potm",
".ppam",
".ppsm",
".pptm",
".ps1",
".pub",
".rtf",
".slk",
".svg",
".swf",
".url",
".vbe",
".vbs",
".wsf",
".xht",
".xhtml",
".xls",
".xla",
".xlt",
".xlm",
".xlsx",
".xlsb",
".xltx",
".xlsm",
".xlam",
".xltm",
".xml"
],
"ScanResultWaitIterations": 120,
"ScanResultWaitSleepTimerSeconds": 10
}
}
}