bmad-plus 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/LICENSE +21 -21
  3. package/README.md +106 -86
  4. package/osint-agent-package/README.md +88 -88
  5. package/osint-agent-package/SETUP_KEYS.md +108 -108
  6. package/osint-agent-package/agents/osint-investigator.md +80 -80
  7. package/osint-agent-package/install.ps1 +87 -87
  8. package/osint-agent-package/install.sh +76 -76
  9. package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -266
  13. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
  14. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
  15. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
  16. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
  17. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
  18. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
  19. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
  20. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
  21. package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
  22. package/package.json +30 -3
  23. package/readme-international/README.de.md +8 -3
  24. package/readme-international/README.es.md +8 -3
  25. package/readme-international/README.fr.md +8 -3
  26. package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
  27. package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
  28. package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
  29. package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
  30. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
  31. package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
  32. package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
  33. package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
  34. package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
  35. package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
  36. package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
  37. package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
  38. package/src/bmad-plus/data/role-triggers.yaml +209 -209
  39. package/src/bmad-plus/module-help.csv +10 -10
  40. package/src/bmad-plus/packs/pack-memory/README.md +106 -106
  41. package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
  42. package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
  43. package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
  44. package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
  45. package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
  46. package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
  47. package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
  48. package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
  49. package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
  50. package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
  51. package/src/bmad-plus/packs/pack-seo/bmad-skill-manifest.yaml +13 -13
  52. package/src/bmad-plus/packs/pack-shield/README.md +110 -110
  53. package/src/bmad-plus/packs/pack-shield/SKILL.md +82 -82
  54. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +251 -251
  55. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +168 -168
  56. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +190 -190
  57. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +86 -86
  58. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +240 -240
  59. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +122 -122
  60. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +210 -210
  61. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +139 -139
  62. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +156 -156
  63. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +72 -72
  64. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +239 -239
  65. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +207 -207
  66. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
  67. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
  68. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
  69. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
  70. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
  71. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +116 -116
  72. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +261 -261
  73. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +191 -191
  74. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +356 -356
  75. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +499 -499
  76. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +236 -236
  77. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +162 -162
  78. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +228 -228
  79. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +255 -255
  80. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +153 -153
  81. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
  82. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
  83. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
  84. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
  85. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
  86. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
  87. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
  88. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
  89. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
  90. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
  91. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
  92. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
  93. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
  94. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
  95. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
  96. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
  97. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
  98. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
  99. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
  100. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
  101. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
  102. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
  103. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
  104. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
  105. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
  106. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
  107. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
  108. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
  109. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
  110. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
  111. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
  112. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
  113. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
  114. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
  115. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
  116. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
  117. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
  118. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
  119. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
  120. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
  121. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
  122. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
  123. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
  124. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
  125. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
  126. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
  127. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
  128. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
  129. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
  130. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
  131. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
  132. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
  133. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
  134. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
  135. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
  136. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
  137. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
  138. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
  139. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
  140. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
  141. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
  142. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
  143. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
  144. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
  145. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
  146. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
  147. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
  148. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
  149. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
  150. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
  151. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
  152. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
  153. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
  154. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
  155. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
  156. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
  157. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
  158. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
  159. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
  160. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
  161. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
  162. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
  163. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
  164. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
  165. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
  166. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
  167. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
  168. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
  169. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
  170. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
  171. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
  172. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
  173. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
  174. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
  175. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
  176. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
  177. package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
  178. package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
  179. package/tools/cli/bmad-plus-cli.js +5 -3
  180. package/tools/cli/commands/autoconfig.js +23 -59
  181. package/tools/cli/commands/doctor.js +14 -0
  182. package/tools/cli/commands/install.js +29 -128
  183. package/tools/cli/commands/memory.js +1 -0
  184. package/tools/cli/commands/scan.js +44 -42
  185. package/tools/cli/commands/uninstall.js +10 -5
  186. package/tools/cli/commands/update.js +21 -3
  187. package/tools/cli/lib/ide-config.js +259 -0
  188. package/tools/cli/lib/memory-init.js +0 -1
  189. package/tools/cli/lib/pack-copy.js +84 -84
  190. package/tools/cli/lib/packs.js +16 -8
  191. package/tools/cli/lib/stack-detect.js +102 -0
  192. package/tools/cli/lib/validate.js +50 -0
@@ -1,132 +1,132 @@
1
- # ISO 27001:2022 Annex A — All 93 Controls
2
-
3
- ## Table of Contents
4
- - [A.5 Organisational Controls (37 controls)](#a5-organisational-controls)
5
- - [A.6 People Controls (8 controls)](#a6-people-controls)
6
- - [A.7 Physical Controls (14 controls)](#a7-physical-controls)
7
- - [A.8 Technological Controls (34 controls)](#a8-technological-controls)
8
-
9
- ---
10
-
11
- ## A.5 Organisational Controls
12
-
13
- | ID | Control Name | Description |
14
- |----|-------------|-------------|
15
- | A.5.1 | Policies for information security | Define, approve, publish, and review IS policies |
16
- | A.5.2 | Information security roles and responsibilities | Assign and communicate IS roles |
17
- | A.5.3 | Segregation of duties | Separate conflicting duties to reduce fraud/error risk |
18
- | A.5.4 | Management responsibilities | Require managers to enforce IS policies |
19
- | A.5.5 | Contact with authorities | Maintain contacts with relevant authorities (law enforcement, regulators) |
20
- | A.5.6 | Contact with special interest groups | Maintain contacts with security forums, professional bodies |
21
- | A.5.7 | Threat intelligence ⭐NEW | Collect, analyse, and act on information about IS threats |
22
- | A.5.8 | Information security in project management | Address IS in project management |
23
- | A.5.9 | Inventory of information and other associated assets | Identify assets and assign ownership |
24
- | A.5.10 | Acceptable use of information and other associated assets | Define rules for acceptable use of assets |
25
- | A.5.11 | Return of assets | Ensure assets are returned upon change/termination |
26
- | A.5.12 | Classification of information | Classify information per legal, value, and sensitivity needs |
27
- | A.5.13 | Labelling of information | Apply labels per classification scheme |
28
- | A.5.14 | Information transfer | Define rules and controls for transferring information |
29
- | A.5.15 | Access control | Define and implement access control rules based on business/security needs |
30
- | A.5.16 | Identity management | Manage full lifecycle of identities |
31
- | A.5.17 | Authentication information | Control allocation and use of authentication info (passwords etc.) |
32
- | A.5.18 | Access rights | Provision, review, modify, and remove access rights |
33
- | A.5.19 | Information security in supplier relationships | Define IS requirements for supplier relationships |
34
- | A.5.20 | Addressing information security within supplier agreements | Include IS in supplier contracts |
35
- | A.5.21 | Managing information security in the ICT supply chain | Monitor and manage IS risks in the ICT supply chain |
36
- | A.5.22 | Monitoring, review and change management of supplier services | Regularly review and audit supplier service delivery |
37
- | A.5.23 | Information security for use of cloud services ⭐NEW | Manage IS for acquisition, use, and exit of cloud services |
38
- | A.5.24 | Information security incident management planning and preparation | Plan and prepare for IS incident management |
39
- | A.5.25 | Assessment and decision on information security events | Assess events and classify as incidents if applicable |
40
- | A.5.26 | Response to information security incidents | Respond to incidents per documented procedures |
41
- | A.5.27 | Learning from information security incidents | Use knowledge from incidents to improve controls |
42
- | A.5.28 | Collection of evidence | Define procedures for identifying, collecting, and preserving evidence |
43
- | A.5.29 | Information security during disruption ⭐NEW | Plan for maintaining IS during disruption |
44
- | A.5.30 | ICT readiness for business continuity ⭐NEW | Plan, implement, monitor ICT continuity |
45
- | A.5.31 | Legal, statutory, regulatory and contractual requirements | Identify and document legal/regulatory requirements |
46
- | A.5.32 | Intellectual property rights | Protect intellectual property per legal requirements |
47
- | A.5.33 | Protection of records | Protect records from loss, destruction, and falsification |
48
- | A.5.34 | Privacy and protection of PII | Protect privacy and PII per applicable legislation |
49
- | A.5.35 | Independent review of information security | Review IS implementation and controls independently |
50
- | A.5.36 | Compliance with policies, rules and standards | Ensure compliance with IS policies and standards |
51
- | A.5.37 | Documented operating procedures | Document and maintain operating procedures for IS |
52
-
53
- ---
54
-
55
- ## A.6 People Controls
56
-
57
- | ID | Control Name | Description |
58
- |----|-------------|-------------|
59
- | A.6.1 | Screening | Background verification checks on all candidates |
60
- | A.6.2 | Terms and conditions of employment | Contractual IS responsibilities for employees and contractors |
61
- | A.6.3 | Information security awareness, education and training | IS awareness and training for all personnel |
62
- | A.6.4 | Disciplinary process | Formal process for IS policy violations |
63
- | A.6.5 | Responsibilities after termination or change of employment | Define post-employment IS responsibilities |
64
- | A.6.6 | Confidentiality or non-disclosure agreements | Require NDAs for personnel and contractors |
65
- | A.6.7 | Remote working | Define IS policies for remote working |
66
- | A.6.8 | Information security event reporting | Require personnel to report IS events |
67
-
68
- ---
69
-
70
- ## A.7 Physical Controls
71
-
72
- | ID | Control Name | Description |
73
- |----|-------------|-------------|
74
- | A.7.1 | Physical security perimeters | Define and use security perimeters to protect sensitive areas |
75
- | A.7.2 | Physical entry | Control physical access with authentication mechanisms |
76
- | A.7.3 | Securing offices, rooms and facilities | Design and apply physical security for offices |
77
- | A.7.4 | Physical security monitoring ⭐NEW | Continuously monitor premises for unauthorised access |
78
- | A.7.5 | Protecting against physical and environmental threats | Protect against physical/environmental threats (fire, flood, etc.) |
79
- | A.7.6 | Working in secure areas | Define procedures for working in secure areas |
80
- | A.7.7 | Clear desk and clear screen | Require clear desk and clear screen policies |
81
- | A.7.8 | Equipment siting and protection | Protect equipment from threats and environmental hazards |
82
- | A.7.9 | Security of assets off-premises | Protect assets used off-site |
83
- | A.7.10 | Storage media | Manage storage media through acquisition, use, transport, and disposal |
84
- | A.7.11 | Supporting utilities | Protect equipment from power/utility failures |
85
- | A.7.12 | Cabling security | Protect cables from interception/damage |
86
- | A.7.13 | Equipment maintenance | Maintain equipment to ensure availability and integrity |
87
- | A.7.14 | Secure disposal or re-use of equipment | Securely dispose of or sanitise equipment before re-use |
88
-
89
- ---
90
-
91
- ## A.8 Technological Controls
92
-
93
- | ID | Control Name | Description |
94
- |----|-------------|-------------|
95
- | A.8.1 | User end point devices | Protect end-point devices with policies and controls |
96
- | A.8.2 | Privileged access rights | Restrict, manage, and monitor privileged access |
97
- | A.8.3 | Information access restriction | Restrict access to information per access control policy |
98
- | A.8.4 | Access to source code | Restrict access to source code, dev tools, and software libraries |
99
- | A.8.5 | Secure authentication | Implement secure authentication technologies and procedures |
100
- | A.8.6 | Capacity management | Monitor and manage resource capacity (storage, compute, network) |
101
- | A.8.7 | Protection against malware | Implement malware detection and prevention controls |
102
- | A.8.8 | Management of technical vulnerabilities | Identify, evaluate, and remediate technical vulnerabilities |
103
- | A.8.9 | Configuration management ⭐NEW | Define, document, implement, and monitor configurations |
104
- | A.8.10 | Information deletion ⭐NEW | Delete information when no longer required |
105
- | A.8.11 | Data masking ⭐NEW | Mask data in line with access control and business/legal needs |
106
- | A.8.12 | Data leakage prevention ⭐NEW | Apply DLP controls to systems, networks, and devices |
107
- | A.8.13 | Information backup | Maintain and test backup copies of information |
108
- | A.8.14 | Redundancy of information processing facilities | Implement redundancy to meet availability requirements |
109
- | A.8.15 | Logging | Produce, store, protect, and analyse event logs |
110
- | A.8.16 | Monitoring activities ⭐NEW | Monitor networks, systems, and applications for anomalies |
111
- | A.8.17 | Clock synchronisation | Synchronise clocks across systems to a single reference |
112
- | A.8.18 | Use of privileged utility programs | Restrict and control use of utility programs with admin capabilities |
113
- | A.8.19 | Installation of software on operational systems | Control software installations on operational systems |
114
- | A.8.20 | Networks security | Secure, manage, and control networks and devices |
115
- | A.8.21 | Security of network services | Define security requirements for all network services |
116
- | A.8.22 | Segregation of networks | Segregate groups of services, users, and systems |
117
- | A.8.23 | Web filtering ⭐NEW | Manage access to external websites to reduce exposure |
118
- | A.8.24 | Use of cryptography | Define rules for use of cryptography (algorithms, key management) |
119
- | A.8.25 | Secure development life cycle | Establish rules for secure software/system development |
120
- | A.8.26 | Application security requirements | Identify and approve IS requirements for application development |
121
- | A.8.27 | Secure system architecture and engineering principles | Define and apply security engineering principles |
122
- | A.8.28 | Secure coding ⭐NEW | Apply secure coding principles to software development |
123
- | A.8.29 | Security testing in development and acceptance | Define and perform security testing in development pipelines |
124
- | A.8.30 | Outsourced development | Supervise and monitor outsourced software development |
125
- | A.8.31 | Separation of development, test and production environments | Separate dev, test, and prod environments |
126
- | A.8.32 | Change management | Manage changes to IS, systems, and processes |
127
- | A.8.33 | Test information | Select, protect, and manage test data appropriately |
128
- | A.8.34 | Protection of information systems during audit testing | Plan and control audit activities to minimise operational disruption |
129
-
130
- ---
131
-
132
- ⭐NEW = New control introduced in ISO 27001:2022 (not present in 2013 version)
1
+ # ISO 27001:2022 Annex A — All 93 Controls
2
+
3
+ ## Table of Contents
4
+ - [A.5 Organisational Controls (37 controls)](#a5-organisational-controls)
5
+ - [A.6 People Controls (8 controls)](#a6-people-controls)
6
+ - [A.7 Physical Controls (14 controls)](#a7-physical-controls)
7
+ - [A.8 Technological Controls (34 controls)](#a8-technological-controls)
8
+
9
+ ---
10
+
11
+ ## A.5 Organisational Controls
12
+
13
+ | ID | Control Name | Description |
14
+ |----|-------------|-------------|
15
+ | A.5.1 | Policies for information security | Define, approve, publish, and review IS policies |
16
+ | A.5.2 | Information security roles and responsibilities | Assign and communicate IS roles |
17
+ | A.5.3 | Segregation of duties | Separate conflicting duties to reduce fraud/error risk |
18
+ | A.5.4 | Management responsibilities | Require managers to enforce IS policies |
19
+ | A.5.5 | Contact with authorities | Maintain contacts with relevant authorities (law enforcement, regulators) |
20
+ | A.5.6 | Contact with special interest groups | Maintain contacts with security forums, professional bodies |
21
+ | A.5.7 | Threat intelligence ⭐NEW | Collect, analyse, and act on information about IS threats |
22
+ | A.5.8 | Information security in project management | Address IS in project management |
23
+ | A.5.9 | Inventory of information and other associated assets | Identify assets and assign ownership |
24
+ | A.5.10 | Acceptable use of information and other associated assets | Define rules for acceptable use of assets |
25
+ | A.5.11 | Return of assets | Ensure assets are returned upon change/termination |
26
+ | A.5.12 | Classification of information | Classify information per legal, value, and sensitivity needs |
27
+ | A.5.13 | Labelling of information | Apply labels per classification scheme |
28
+ | A.5.14 | Information transfer | Define rules and controls for transferring information |
29
+ | A.5.15 | Access control | Define and implement access control rules based on business/security needs |
30
+ | A.5.16 | Identity management | Manage full lifecycle of identities |
31
+ | A.5.17 | Authentication information | Control allocation and use of authentication info (passwords etc.) |
32
+ | A.5.18 | Access rights | Provision, review, modify, and remove access rights |
33
+ | A.5.19 | Information security in supplier relationships | Define IS requirements for supplier relationships |
34
+ | A.5.20 | Addressing information security within supplier agreements | Include IS in supplier contracts |
35
+ | A.5.21 | Managing information security in the ICT supply chain | Monitor and manage IS risks in the ICT supply chain |
36
+ | A.5.22 | Monitoring, review and change management of supplier services | Regularly review and audit supplier service delivery |
37
+ | A.5.23 | Information security for use of cloud services ⭐NEW | Manage IS for acquisition, use, and exit of cloud services |
38
+ | A.5.24 | Information security incident management planning and preparation | Plan and prepare for IS incident management |
39
+ | A.5.25 | Assessment and decision on information security events | Assess events and classify as incidents if applicable |
40
+ | A.5.26 | Response to information security incidents | Respond to incidents per documented procedures |
41
+ | A.5.27 | Learning from information security incidents | Use knowledge from incidents to improve controls |
42
+ | A.5.28 | Collection of evidence | Define procedures for identifying, collecting, and preserving evidence |
43
+ | A.5.29 | Information security during disruption ⭐NEW | Plan for maintaining IS during disruption |
44
+ | A.5.30 | ICT readiness for business continuity ⭐NEW | Plan, implement, monitor ICT continuity |
45
+ | A.5.31 | Legal, statutory, regulatory and contractual requirements | Identify and document legal/regulatory requirements |
46
+ | A.5.32 | Intellectual property rights | Protect intellectual property per legal requirements |
47
+ | A.5.33 | Protection of records | Protect records from loss, destruction, and falsification |
48
+ | A.5.34 | Privacy and protection of PII | Protect privacy and PII per applicable legislation |
49
+ | A.5.35 | Independent review of information security | Review IS implementation and controls independently |
50
+ | A.5.36 | Compliance with policies, rules and standards | Ensure compliance with IS policies and standards |
51
+ | A.5.37 | Documented operating procedures | Document and maintain operating procedures for IS |
52
+
53
+ ---
54
+
55
+ ## A.6 People Controls
56
+
57
+ | ID | Control Name | Description |
58
+ |----|-------------|-------------|
59
+ | A.6.1 | Screening | Background verification checks on all candidates |
60
+ | A.6.2 | Terms and conditions of employment | Contractual IS responsibilities for employees and contractors |
61
+ | A.6.3 | Information security awareness, education and training | IS awareness and training for all personnel |
62
+ | A.6.4 | Disciplinary process | Formal process for IS policy violations |
63
+ | A.6.5 | Responsibilities after termination or change of employment | Define post-employment IS responsibilities |
64
+ | A.6.6 | Confidentiality or non-disclosure agreements | Require NDAs for personnel and contractors |
65
+ | A.6.7 | Remote working | Define IS policies for remote working |
66
+ | A.6.8 | Information security event reporting | Require personnel to report IS events |
67
+
68
+ ---
69
+
70
+ ## A.7 Physical Controls
71
+
72
+ | ID | Control Name | Description |
73
+ |----|-------------|-------------|
74
+ | A.7.1 | Physical security perimeters | Define and use security perimeters to protect sensitive areas |
75
+ | A.7.2 | Physical entry | Control physical access with authentication mechanisms |
76
+ | A.7.3 | Securing offices, rooms and facilities | Design and apply physical security for offices |
77
+ | A.7.4 | Physical security monitoring ⭐NEW | Continuously monitor premises for unauthorised access |
78
+ | A.7.5 | Protecting against physical and environmental threats | Protect against physical/environmental threats (fire, flood, etc.) |
79
+ | A.7.6 | Working in secure areas | Define procedures for working in secure areas |
80
+ | A.7.7 | Clear desk and clear screen | Require clear desk and clear screen policies |
81
+ | A.7.8 | Equipment siting and protection | Protect equipment from threats and environmental hazards |
82
+ | A.7.9 | Security of assets off-premises | Protect assets used off-site |
83
+ | A.7.10 | Storage media | Manage storage media through acquisition, use, transport, and disposal |
84
+ | A.7.11 | Supporting utilities | Protect equipment from power/utility failures |
85
+ | A.7.12 | Cabling security | Protect cables from interception/damage |
86
+ | A.7.13 | Equipment maintenance | Maintain equipment to ensure availability and integrity |
87
+ | A.7.14 | Secure disposal or re-use of equipment | Securely dispose of or sanitise equipment before re-use |
88
+
89
+ ---
90
+
91
+ ## A.8 Technological Controls
92
+
93
+ | ID | Control Name | Description |
94
+ |----|-------------|-------------|
95
+ | A.8.1 | User end point devices | Protect end-point devices with policies and controls |
96
+ | A.8.2 | Privileged access rights | Restrict, manage, and monitor privileged access |
97
+ | A.8.3 | Information access restriction | Restrict access to information per access control policy |
98
+ | A.8.4 | Access to source code | Restrict access to source code, dev tools, and software libraries |
99
+ | A.8.5 | Secure authentication | Implement secure authentication technologies and procedures |
100
+ | A.8.6 | Capacity management | Monitor and manage resource capacity (storage, compute, network) |
101
+ | A.8.7 | Protection against malware | Implement malware detection and prevention controls |
102
+ | A.8.8 | Management of technical vulnerabilities | Identify, evaluate, and remediate technical vulnerabilities |
103
+ | A.8.9 | Configuration management ⭐NEW | Define, document, implement, and monitor configurations |
104
+ | A.8.10 | Information deletion ⭐NEW | Delete information when no longer required |
105
+ | A.8.11 | Data masking ⭐NEW | Mask data in line with access control and business/legal needs |
106
+ | A.8.12 | Data leakage prevention ⭐NEW | Apply DLP controls to systems, networks, and devices |
107
+ | A.8.13 | Information backup | Maintain and test backup copies of information |
108
+ | A.8.14 | Redundancy of information processing facilities | Implement redundancy to meet availability requirements |
109
+ | A.8.15 | Logging | Produce, store, protect, and analyse event logs |
110
+ | A.8.16 | Monitoring activities ⭐NEW | Monitor networks, systems, and applications for anomalies |
111
+ | A.8.17 | Clock synchronisation | Synchronise clocks across systems to a single reference |
112
+ | A.8.18 | Use of privileged utility programs | Restrict and control use of utility programs with admin capabilities |
113
+ | A.8.19 | Installation of software on operational systems | Control software installations on operational systems |
114
+ | A.8.20 | Networks security | Secure, manage, and control networks and devices |
115
+ | A.8.21 | Security of network services | Define security requirements for all network services |
116
+ | A.8.22 | Segregation of networks | Segregate groups of services, users, and systems |
117
+ | A.8.23 | Web filtering ⭐NEW | Manage access to external websites to reduce exposure |
118
+ | A.8.24 | Use of cryptography | Define rules for use of cryptography (algorithms, key management) |
119
+ | A.8.25 | Secure development life cycle | Establish rules for secure software/system development |
120
+ | A.8.26 | Application security requirements | Identify and approve IS requirements for application development |
121
+ | A.8.27 | Secure system architecture and engineering principles | Define and apply security engineering principles |
122
+ | A.8.28 | Secure coding ⭐NEW | Apply secure coding principles to software development |
123
+ | A.8.29 | Security testing in development and acceptance | Define and perform security testing in development pipelines |
124
+ | A.8.30 | Outsourced development | Supervise and monitor outsourced software development |
125
+ | A.8.31 | Separation of development, test and production environments | Separate dev, test, and prod environments |
126
+ | A.8.32 | Change management | Manage changes to IS, systems, and processes |
127
+ | A.8.33 | Test information | Select, protect, and manage test data appropriately |
128
+ | A.8.34 | Protection of information systems during audit testing | Plan and control audit activities to minimise operational disruption |
129
+
130
+ ---
131
+
132
+ ⭐NEW = New control introduced in ISO 27001:2022 (not present in 2013 version)
@@ -1,153 +1,153 @@
1
- # ISO 27001 Control Mapping: 2013 ↔ 2022
2
-
3
- This file provides cross-reference mapping between ISO 27001:2013 (114 controls) and ISO 27001:2022 (93 controls).
4
-
5
- ## Summary of Changes
6
- - Controls reduced from **114 → 93**
7
- - Domains reduced from **14 → 4 themes**
8
- - **11 new controls** added (marked ⭐)
9
- - **Merged**: Many 2013 controls were consolidated into single 2022 controls
10
- - **Renamed**: Several controls were renamed for clarity
11
- - **Deleted**: No controls were fully removed — all 2013 concepts are still covered
12
-
13
- ---
14
-
15
- ## 2022 → 2013 Mapping
16
-
17
- ### A.5 Organisational Controls (2022) → 2013 Equivalents
18
-
19
- | 2022 Control | 2022 Name | 2013 Equivalent(s) |
20
- |-------------|-----------|-------------------|
21
- | A.5.1 | Policies for information security | A.5.1.1, A.5.1.2 |
22
- | A.5.2 | IS roles and responsibilities | A.6.1.1 |
23
- | A.5.3 | Segregation of duties | A.6.1.2 |
24
- | A.5.4 | Management responsibilities | A.7.2.1 |
25
- | A.5.5 | Contact with authorities | A.6.1.3 |
26
- | A.5.6 | Contact with special interest groups | A.6.1.4 |
27
- | A.5.7 | Threat intelligence | ⭐ NEW |
28
- | A.5.8 | IS in project management | A.6.1.5 |
29
- | A.5.9 | Inventory of information and assets | A.8.1.1, A.8.1.2 |
30
- | A.5.10 | Acceptable use of information and assets | A.8.1.3 |
31
- | A.5.11 | Return of assets | A.8.1.4 |
32
- | A.5.12 | Classification of information | A.8.2.1 |
33
- | A.5.13 | Labelling of information | A.8.2.2 |
34
- | A.5.14 | Information transfer | A.13.2.1, A.13.2.2, A.13.2.3 |
35
- | A.5.15 | Access control | A.9.1.1, A.9.1.2 |
36
- | A.5.16 | Identity management | A.9.2.1 |
37
- | A.5.17 | Authentication information | A.9.2.4, A.9.3.1, A.9.4.3 |
38
- | A.5.18 | Access rights | A.9.2.2, A.9.2.5, A.9.2.6 |
39
- | A.5.19 | IS in supplier relationships | A.15.1.1 |
40
- | A.5.20 | IS within supplier agreements | A.15.1.2 |
41
- | A.5.21 | Managing IS in the ICT supply chain | A.15.1.3 |
42
- | A.5.22 | Monitoring/review of supplier services | A.15.2.1, A.15.2.2 |
43
- | A.5.23 | IS for use of cloud services | ⭐ NEW |
44
- | A.5.24 | IS incident management planning | A.16.1.1 |
45
- | A.5.25 | Assessment of IS events | A.16.1.4 |
46
- | A.5.26 | Response to IS incidents | A.16.1.5 |
47
- | A.5.27 | Learning from IS incidents | A.16.1.6 |
48
- | A.5.28 | Collection of evidence | A.16.1.7 |
49
- | A.5.29 | IS during disruption | A.17.1.1, A.17.1.2 |
50
- | A.5.30 | ICT readiness for business continuity | ⭐ NEW |
51
- | A.5.31 | Legal, statutory, regulatory requirements | A.18.1.1 |
52
- | A.5.32 | Intellectual property rights | A.18.1.2 |
53
- | A.5.33 | Protection of records | A.18.1.3 |
54
- | A.5.34 | Privacy and protection of PII | A.18.1.4 |
55
- | A.5.35 | Independent review of IS | A.18.2.1 |
56
- | A.5.36 | Compliance with policies, rules, standards | A.18.2.2, A.18.2.3 |
57
- | A.5.37 | Documented operating procedures | A.12.1.1 |
58
-
59
- ### A.6 People Controls (2022) → 2013 Equivalents
60
-
61
- | 2022 Control | 2022 Name | 2013 Equivalent(s) |
62
- |-------------|-----------|-------------------|
63
- | A.6.1 | Screening | A.7.1.1 |
64
- | A.6.2 | Terms and conditions of employment | A.7.1.2 |
65
- | A.6.3 | IS awareness, education and training | A.7.2.2 |
66
- | A.6.4 | Disciplinary process | A.7.2.3 |
67
- | A.6.5 | Responsibilities after termination | A.7.3.1 |
68
- | A.6.6 | Confidentiality or NDA agreements | A.13.2.4 |
69
- | A.6.7 | Remote working | A.6.2.2 |
70
- | A.6.8 | IS event reporting | A.16.1.2, A.16.1.3 |
71
-
72
- ### A.7 Physical Controls (2022) → 2013 Equivalents
73
-
74
- | 2022 Control | 2022 Name | 2013 Equivalent(s) |
75
- |-------------|-----------|-------------------|
76
- | A.7.1 | Physical security perimeters | A.11.1.1 |
77
- | A.7.2 | Physical entry | A.11.1.2, A.11.1.6 |
78
- | A.7.3 | Securing offices, rooms and facilities | A.11.1.3 |
79
- | A.7.4 | Physical security monitoring | ⭐ NEW |
80
- | A.7.5 | Protecting against physical/environmental threats | A.11.1.4 |
81
- | A.7.6 | Working in secure areas | A.11.1.5 |
82
- | A.7.7 | Clear desk and clear screen | A.11.2.9 |
83
- | A.7.8 | Equipment siting and protection | A.11.2.1 |
84
- | A.7.9 | Security of assets off-premises | A.11.2.6 |
85
- | A.7.10 | Storage media | A.8.3.1, A.8.3.2, A.8.3.3, A.11.2.5 |
86
- | A.7.11 | Supporting utilities | A.11.2.2 |
87
- | A.7.12 | Cabling security | A.11.2.3 |
88
- | A.7.13 | Equipment maintenance | A.11.2.4 |
89
- | A.7.14 | Secure disposal or re-use of equipment | A.11.2.7 |
90
-
91
- ### A.8 Technological Controls (2022) → 2013 Equivalents
92
-
93
- | 2022 Control | 2022 Name | 2013 Equivalent(s) |
94
- |-------------|-----------|-------------------|
95
- | A.8.1 | User end point devices | A.6.2.1, A.11.2.8 |
96
- | A.8.2 | Privileged access rights | A.9.2.3 |
97
- | A.8.3 | Information access restriction | A.9.4.1 |
98
- | A.8.4 | Access to source code | A.9.4.5 |
99
- | A.8.5 | Secure authentication | A.9.4.2 |
100
- | A.8.6 | Capacity management | A.12.1.3 |
101
- | A.8.7 | Protection against malware | A.12.2.1 |
102
- | A.8.8 | Management of technical vulnerabilities | A.12.6.1, A.12.6.2 |
103
- | A.8.9 | Configuration management | ⭐ NEW |
104
- | A.8.10 | Information deletion | ⭐ NEW |
105
- | A.8.11 | Data masking | ⭐ NEW |
106
- | A.8.12 | Data leakage prevention | ⭐ NEW |
107
- | A.8.13 | Information backup | A.12.3.1 |
108
- | A.8.14 | Redundancy of information processing facilities | A.17.2.1 |
109
- | A.8.15 | Logging | A.12.4.1, A.12.4.2, A.12.4.3 |
110
- | A.8.16 | Monitoring activities | ⭐ NEW |
111
- | A.8.17 | Clock synchronisation | A.12.4.4 |
112
- | A.8.18 | Use of privileged utility programs | A.9.4.4 |
113
- | A.8.19 | Installation of software on operational systems | A.12.5.1 |
114
- | A.8.20 | Networks security | A.13.1.1 |
115
- | A.8.21 | Security of network services | A.13.1.2 |
116
- | A.8.22 | Segregation of networks | A.13.1.3 |
117
- | A.8.23 | Web filtering | ⭐ NEW |
118
- | A.8.24 | Use of cryptography | A.10.1.1, A.10.1.2, A.18.1.5 |
119
- | A.8.25 | Secure development life cycle | A.14.2.1 |
120
- | A.8.26 | Application security requirements | A.14.1.1, A.14.1.2, A.14.1.3 |
121
- | A.8.27 | Secure system architecture and engineering principles | A.14.2.5 |
122
- | A.8.28 | Secure coding | ⭐ NEW |
123
- | A.8.29 | Security testing in development and acceptance | A.14.2.8, A.14.2.9 |
124
- | A.8.30 | Outsourced development | A.14.2.7 |
125
- | A.8.31 | Separation of dev, test and production environments | A.12.1.4, A.14.2.6 |
126
- | A.8.32 | Change management | A.12.1.2, A.14.2.2, A.14.2.3, A.14.2.4 |
127
- | A.8.33 | Test information | A.14.3.1 |
128
- | A.8.34 | Protection of IS during audit testing | A.12.7.1 |
129
-
130
- ---
131
-
132
- ## Controls Only in 2013 (removed/merged in 2022)
133
- No controls were deleted outright. All were merged:
134
- - A.8.2.3 (Handling of assets) → merged into A.5.10 (Acceptable use)
135
- - A.16.1.3 (Reporting weaknesses) → merged into A.6.8 (IS event reporting)
136
- - A.17.1.3 (Verify IS continuity) → merged into A.5.29
137
-
138
- ---
139
-
140
- ## 11 New Controls in 2022 (not in 2013)
141
- | 2022 ID | Name |
142
- |---------|------|
143
- | A.5.7 | Threat intelligence |
144
- | A.5.23 | Information security for use of cloud services |
145
- | A.5.30 | ICT readiness for business continuity |
146
- | A.7.4 | Physical security monitoring |
147
- | A.8.9 | Configuration management |
148
- | A.8.10 | Information deletion |
149
- | A.8.11 | Data masking |
150
- | A.8.12 | Data leakage prevention |
151
- | A.8.16 | Monitoring activities |
152
- | A.8.23 | Web filtering |
153
- | A.8.28 | Secure coding |
1
+ # ISO 27001 Control Mapping: 2013 ↔ 2022
2
+
3
+ This file provides cross-reference mapping between ISO 27001:2013 (114 controls) and ISO 27001:2022 (93 controls).
4
+
5
+ ## Summary of Changes
6
+ - Controls reduced from **114 → 93**
7
+ - Domains reduced from **14 → 4 themes**
8
+ - **11 new controls** added (marked ⭐)
9
+ - **Merged**: Many 2013 controls were consolidated into single 2022 controls
10
+ - **Renamed**: Several controls were renamed for clarity
11
+ - **Deleted**: No controls were fully removed — all 2013 concepts are still covered
12
+
13
+ ---
14
+
15
+ ## 2022 → 2013 Mapping
16
+
17
+ ### A.5 Organisational Controls (2022) → 2013 Equivalents
18
+
19
+ | 2022 Control | 2022 Name | 2013 Equivalent(s) |
20
+ |-------------|-----------|-------------------|
21
+ | A.5.1 | Policies for information security | A.5.1.1, A.5.1.2 |
22
+ | A.5.2 | IS roles and responsibilities | A.6.1.1 |
23
+ | A.5.3 | Segregation of duties | A.6.1.2 |
24
+ | A.5.4 | Management responsibilities | A.7.2.1 |
25
+ | A.5.5 | Contact with authorities | A.6.1.3 |
26
+ | A.5.6 | Contact with special interest groups | A.6.1.4 |
27
+ | A.5.7 | Threat intelligence | ⭐ NEW |
28
+ | A.5.8 | IS in project management | A.6.1.5 |
29
+ | A.5.9 | Inventory of information and assets | A.8.1.1, A.8.1.2 |
30
+ | A.5.10 | Acceptable use of information and assets | A.8.1.3 |
31
+ | A.5.11 | Return of assets | A.8.1.4 |
32
+ | A.5.12 | Classification of information | A.8.2.1 |
33
+ | A.5.13 | Labelling of information | A.8.2.2 |
34
+ | A.5.14 | Information transfer | A.13.2.1, A.13.2.2, A.13.2.3 |
35
+ | A.5.15 | Access control | A.9.1.1, A.9.1.2 |
36
+ | A.5.16 | Identity management | A.9.2.1 |
37
+ | A.5.17 | Authentication information | A.9.2.4, A.9.3.1, A.9.4.3 |
38
+ | A.5.18 | Access rights | A.9.2.2, A.9.2.5, A.9.2.6 |
39
+ | A.5.19 | IS in supplier relationships | A.15.1.1 |
40
+ | A.5.20 | IS within supplier agreements | A.15.1.2 |
41
+ | A.5.21 | Managing IS in the ICT supply chain | A.15.1.3 |
42
+ | A.5.22 | Monitoring/review of supplier services | A.15.2.1, A.15.2.2 |
43
+ | A.5.23 | IS for use of cloud services | ⭐ NEW |
44
+ | A.5.24 | IS incident management planning | A.16.1.1 |
45
+ | A.5.25 | Assessment of IS events | A.16.1.4 |
46
+ | A.5.26 | Response to IS incidents | A.16.1.5 |
47
+ | A.5.27 | Learning from IS incidents | A.16.1.6 |
48
+ | A.5.28 | Collection of evidence | A.16.1.7 |
49
+ | A.5.29 | IS during disruption | A.17.1.1, A.17.1.2 |
50
+ | A.5.30 | ICT readiness for business continuity | ⭐ NEW |
51
+ | A.5.31 | Legal, statutory, regulatory requirements | A.18.1.1 |
52
+ | A.5.32 | Intellectual property rights | A.18.1.2 |
53
+ | A.5.33 | Protection of records | A.18.1.3 |
54
+ | A.5.34 | Privacy and protection of PII | A.18.1.4 |
55
+ | A.5.35 | Independent review of IS | A.18.2.1 |
56
+ | A.5.36 | Compliance with policies, rules, standards | A.18.2.2, A.18.2.3 |
57
+ | A.5.37 | Documented operating procedures | A.12.1.1 |
58
+
59
+ ### A.6 People Controls (2022) → 2013 Equivalents
60
+
61
+ | 2022 Control | 2022 Name | 2013 Equivalent(s) |
62
+ |-------------|-----------|-------------------|
63
+ | A.6.1 | Screening | A.7.1.1 |
64
+ | A.6.2 | Terms and conditions of employment | A.7.1.2 |
65
+ | A.6.3 | IS awareness, education and training | A.7.2.2 |
66
+ | A.6.4 | Disciplinary process | A.7.2.3 |
67
+ | A.6.5 | Responsibilities after termination | A.7.3.1 |
68
+ | A.6.6 | Confidentiality or NDA agreements | A.13.2.4 |
69
+ | A.6.7 | Remote working | A.6.2.2 |
70
+ | A.6.8 | IS event reporting | A.16.1.2, A.16.1.3 |
71
+
72
+ ### A.7 Physical Controls (2022) → 2013 Equivalents
73
+
74
+ | 2022 Control | 2022 Name | 2013 Equivalent(s) |
75
+ |-------------|-----------|-------------------|
76
+ | A.7.1 | Physical security perimeters | A.11.1.1 |
77
+ | A.7.2 | Physical entry | A.11.1.2, A.11.1.6 |
78
+ | A.7.3 | Securing offices, rooms and facilities | A.11.1.3 |
79
+ | A.7.4 | Physical security monitoring | ⭐ NEW |
80
+ | A.7.5 | Protecting against physical/environmental threats | A.11.1.4 |
81
+ | A.7.6 | Working in secure areas | A.11.1.5 |
82
+ | A.7.7 | Clear desk and clear screen | A.11.2.9 |
83
+ | A.7.8 | Equipment siting and protection | A.11.2.1 |
84
+ | A.7.9 | Security of assets off-premises | A.11.2.6 |
85
+ | A.7.10 | Storage media | A.8.3.1, A.8.3.2, A.8.3.3, A.11.2.5 |
86
+ | A.7.11 | Supporting utilities | A.11.2.2 |
87
+ | A.7.12 | Cabling security | A.11.2.3 |
88
+ | A.7.13 | Equipment maintenance | A.11.2.4 |
89
+ | A.7.14 | Secure disposal or re-use of equipment | A.11.2.7 |
90
+
91
+ ### A.8 Technological Controls (2022) → 2013 Equivalents
92
+
93
+ | 2022 Control | 2022 Name | 2013 Equivalent(s) |
94
+ |-------------|-----------|-------------------|
95
+ | A.8.1 | User end point devices | A.6.2.1, A.11.2.8 |
96
+ | A.8.2 | Privileged access rights | A.9.2.3 |
97
+ | A.8.3 | Information access restriction | A.9.4.1 |
98
+ | A.8.4 | Access to source code | A.9.4.5 |
99
+ | A.8.5 | Secure authentication | A.9.4.2 |
100
+ | A.8.6 | Capacity management | A.12.1.3 |
101
+ | A.8.7 | Protection against malware | A.12.2.1 |
102
+ | A.8.8 | Management of technical vulnerabilities | A.12.6.1, A.12.6.2 |
103
+ | A.8.9 | Configuration management | ⭐ NEW |
104
+ | A.8.10 | Information deletion | ⭐ NEW |
105
+ | A.8.11 | Data masking | ⭐ NEW |
106
+ | A.8.12 | Data leakage prevention | ⭐ NEW |
107
+ | A.8.13 | Information backup | A.12.3.1 |
108
+ | A.8.14 | Redundancy of information processing facilities | A.17.2.1 |
109
+ | A.8.15 | Logging | A.12.4.1, A.12.4.2, A.12.4.3 |
110
+ | A.8.16 | Monitoring activities | ⭐ NEW |
111
+ | A.8.17 | Clock synchronisation | A.12.4.4 |
112
+ | A.8.18 | Use of privileged utility programs | A.9.4.4 |
113
+ | A.8.19 | Installation of software on operational systems | A.12.5.1 |
114
+ | A.8.20 | Networks security | A.13.1.1 |
115
+ | A.8.21 | Security of network services | A.13.1.2 |
116
+ | A.8.22 | Segregation of networks | A.13.1.3 |
117
+ | A.8.23 | Web filtering | ⭐ NEW |
118
+ | A.8.24 | Use of cryptography | A.10.1.1, A.10.1.2, A.18.1.5 |
119
+ | A.8.25 | Secure development life cycle | A.14.2.1 |
120
+ | A.8.26 | Application security requirements | A.14.1.1, A.14.1.2, A.14.1.3 |
121
+ | A.8.27 | Secure system architecture and engineering principles | A.14.2.5 |
122
+ | A.8.28 | Secure coding | ⭐ NEW |
123
+ | A.8.29 | Security testing in development and acceptance | A.14.2.8, A.14.2.9 |
124
+ | A.8.30 | Outsourced development | A.14.2.7 |
125
+ | A.8.31 | Separation of dev, test and production environments | A.12.1.4, A.14.2.6 |
126
+ | A.8.32 | Change management | A.12.1.2, A.14.2.2, A.14.2.3, A.14.2.4 |
127
+ | A.8.33 | Test information | A.14.3.1 |
128
+ | A.8.34 | Protection of IS during audit testing | A.12.7.1 |
129
+
130
+ ---
131
+
132
+ ## Controls Only in 2013 (removed/merged in 2022)
133
+ No controls were deleted outright. All were merged:
134
+ - A.8.2.3 (Handling of assets) → merged into A.5.10 (Acceptable use)
135
+ - A.16.1.3 (Reporting weaknesses) → merged into A.6.8 (IS event reporting)
136
+ - A.17.1.3 (Verify IS continuity) → merged into A.5.29
137
+
138
+ ---
139
+
140
+ ## 11 New Controls in 2022 (not in 2013)
141
+ | 2022 ID | Name |
142
+ |---------|------|
143
+ | A.5.7 | Threat intelligence |
144
+ | A.5.23 | Information security for use of cloud services |
145
+ | A.5.30 | ICT readiness for business continuity |
146
+ | A.7.4 | Physical security monitoring |
147
+ | A.8.9 | Configuration management |
148
+ | A.8.10 | Information deletion |
149
+ | A.8.11 | Data masking |
150
+ | A.8.12 | Data leakage prevention |
151
+ | A.8.16 | Monitoring activities |
152
+ | A.8.23 | Web filtering |
153
+ | A.8.28 | Secure coding |