mirror of https://github.com/MISP/misp-objects
fixed typos and ran jq_all_things
parent
23ab735119
commit
df91c999e6
|
@ -62,12 +62,12 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"attachment" : {
|
"attachment": {
|
||||||
"description" : "An attachment to support the annotation",
|
"description": "An attachment to support the annotation",
|
||||||
"ui-priority" : 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple" : true
|
"multiple": true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",
|
"description": "An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.",
|
||||||
|
|
|
@ -7,18 +7,18 @@
|
||||||
"description": "Description of the Device",
|
"description": "Description of the Device",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation" : true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"name" : {
|
"name": {
|
||||||
"description" : "Name of the Device",
|
"description": "Name of the Device",
|
||||||
"ui-priority" : 101,
|
"ui-priority": 101,
|
||||||
"misp-attribute" : "text",
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"alias" : {
|
"alias": {
|
||||||
"description" : "Alias of the Device",
|
"description": "Alias of the Device",
|
||||||
"ui-priority" : 100,
|
"ui-priority": 100,
|
||||||
"misp-attribute" : "text",
|
"misp-attribute": "text",
|
||||||
"multiple" : true
|
"multiple": true
|
||||||
},
|
},
|
||||||
"device-type": {
|
"device-type": {
|
||||||
"description": "Type of the device",
|
"description": "Type of the device",
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"attachment" : {
|
"attachment": {
|
||||||
"description" : "An attachment",
|
"description": "An attachment",
|
||||||
"ui-priority" : 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple" : true
|
"multiple": true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"description": "An object to define a device",
|
"description": "An object to define a device",
|
||||||
|
|
|
@ -14,20 +14,18 @@
|
||||||
"description": "Alias of the organization",
|
"description": "Alias of the organization",
|
||||||
"ui-priority": 99,
|
"ui-priority": 99,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple" : true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
"type-of-organizarion": {
|
||||||
"type-of-organizarion" : {
|
"description": "Type of the organization",
|
||||||
"description" : "Type of the organization",
|
"ui-priority": 97,
|
||||||
"ui-priority" : 97,
|
"misp-attribute": "text"
|
||||||
"misp-attribute" : "text"
|
|
||||||
},
|
},
|
||||||
"date-of-inception": {
|
"date-of-inception": {
|
||||||
"description": "Date of inception of the organization",
|
"description": "Date of inception of the organization",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "date-of-birth"
|
"misp-attribute": "date-of-birth"
|
||||||
},
|
},
|
||||||
|
|
||||||
"phone-number": {
|
"phone-number": {
|
||||||
"description": "Phone number of the organization.",
|
"description": "Phone number of the organization.",
|
||||||
"ui-priority": 10,
|
"ui-priority": 10,
|
||||||
|
@ -46,14 +44,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"e-mail": {
|
"e-mail": {
|
||||||
"description": "Email address of the organization.",
|
"description": "Email address of the organization.",
|
||||||
"ui-priority": 10,
|
"ui-priority": 10,
|
||||||
"misp-attribute": "email-src",
|
"misp-attribute": "email-src",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"role": {
|
"role": {
|
||||||
"description": "The role of the organization.",
|
"description": "The role of the organization.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"ui-priority": 99,
|
"ui-priority": 99,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "Metadata used to generate an executive level report",
|
"description": "Metadata used to generate an executive level report",
|
||||||
|
|
Loading…
Reference in New Issue