Financial entities may, on a voluntary basis, notify significant cyber threats to the relevant competent authority when they deem the threat to be of relevance to the financial system, service users or clients.
XML-structured notification for voluntary reporting of significant cyber threats to competent authorities as permitted by DORA Article 23.
cyber-threat-notificationfs-cyber-threat-notificationDORA-Art23-P1notification_dateioc_count{
"properties": {
"has_indicators_of_compromise": {
"type": "boolean"
},
"ioc_count": {
"minimum": 0,
"type": "integer"
},
"mitigations_recommended": {
"type": "boolean"
},
"notification_date": {
"format": "date",
"type": "string"
},
"potential_impact_assessed": {
"type": "boolean"
},
"shared_with_community": {
"type": "boolean"
},
"threat_severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"threat_type": {
"enum": [
"ransomware",
"ddos",
"supply_chain",
"phishing",
"insider_threat",
"zero_day",
"other"
],
"type": "string"
}
},
"required": [
"notification_date",
"threat_type",
"threat_severity",
"has_indicators_of_compromise"
],
"type": "object"
}