Skip to content

Commit

Permalink
new: [risk-assessment-report] New object template Risk assessment report
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adulau committed Apr 13, 2023
1 parent 059b669 commit e1327d0
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions objects/risk-assessment-report/definition.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit e1327d0

Please sign in to comment.