mirror of https://github.com/MISP/misp-objects
modified : person object "changed UI priority of the attributes"
modified : report object "added attachment to report"pull/164/head
parent
71419a999a
commit
161f72678a
|
@ -13,17 +13,17 @@
|
||||||
},
|
},
|
||||||
"last-name": {
|
"last-name": {
|
||||||
"description": "Last name of a natural person.",
|
"description": "Last name of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 100,
|
||||||
"misp-attribute": "last-name"
|
"misp-attribute": "last-name"
|
||||||
},
|
},
|
||||||
"middle-name": {
|
"middle-name": {
|
||||||
"description": "Middle name of a natural person.",
|
"description": "Middle name of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 99,
|
||||||
"misp-attribute": "middle-name"
|
"misp-attribute": "middle-name"
|
||||||
},
|
},
|
||||||
"first-name": {
|
"first-name": {
|
||||||
"description": "First name of a natural person.",
|
"description": "First name of a natural person.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 98,
|
||||||
"misp-attribute": "first-name",
|
"misp-attribute": "first-name",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
|
@ -34,13 +34,13 @@
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"description": "Title of the natural person such as Dr. or equivalent.",
|
"description": "Title of the natural person such as Dr. or equivalent.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 101,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"alias": {
|
"alias": {
|
||||||
"description": "Alias name or known as.",
|
"description": "Alias name or known as.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 97,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
@ -182,7 +182,8 @@
|
||||||
"Accused",
|
"Accused",
|
||||||
"Culprit",
|
"Culprit",
|
||||||
"Accomplice",
|
"Accomplice",
|
||||||
"Witness"
|
"Witness",
|
||||||
|
"Target"
|
||||||
],
|
],
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"summary": {
|
"summary": {
|
||||||
"description": "Free text summary of the report",
|
"description": "Free text summary of the report",
|
||||||
"ui-priority": 1,
|
"ui-priority": 100,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other",
|
"Other",
|
||||||
|
@ -21,7 +21,13 @@
|
||||||
"Internal reference",
|
"Internal reference",
|
||||||
"Other"
|
"Other"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"report-file(s)": {
|
||||||
|
"description": "Attachment(s) that is related to the report",
|
||||||
|
"ui-priority": 99,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"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