-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.conf
66 lines (66 loc) · 2.02 KB
/
system.conf
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
{
"name": "SentinelOne",
"version": "1.0.0",
"author": "Welltok SecOps",
"testEnable": true,
"panels": [
{
"title": "SentinelOne",
"description": "SentinelOne",
"fields": [
{
"display": "URL",
"field ID": "connect_sentinelone_server",
"type": "shortString",
"mandatory": "true",
"add to column": "true",
"show column": "true",
"tooltip": "URL",
"value": ""
},
{
"display": "SentinelOne API Token",
"field ID": "connect_sentinelone_api_token",
"type": "encrypted",
"mandatory": "true",
"tooltip": "API Token",
"value": ""
}
]
},
{
"focal appliance": true,
"title": "Assign CounterACT Devices",
"description": "<html>Select the connecting CounterACT device that will communicate with the targeted sentinelone instance, including requests by other CounterACT devices. Specific CounterACT devices assigned here cannot be assigned to another server elsewhere.<br><br>If you do not assign specific devices, by default, all devices will be assigned to one server. This server becomes known as the Default Server.<html>"
},
{
"proxy server": true,
"title": "Proxy Server",
"description": "<html>Select a Proxy Server device to manage all communication between CounterACT and SentinelOne.</html>"
},
{
"title": "SentinelOne Options",
"description": "SentinelOne Options",
"fields": [
{
"host discovery": true,
"display": "Discovery Frequency (in minutes)",
"max": 1440,
"add to column": "true",
"show column": "false",
"value": 480
},
{
"rate limiter": true,
"display": "Number of API queries per second",
"unit": 1,
"min": 1,
"max": 100,
"add to column": "true",
"show column": "false",
"value": 20
}
]
}
]
}