2019-04-13 10:02:56 +02:00
|
|
|
{
|
|
|
|
"requiredOneOf": [
|
2019-04-13 10:19:16 +02:00
|
|
|
"name",
|
|
|
|
"alias"
|
2019-04-13 10:02:56 +02:00
|
|
|
],
|
|
|
|
"attributes": {
|
|
|
|
"description": {
|
|
|
|
"description": "Description of the Device",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "text",
|
2019-04-13 10:15:05 +02:00
|
|
|
"disable_correlation": true
|
2019-04-13 10:02:56 +02:00
|
|
|
},
|
2019-04-13 10:15:05 +02:00
|
|
|
"name": {
|
|
|
|
"description": "Name of the Device",
|
|
|
|
"ui-priority": 101,
|
|
|
|
"misp-attribute": "text"
|
2019-04-13 10:02:56 +02:00
|
|
|
},
|
2019-04-13 10:15:05 +02:00
|
|
|
"alias": {
|
|
|
|
"description": "Alias of the Device",
|
|
|
|
"ui-priority": 100,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true
|
2019-04-13 10:02:56 +02:00
|
|
|
},
|
|
|
|
"device-type": {
|
|
|
|
"description": "Type of the device",
|
|
|
|
"ui-priority": 99,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true,
|
2019-04-16 05:01:43 +02:00
|
|
|
"sane_default": [
|
2019-04-13 10:02:56 +02:00
|
|
|
"PC",
|
|
|
|
"Mobile",
|
|
|
|
"Laptop",
|
|
|
|
"HID",
|
|
|
|
"TV",
|
|
|
|
"IoT",
|
|
|
|
"Hardware",
|
|
|
|
"Other"
|
|
|
|
]
|
|
|
|
},
|
2019-04-15 07:03:08 +02:00
|
|
|
"OS": {
|
|
|
|
"description": "OS of the device",
|
|
|
|
"ui-priority": 98,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"multiple": true
|
2019-04-15 06:59:09 +02:00
|
|
|
},
|
2019-04-15 07:03:08 +02:00
|
|
|
"version": {
|
|
|
|
"description": "Version of the device/ OS",
|
|
|
|
"ui-priority": 97,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"disable_correlation": true
|
2019-04-15 06:59:09 +02:00
|
|
|
},
|
2019-04-13 10:02:56 +02:00
|
|
|
"ip-address": {
|
|
|
|
"description": "Device IP address",
|
|
|
|
"ui-priority": 0,
|
2019-04-15 06:59:09 +02:00
|
|
|
"misp-attribute": "ip-src",
|
|
|
|
"multiple": true
|
|
|
|
},
|
|
|
|
"dns-name": {
|
|
|
|
"description": "Device DNS Name",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true
|
|
|
|
},
|
|
|
|
"MAC-address": {
|
|
|
|
"description": "Device MAC address",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "mac-address"
|
2019-04-13 10:02:56 +02:00
|
|
|
},
|
|
|
|
"analysis-date": {
|
|
|
|
"description": "Date of device analysis",
|
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
2019-04-13 10:15:05 +02:00
|
|
|
"attachment": {
|
|
|
|
"description": "An attachment",
|
|
|
|
"ui-priority": 0,
|
2019-04-13 10:02:56 +02:00
|
|
|
"misp-attribute": "attachment",
|
2019-04-13 10:15:05 +02:00
|
|
|
"multiple": true
|
|
|
|
}
|
2019-04-13 10:02:56 +02:00
|
|
|
},
|
2019-04-21 15:57:07 +02:00
|
|
|
"version": 7,
|
2019-04-13 10:02:56 +02:00
|
|
|
"description": "An object to define a device",
|
2019-04-13 10:32:26 +02:00
|
|
|
"meta-category": "misc",
|
2019-04-13 10:02:56 +02:00
|
|
|
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
|
2019-04-21 15:57:07 +02:00
|
|
|
"name": "device"
|
2019-04-13 10:02:56 +02:00
|
|
|
}
|