From 9f4e7737a100b01417ff887fe604aebd2f284ec3 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 10:33:08 +0530 Subject: [PATCH] added attribute DNS name to device object changed MAC address misp attribute to mac-address --- objects/device/definition.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/objects/device/definition.json b/objects/device/definition.json index 9ed3013..729f908 100644 --- a/objects/device/definition.json +++ b/objects/device/definition.json @@ -37,18 +37,18 @@ "Other" ] }, - "OS" : { - "description" : "OS of the device", - "ui-priority" : 98, - "misp-attribute" : "text", - "disable_correlation" : true, - "multiple" : true + "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 + "version": { + "description": "Version of the device/ OS", + "ui-priority": 97, + "misp-attribute": "text", + "disable_correlation": true }, "ip-address": { "description": "Device IP address",