mirror of https://github.com/MISP/misp-objects
added attribute DNS name to device object
changed MAC address misp attribute to mac-addresspull/172/head
parent
3cef676f34
commit
9f4e7737a1
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue