Financial entities shall establish procedures and processes to ensure a consistent and integrated monitoring, handling and follow-up of ICT-related incidents, to ensure that root causes are identified, documented and addressed.
CSV register of all ICT-related incidents including detection time, classification, impact, resolution, and follow-up status as required by DORA Article 21.
incident-logDetailed root cause analysis document for ICT-related incidents, using structured methodologies (5 Whys, fishbone diagram, fault tree analysis) to identify underlying causes and recommend corrective actions.
incident-root-cause-analysisfs-incident-log-statusDORA-Art21-P1reporting_period_endincidents_with_root_cause{
"properties": {
"follow_ups_completed": {
"minimum": 0,
"type": "integer"
},
"incidents_resolved": {
"minimum": 0,
"type": "integer"
},
"incidents_with_root_cause": {
"minimum": 0,
"type": "integer"
},
"major_incidents": {
"minimum": 0,
"type": "integer"
},
"mean_time_to_detect_hours": {
"minimum": 0,
"type": "number"
},
"mean_time_to_resolve_hours": {
"minimum": 0,
"type": "number"
},
"reporting_period_end": {
"format": "date",
"type": "string"
},
"total_incidents": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"reporting_period_end",
"total_incidents",
"major_incidents",
"incidents_with_root_cause"
],
"type": "object"
}
fs-incident-root-cause-analysisDORA-Art21-P1analysis_datecorrective_actions_completed{
"properties": {
"analysis_date": {
"format": "date",
"type": "string"
},
"corrective_actions_completed": {
"minimum": 0,
"type": "integer"
},
"corrective_actions_count": {
"minimum": 0,
"type": "integer"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"methodology_used": {
"enum": [
"five_whys",
"fishbone",
"fault_tree",
"combined",
"other"
],
"type": "string"
},
"root_cause_category": {
"enum": [
"technical",
"process",
"human",
"external",
"vendor"
],
"type": "string"
},
"root_cause_identified": {
"type": "boolean"
},
"systemic_risk_identified": {
"type": "boolean"
}
},
"required": [
"incident_id",
"analysis_date",
"methodology_used",
"root_cause_identified",
"corrective_actions_count"
],
"type": "object"
}