misp-objects/objects/report/definition.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2017-10-24 19:04:41 +02:00
{
"attributes": {
"case-number": {
"categories": [
"Internal reference",
"Other"
],
"description": "Case number",
"misp-attribute": "text",
"ui-priority": 1
},
"link": {
"description": "Link to the report mentioned",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 100
},
"report-file": {
"description": "Attachment(s) that is related to the report",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 99
},
"summary": {
"categories": [
"Other",
"Internal reference"
],
"description": "Free text summary of the report",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 100
2021-04-14 09:20:25 +02:00
},
"type": {
"description": "Type of report",
"misp-attribute": "text",
"sane_default": [
"Report",
"Alert",
"Incident",
"Operation",
"Press Article",
"Press Release",
"Online Article",
"Blog post"
],
"ui-priority": 100
2019-04-13 10:15:05 +02:00
}
2017-10-24 19:04:41 +02:00
},
"description": "Metadata used to generate an executive level report",
"meta-category": "misc",
"name": "report",
"requiredOneOf": [
"summary",
"link"
],
2017-10-24 19:04:41 +02:00
"uuid": "70a68471-df22-4e3f-aa1a-5a3be19f82df",
2021-04-14 09:20:25 +02:00
"version": 4
}