mirror of https://github.com/MISP/misp-objects
commit
3a82eb6b1a
|
@ -37,16 +37,35 @@
|
||||||
"Other"
|
"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": {
|
"ip-address": {
|
||||||
"description": "Device IP address",
|
"description": "Device IP address",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "ip-src",
|
"misp-attribute": "ip-src",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
"dns-name": {
|
||||||
|
"description": "Device DNS Name",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
"MAC-address": {
|
"MAC-address": {
|
||||||
"description": "Device MAC address",
|
"description": "Device MAC address",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "mac-address"
|
||||||
},
|
},
|
||||||
"analysis-date": {
|
"analysis-date": {
|
||||||
"description": "Date of device analysis",
|
"description": "Date of device analysis",
|
||||||
|
@ -60,7 +79,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5,
|
"version": 6,
|
||||||
"description": "An object to define a device",
|
"description": "An object to define a device",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
|
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
|
||||||
|
|
Loading…
Reference in New Issue