-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstalledSoftware.json
42 lines (42 loc) · 1.33 KB
/
InstalledSoftware.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
{
"Rules":[
{
"SettingName":"TrendMicroApexOneSecurityAgent",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"Installed",
"MoreInfoUrl":"https://os4techno.com",
"RemediationStrings":[
{
"Language":"en_US",
"Title":"Trend Micro Apex One Security Agent",
"Description": "Trend Micro Apex One Security Agent not installed."
},
{
"Language":"fr_FR",
"Title":"Trend Micro Apex One Security Agent",
"Description": "Trend Micro Apex One Security Agent n'est pas installé"
}
]
},
{
"SettingName":"Darktrace",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"Installed",
"MoreInfoUrl":"https://os4techno.com",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "Darktrace",
"Description": "Darktrace Agent not installed"
},
{
"Language":"fr_FR",
"Title":"Darktrace",
"Description": "Darktrace Agent n'est pas installé"
}
]
}
]
}