-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
58 lines (58 loc) · 1.57 KB
/
definition.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
{
"attributes": {
"comment": {
"description": "Additional comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"disable-notification": {
"description": "Boolean flag to determine if firewall notifications are enabled.",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"True",
"False"
],
"ui-priority": 0
},
"enbled-firewall": {
"description": "Boolean flag to determine if the firewall is enabled.",
"disable_correlation": true,
"misp-attribute": "boolean",
"sane_default": [
"True",
"False"
],
"ui-priority": 0
},
"last-write-time": {
"description": "Date and time when the firewall profile policy was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"profile": {
"description": "Firewall Profile type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Domain Profile",
"Standard Profile",
"Network Profile",
"Public Profile",
"Private Profile",
"other"
],
"ui-priority": 0
}
},
"description": "Regripper Object template designed to present firewall configuration information extracted from the system-hive.",
"meta-category": "misc",
"name": "regripper-system-hive-firewall-configuration",
"required": [
"profile"
],
"uuid": "d9839b3c-c013-4ba7-b5e5-2787198b9e07",
"version": 2
}