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"
|
"Other"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"OS" : {
|
"OS": {
|
||||||
"description" : "OS of the device",
|
"description": "OS of the device",
|
||||||
"ui-priority" : 98,
|
"ui-priority": 98,
|
||||||
"misp-attribute" : "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation" : true,
|
"disable_correlation": true,
|
||||||
"multiple" : true
|
"multiple": true
|
||||||
},
|
},
|
||||||
"version" : {
|
"version": {
|
||||||
"description" : "Version of the device/ OS",
|
"description": "Version of the device/ OS",
|
||||||
"ui-priority" : 97,
|
"ui-priority": 97,
|
||||||
"misp-attribute" : "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation" : true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"ip-address": {
|
"ip-address": {
|
||||||
"description": "Device IP address",
|
"description": "Device IP address",
|
||||||
|
|
Loading…
Reference in New Issue