mirror of https://github.com/MISP/misp-objects
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"required": [
|
|
"profile"
|
|
],
|
|
"attributes": {
|
|
"profile": {
|
|
"description": "Firewall Profile type",
|
|
"ui-priority": 0,
|
|
"sane-default":[
|
|
"Domain Profile",
|
|
"Standard Profile",
|
|
"other"
|
|
],
|
|
"misp-attribute": "text"
|
|
},
|
|
"last-write-time": {
|
|
"description": "Date and time when the firewall profile policy was last updated.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"enbled-firewall": {
|
|
"description": "Boolean flag to determine if the firewall is enabled.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "boolean"
|
|
},
|
|
"disable-notification": {
|
|
"description": "Boolean flag to determine if firewall notifications are enabled.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "boolean"
|
|
},
|
|
"comment": {
|
|
"description": "Additional comments.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": ""
|
|
}
|
|
},
|
|
"version": 1,
|
|
"description": "Regripper Object template designed to present firewall configuration information extracted from the system-hive.",
|
|
"meta-category": "misc",
|
|
"uuid": "d9839b3c-c013-4ba7-b5e5-2787198b9e07",
|
|
"name": "regripper-system-hive-firewall-configuration"
|
|
}
|
|
|