new: [risk-assessment-report] New object template Risk assessment report

To be used to share risk assessment report from risk assessment platform
such as [MONARC](https://github.com/monarc-project/).

This extension is done in the scope of the [NISDUC project](https://www.nisduc.eu/).

TODO: Maybe add a field for machine-readable version of the report
pull/391/head
Alexandre Dulaunoy 2023-04-13 10:41:39 +02:00
parent 059b669d9a
commit e1327d02bb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,55 @@
{
"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 in human readable format (PDF)",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 99
},
"summary": {
"categories": [
"Other",
"Internal reference"
],
"description": "Free text summary of the risk assessment report",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 100
},
"type": {
"description": "Source of the risk assessment report",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"MONARC",
"Serima"
],
"ui-priority": 100
}
},
"description": "Risk assessment report object which includes the assessment report from a risk assessment platform such as MONARC",
"meta-category": "misc",
"name": "risk-assessment-report",
"requiredOneOf": [
"summary",
"link",
"report-file"
],
"uuid": "72989321-6866-40c6-a9b5-4c5869ec2a76",
"version": 1
}