From 3cef676f34088bc61089f98d349a5299f727d14f Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 10:29:09 +0530 Subject: [PATCH] added OS, version, dns-name attribute to device changed misp-attribute of mac-address from text to mac-address --- objects/device/definition.json | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/objects/device/definition.json b/objects/device/definition.json index 4826bdd..9ed3013 100644 --- a/objects/device/definition.json +++ b/objects/device/definition.json @@ -37,10 +37,35 @@ "Other" ] }, + "OS" : { + "description" : "OS of the device", + "ui-priority" : 98, + "misp-attribute" : "text", + "disable_correlation" : true, + "multiple" : true + }, + "version" : { + "description" : "Version of the device/ OS", + "ui-priority" : 97, + "misp-attribute" : "text", + "disable_correlation" : true + }, "ip-address": { "description": "Device IP address", "ui-priority": 0, - "misp-attribute": "ip-src" + "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" }, "analysis-date": { "description": "Date of device analysis", @@ -54,7 +79,7 @@ "multiple": true } }, - "version": 3, + "version": 6, "description": "An object to define a device", "meta-category": "misc", "uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",