Financial entities may exchange amongst themselves cyber threat information and intelligence, including indicators of compromise, tactics, techniques and procedures, cyber security alerts and configuration tools, to the extent that such information and intelligence sharing takes place within trusted communities of financial entities, is aimed at enhancing the digital operational resilience of financial entities, takes place in compliance with applicable data protection rules, and is carried out in accordance with relevant competition law.
Policy document defining the institution's approach to sharing cyber threat information and intelligence with trusted communities, including scope, governance, data protection safeguards, and competition law compliance as required by DORA Article 45.
info-sharing-policyFormal agreement documenting participation in a trusted community for cyber threat information sharing, including terms of participation, confidentiality obligations, and data handling requirements.
info-sharing-agreementJSON-structured procedures for anonymising and sanitising threat intelligence before sharing with external communities, ensuring compliance with data protection regulations.
anonymisation-proceduresfs-info-sharing-arrangementsDORA-Art45-P1assessment_datetrusted_communities_count{
"properties": {
"assessment_date": {
"format": "date",
"type": "string"
},
"competition_law_reviewed": {
"type": "boolean"
},
"data_protection_compliant": {
"type": "boolean"
},
"has_sharing_policy": {
"type": "boolean"
},
"has_trusted_communities": {
"type": "boolean"
},
"last_sharing_activity_date": {
"format": "date",
"type": "string"
},
"sharing_active": {
"type": "boolean"
},
"trusted_communities_count": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"assessment_date",
"has_sharing_policy",
"has_trusted_communities",
"data_protection_compliant"
],
"type": "object"
}
fs-info-sharing-participationDORA-Art45-P1participation_datelast_contribution_date{
"properties": {
"active_participant": {
"type": "boolean"
},
"agreement_signed": {
"type": "boolean"
},
"community_name": {
"minLength": 1,
"type": "string"
},
"confidentiality_obligations_met": {
"type": "boolean"
},
"indicators_received_count": {
"minimum": 0,
"type": "integer"
},
"indicators_shared_count": {
"minimum": 0,
"type": "integer"
},
"last_contribution_date": {
"format": "date",
"type": "string"
},
"participation_date": {
"format": "date",
"type": "string"
}
},
"required": [
"community_name",
"participation_date",
"agreement_signed",
"active_participant"
],
"type": "object"
}
fs-anonymisation-proceduresDORA-Art45-P1effective_datelast_procedure_test_date{
"properties": {
"automated_anonymisation": {
"type": "boolean"
},
"dpo_approved": {
"type": "boolean"
},
"effective_date": {
"format": "date",
"type": "string"
},
"has_attribution_removal": {
"type": "boolean"
},
"has_pii_removal": {
"type": "boolean"
},
"has_validation_checklist": {
"type": "boolean"
},
"last_procedure_test_date": {
"format": "date",
"type": "string"
},
"procedure_version": {
"minLength": 1,
"type": "string"
}
},
"required": [
"procedure_version",
"effective_date",
"has_pii_removal",
"has_attribution_removal",
"has_validation_checklist"
],
"type": "object"
}