Financial entities shall identify on a continuous basis all sources of ICT risk, in particular the risk exposure to and from other financial entities, and shall assess cyber threats and ICT vulnerabilities relevant to their ICT supported business functions, information assets and ICT assets.
Periodic risk assessment report identifying ICT risk sources, threat landscape, vulnerability analysis, and risk exposure levels as required by DORA Article 8.
ict-risk-assessmentXML-structured mapping of dependencies between ICT systems, business functions, and third-party services, identifying critical paths and single points of failure.
ict-dependency-mappingfs-ict-risk-assessmentDORA-Art8-P1assessment_datenext_assessment_date{
"properties": {
"assessment_date": {
"format": "date",
"type": "string"
},
"high_risks_count": {
"minimum": 0,
"type": "integer"
},
"includes_third_party_risks": {
"type": "boolean"
},
"low_risks_count": {
"minimum": 0,
"type": "integer"
},
"medium_risks_count": {
"minimum": 0,
"type": "integer"
},
"methodology": {
"minLength": 1,
"type": "string"
},
"next_assessment_date": {
"format": "date",
"type": "string"
},
"scope_complete": {
"type": "boolean"
},
"total_risks_identified": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"assessment_date",
"scope_complete",
"methodology",
"total_risks_identified",
"high_risks_count"
],
"type": "object"
}
fs-ict-dependency-mappingDORA-Art8-P1mapping_datesystems_mapped{
"properties": {
"dependencies_documented": {
"minimum": 0,
"type": "integer"
},
"has_critical_path_analysis": {
"type": "boolean"
},
"mapping_date": {
"format": "date",
"type": "string"
},
"single_points_of_failure_identified": {
"minimum": 0,
"type": "integer"
},
"systems_mapped": {
"minimum": 0,
"type": "integer"
},
"third_party_dependencies_mapped": {
"type": "boolean"
}
},
"required": [
"mapping_date",
"systems_mapped",
"has_critical_path_analysis",
"single_points_of_failure_identified"
],
"type": "object"
}