iso27001-mcp 0.7.0
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.
- package/LICENSE +21 -0
- package/README.md +1084 -0
- package/dist/index.js +36386 -0
- package/dist/seed/policy-templates/policy-templates/acceptable_use.md +97 -0
- package/dist/seed/policy-templates/policy-templates/access_control.md +92 -0
- package/dist/seed/policy-templates/policy-templates/asset_management.md +88 -0
- package/dist/seed/policy-templates/policy-templates/business_continuity.md +82 -0
- package/dist/seed/policy-templates/policy-templates/cryptography.md +90 -0
- package/dist/seed/policy-templates/policy-templates/data_classification.md +106 -0
- package/dist/seed/policy-templates/policy-templates/incident_response.md +87 -0
- package/dist/seed/policy-templates/policy-templates/information_security.md +94 -0
- package/dist/seed/policy-templates/policy-templates/physical_security.md +94 -0
- package/dist/seed/policy-templates/policy-templates/risk_management.md +98 -0
- package/dist/seed/policy-templates/policy-templates/secure_development.md +100 -0
- package/dist/seed/policy-templates/policy-templates/supplier_security.md +87 -0
- package/package.json +79 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: acceptable_use
|
|
3
|
+
clause_mappings: ["6.1.2"]
|
|
4
|
+
control_mappings: ["5.10","6.3","6.7","8.1"]
|
|
5
|
+
---
|
|
6
|
+
# Acceptable Use Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy defines the acceptable use of information systems, networks, devices, and data owned or managed by {{organisation_name}} to protect these assets and the people who use them.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
This policy applies to all personnel (employees, contractors, consultants, and temporary staff) using {{organisation_name}} information systems and assets.
|
|
27
|
+
|
|
28
|
+
## 3. General Principles
|
|
29
|
+
|
|
30
|
+
{{organisation_name}}'s information systems are provided for legitimate business purposes. Users must:
|
|
31
|
+
- Use systems responsibly and in accordance with this policy
|
|
32
|
+
- Protect the security and integrity of systems and data
|
|
33
|
+
- Respect the privacy and confidentiality of others' information
|
|
34
|
+
- Comply with all applicable laws and regulations
|
|
35
|
+
|
|
36
|
+
## 4. Acceptable Use
|
|
37
|
+
|
|
38
|
+
### 4.1 Business Use
|
|
39
|
+
Information systems may be used for business purposes as required to perform job functions. Incidental personal use is permitted provided it does not:
|
|
40
|
+
- Interfere with business operations or productivity
|
|
41
|
+
- Violate any provision of this policy
|
|
42
|
+
- Create legal or reputational risk for {{organisation_name}}
|
|
43
|
+
|
|
44
|
+
### 4.2 Internet Use
|
|
45
|
+
Internet access is provided for business purposes. Users must not use the internet to:
|
|
46
|
+
- Access, download, or distribute illegal content
|
|
47
|
+
- Visit websites that are inappropriate for the workplace
|
|
48
|
+
- Download software without IT authorisation
|
|
49
|
+
- Engage in activities that could introduce malware
|
|
50
|
+
- Stream media excessively in ways that impact network performance
|
|
51
|
+
|
|
52
|
+
### 4.3 Email Use
|
|
53
|
+
- Email is provided for business communication
|
|
54
|
+
- Users must not send sensitive or restricted information via unencrypted email
|
|
55
|
+
- Phishing and spam emails must be reported and not acted upon
|
|
56
|
+
- Automatic email forwarding to external accounts is prohibited without approval
|
|
57
|
+
|
|
58
|
+
### 4.4 Social Media
|
|
59
|
+
- Personal social media use on company devices or networks during work hours must be minimal
|
|
60
|
+
- Confidential or restricted information must never be shared on social media
|
|
61
|
+
- Personnel must not represent themselves as speaking on behalf of {{organisation_name}} on personal social media without authorisation
|
|
62
|
+
|
|
63
|
+
## 5. Prohibited Activities
|
|
64
|
+
|
|
65
|
+
The following activities are strictly prohibited:
|
|
66
|
+
- Accessing systems or data without authorisation
|
|
67
|
+
- Attempting to circumvent security controls
|
|
68
|
+
- Installing unapproved software
|
|
69
|
+
- Sharing passwords or access credentials
|
|
70
|
+
- Transmitting malicious code
|
|
71
|
+
- Using {{organisation_name}} systems for commercial activities unrelated to the business
|
|
72
|
+
- Harassment, discrimination, or other harmful activities using company systems
|
|
73
|
+
- Circumventing monitoring or security logging systems
|
|
74
|
+
- Using company systems for cryptocurrency mining
|
|
75
|
+
|
|
76
|
+
## 6. Personal Devices (BYOD)
|
|
77
|
+
|
|
78
|
+
Use of personal devices to access {{organisation_name}} systems is subject to the BYOD Standard. Personal devices must:
|
|
79
|
+
- Be enrolled in the mobile device management (MDM) solution
|
|
80
|
+
- Have approved security software installed
|
|
81
|
+
- Meet minimum security configuration requirements
|
|
82
|
+
- Be subject to remote wipe in the event of loss or theft
|
|
83
|
+
|
|
84
|
+
## 7. Monitoring
|
|
85
|
+
|
|
86
|
+
{{organisation_name}} reserves the right to monitor use of its information systems to ensure compliance with this policy. Monitoring may include logging of system access, network traffic inspection, and email monitoring. Users have no expectation of privacy when using {{organisation_name}} systems.
|
|
87
|
+
|
|
88
|
+
## 8. Compliance
|
|
89
|
+
|
|
90
|
+
Violations of this policy may result in disciplinary action, up to and including termination of employment or contract. Violations that constitute criminal activity will be referred to law enforcement.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
95
|
+
**Control Mappings:** {{control_mappings}}
|
|
96
|
+
|
|
97
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: access_control
|
|
3
|
+
clause_mappings: ["6.1.2","6.1.3"]
|
|
4
|
+
control_mappings: ["5.15","5.16","5.17","5.18","8.2","8.3","8.4","8.5"]
|
|
5
|
+
---
|
|
6
|
+
# Access Control Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This Access Control Policy establishes requirements for controlling access to information systems, applications, networks, and data within {{organisation_name}} to protect against unauthorised access.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Principles
|
|
27
|
+
|
|
28
|
+
Access control within {{organisation_name}} is based on the following principles:
|
|
29
|
+
|
|
30
|
+
- **Least Privilege**: Users are granted the minimum access rights necessary to perform their job functions
|
|
31
|
+
- **Need to Know**: Access to information is restricted to those with a legitimate business need
|
|
32
|
+
- **Default Deny**: Access is denied unless explicitly authorised
|
|
33
|
+
- **Separation of Duties**: Conflicting responsibilities are divided among multiple users
|
|
34
|
+
|
|
35
|
+
## 4. Access Management Lifecycle
|
|
36
|
+
|
|
37
|
+
### 4.1 Provisioning
|
|
38
|
+
- All access requests must be submitted through the formal access request process
|
|
39
|
+
- Requests must be authorised by the user's line manager and the relevant system owner
|
|
40
|
+
- Access is granted only after all approvals are obtained and documented
|
|
41
|
+
- New access is provisioned within the agreed service level timeline
|
|
42
|
+
|
|
43
|
+
### 4.2 Review
|
|
44
|
+
- User access rights shall be reviewed at a minimum of every 12 months
|
|
45
|
+
- Privileged access rights shall be reviewed every 6 months
|
|
46
|
+
- Reviews are conducted by system owners and results documented
|
|
47
|
+
|
|
48
|
+
### 4.3 Modification
|
|
49
|
+
- Changes to job role or responsibilities require immediate reassessment of access rights
|
|
50
|
+
- Temporary access must have a defined expiry date
|
|
51
|
+
|
|
52
|
+
### 4.4 Revocation
|
|
53
|
+
- Access shall be revoked immediately upon termination of employment or contract
|
|
54
|
+
- Access shall be adjusted promptly upon change of role
|
|
55
|
+
- {{owner}} maintains a process for emergency access revocation
|
|
56
|
+
|
|
57
|
+
## 5. Authentication Requirements
|
|
58
|
+
|
|
59
|
+
- All users must authenticate using a unique user ID and strong password
|
|
60
|
+
- Passwords must meet the complexity requirements defined in the Authentication Standard
|
|
61
|
+
- Multi-factor authentication (MFA) is required for:
|
|
62
|
+
- Remote access to all systems
|
|
63
|
+
- Access to privileged accounts
|
|
64
|
+
- Access to systems containing sensitive or classified information
|
|
65
|
+
- Shared or generic accounts are prohibited except where technically unavoidable, and require compensating controls
|
|
66
|
+
|
|
67
|
+
## 6. Privileged Access
|
|
68
|
+
|
|
69
|
+
- Privileged accounts must be separate from standard user accounts
|
|
70
|
+
- Privileged access must be used only for tasks requiring elevated rights
|
|
71
|
+
- All privileged access sessions must be logged
|
|
72
|
+
- Privileged account credentials must be stored in an approved privileged access management solution
|
|
73
|
+
|
|
74
|
+
## 7. Remote Access
|
|
75
|
+
|
|
76
|
+
- Remote access to {{organisation_name}} systems requires use of an approved VPN or equivalent secure channel
|
|
77
|
+
- Remote access sessions must authenticate using MFA
|
|
78
|
+
- Remote working devices must comply with the Endpoint Security Standard
|
|
79
|
+
|
|
80
|
+
## 8. Third-Party Access
|
|
81
|
+
|
|
82
|
+
- Third-party access must be formally authorised and documented
|
|
83
|
+
- Third parties must be subject to a confidentiality agreement before access is granted
|
|
84
|
+
- Third-party access must be time-limited and reviewed regularly
|
|
85
|
+
- Third-party access activities must be logged and monitored
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
90
|
+
**Control Mappings:** {{control_mappings}}
|
|
91
|
+
|
|
92
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: asset_management
|
|
3
|
+
clause_mappings: ["6.1.2"]
|
|
4
|
+
control_mappings: ["5.9","5.10","5.11","5.12","5.13","7.10","8.10"]
|
|
5
|
+
---
|
|
6
|
+
# Asset Management Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy defines requirements for identifying, classifying, and protecting information assets owned or managed by {{organisation_name}}.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Asset Inventory
|
|
27
|
+
|
|
28
|
+
{{organisation_name}} shall maintain an inventory of all information assets including:
|
|
29
|
+
- **Information assets**: databases, data files, contracts, documentation, research data
|
|
30
|
+
- **Software assets**: applications, system software, development tools
|
|
31
|
+
- **Physical assets**: computers, network equipment, mobile devices, storage media
|
|
32
|
+
- **Services**: cloud services, communications services, IT services
|
|
33
|
+
- **People**: personnel with specialist knowledge
|
|
34
|
+
- **Intangibles**: reputation, brand
|
|
35
|
+
|
|
36
|
+
The asset inventory shall include: asset name, type, owner, location, classification, and criticality. The inventory shall be reviewed and updated at least annually.
|
|
37
|
+
|
|
38
|
+
## 4. Asset Ownership
|
|
39
|
+
|
|
40
|
+
Every asset must have a designated owner who is responsible for:
|
|
41
|
+
- Ensuring the asset is appropriately classified
|
|
42
|
+
- Defining and reviewing access rights for the asset
|
|
43
|
+
- Ensuring appropriate protection is applied
|
|
44
|
+
- Authorising the acceptable use of the asset
|
|
45
|
+
|
|
46
|
+
## 5. Information Classification
|
|
47
|
+
|
|
48
|
+
All information shall be classified according to its sensitivity:
|
|
49
|
+
|
|
50
|
+
| Classification | Description | Handling Requirements |
|
|
51
|
+
|---------------|-------------|----------------------|
|
|
52
|
+
| Public | Information approved for public release | No restrictions on disclosure |
|
|
53
|
+
| Internal | General business information | For internal use only; not for external sharing without approval |
|
|
54
|
+
| Confidential | Sensitive business information | Restricted to those with a need to know; encryption required in transit |
|
|
55
|
+
| Restricted | Highly sensitive information | Strictly controlled access; encryption at rest and in transit required |
|
|
56
|
+
|
|
57
|
+
## 6. Labelling
|
|
58
|
+
|
|
59
|
+
Information assets shall be labelled in accordance with their classification. Labelling shall be applied to:
|
|
60
|
+
- Documents and files (headers, footers, watermarks)
|
|
61
|
+
- Emails (classification in subject line or header)
|
|
62
|
+
- Physical media (clear physical labels)
|
|
63
|
+
- Printouts (classification on each page)
|
|
64
|
+
|
|
65
|
+
## 7. Acceptable Use
|
|
66
|
+
|
|
67
|
+
Personnel using {{organisation_name}} assets shall:
|
|
68
|
+
- Use assets only for authorised business purposes
|
|
69
|
+
- Not use organisational assets for activities that violate laws or regulations
|
|
70
|
+
- Protect assets from loss, theft, or damage
|
|
71
|
+
- Report any loss or theft of assets immediately to {{owner}}
|
|
72
|
+
|
|
73
|
+
## 8. Return of Assets
|
|
74
|
+
|
|
75
|
+
Upon termination of employment or contract, all organisational assets must be returned. The offboarding process includes a formal asset return checklist. Unreturned assets will be subject to the disciplinary process.
|
|
76
|
+
|
|
77
|
+
## 9. Information Deletion and Disposal
|
|
78
|
+
|
|
79
|
+
- Information shall be securely deleted when no longer required in accordance with the retention schedule
|
|
80
|
+
- Physical media containing sensitive information shall be securely destroyed or wiped before disposal or re-use
|
|
81
|
+
- Data destruction shall be documented and certified for assets classified Confidential or Restricted
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
86
|
+
**Control Mappings:** {{control_mappings}}
|
|
87
|
+
|
|
88
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: business_continuity
|
|
3
|
+
clause_mappings: ["6.1.2","8.1"]
|
|
4
|
+
control_mappings: ["5.29","5.30","8.13","8.14"]
|
|
5
|
+
---
|
|
6
|
+
# Information Security Business Continuity Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy establishes requirements for maintaining information security during business disruptions and ensuring the continuity of critical information systems and data at {{organisation_name}}.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Business Continuity Objectives
|
|
27
|
+
|
|
28
|
+
{{organisation_name}} shall maintain information security at an appropriate level during disruption to ensure:
|
|
29
|
+
- Critical information systems can be recovered within defined recovery time objectives (RTOs)
|
|
30
|
+
- Information can be recovered to within defined recovery point objectives (RPOs)
|
|
31
|
+
- Security controls are maintained or compensating controls are applied during disruption
|
|
32
|
+
- Sensitive information is protected throughout the recovery period
|
|
33
|
+
|
|
34
|
+
## 4. ICT Continuity Planning
|
|
35
|
+
|
|
36
|
+
### 4.1 Business Impact Analysis
|
|
37
|
+
A Business Impact Analysis (BIA) shall be conducted to identify critical information systems and their RTOs and RPOs. The BIA shall be reviewed annually and when significant changes occur.
|
|
38
|
+
|
|
39
|
+
### 4.2 Recovery Strategies
|
|
40
|
+
Recovery strategies shall be defined and documented for all critical systems, including:
|
|
41
|
+
- Backup and recovery procedures
|
|
42
|
+
- Alternative processing arrangements
|
|
43
|
+
- Manual workaround procedures where systems are unavailable
|
|
44
|
+
|
|
45
|
+
### 4.3 Backup Requirements
|
|
46
|
+
- Critical data shall be backed up at a frequency that meets defined RPOs
|
|
47
|
+
- Backups shall be stored in a secure off-site location
|
|
48
|
+
- Backup integrity shall be verified regularly through restoration tests
|
|
49
|
+
- Backup and restoration procedures shall be documented
|
|
50
|
+
|
|
51
|
+
### 4.4 Redundancy
|
|
52
|
+
Critical information processing facilities shall be implemented with sufficient redundancy to meet availability requirements. Redundancy measures shall be tested regularly.
|
|
53
|
+
|
|
54
|
+
## 5. Testing and Exercises
|
|
55
|
+
|
|
56
|
+
Business continuity and ICT recovery plans shall be tested at planned intervals, at least annually, through:
|
|
57
|
+
- Tabletop exercises
|
|
58
|
+
- Technical recovery tests
|
|
59
|
+
- Full failover exercises (for critical systems)
|
|
60
|
+
|
|
61
|
+
Test results shall be documented and identified improvements shall be tracked to completion.
|
|
62
|
+
|
|
63
|
+
## 6. Plan Maintenance
|
|
64
|
+
|
|
65
|
+
Business continuity and ICT recovery plans shall be reviewed and updated:
|
|
66
|
+
- At least annually
|
|
67
|
+
- Following significant changes to systems or infrastructure
|
|
68
|
+
- Following activation of the plan
|
|
69
|
+
- Following changes to identified critical systems or RTOs/RPOs
|
|
70
|
+
|
|
71
|
+
## 7. Roles and Responsibilities
|
|
72
|
+
|
|
73
|
+
- **{{owner}}**: Maintains business continuity plans and coordinates exercises
|
|
74
|
+
- **System Owners**: Ensure recovery procedures exist for their systems
|
|
75
|
+
- **All Personnel**: Understand their roles during a business continuity event and follow established procedures
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
80
|
+
**Control Mappings:** {{control_mappings}}
|
|
81
|
+
|
|
82
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: cryptography
|
|
3
|
+
clause_mappings: ["6.1.2","6.1.3"]
|
|
4
|
+
control_mappings: ["8.24","5.14","8.5"]
|
|
5
|
+
---
|
|
6
|
+
# Cryptography Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy establishes requirements for the effective use of cryptographic controls to protect the confidentiality, integrity, and authenticity of information assets at {{organisation_name}}.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Approved Algorithms
|
|
27
|
+
|
|
28
|
+
The following cryptographic algorithms are approved for use within {{organisation_name}}:
|
|
29
|
+
|
|
30
|
+
### Symmetric Encryption
|
|
31
|
+
- AES-256 (GCM mode preferred for authenticated encryption)
|
|
32
|
+
- AES-128 (acceptable for lower sensitivity data)
|
|
33
|
+
|
|
34
|
+
### Asymmetric Encryption / Key Exchange
|
|
35
|
+
- RSA: minimum 2048 bits (4096 bits recommended for new implementations)
|
|
36
|
+
- Elliptic Curve Cryptography (ECC): minimum 256-bit curves (P-256, P-384, X25519)
|
|
37
|
+
|
|
38
|
+
### Hashing
|
|
39
|
+
- SHA-256 or stronger (SHA-2 family, SHA-3 family)
|
|
40
|
+
- HMAC-SHA-256 or stronger for message authentication
|
|
41
|
+
|
|
42
|
+
### TLS
|
|
43
|
+
- TLS 1.2 minimum; TLS 1.3 preferred
|
|
44
|
+
- Insecure protocols (SSL 2.0/3.0, TLS 1.0/1.1) are prohibited
|
|
45
|
+
|
|
46
|
+
The following are **prohibited**: MD5 (for security purposes), SHA-1 (for security purposes), DES, 3DES, RC4, export-grade ciphers.
|
|
47
|
+
|
|
48
|
+
## 4. Use Cases
|
|
49
|
+
|
|
50
|
+
### 4.1 Data at Rest
|
|
51
|
+
Sensitive and restricted data stored on servers, databases, and portable devices must be encrypted using AES-256. Full-disk encryption is required for all laptops and portable devices.
|
|
52
|
+
|
|
53
|
+
### 4.2 Data in Transit
|
|
54
|
+
All sensitive data transmitted over public or untrusted networks must be encrypted using TLS 1.2 or higher. VPN tunnels for remote access must use approved protocols.
|
|
55
|
+
|
|
56
|
+
### 4.3 Email
|
|
57
|
+
Sensitive information transmitted via email must be encrypted. S/MIME or equivalent email encryption shall be used for Confidential or Restricted information.
|
|
58
|
+
|
|
59
|
+
### 4.4 Code Signing
|
|
60
|
+
Software released by {{organisation_name}} shall be digitally signed using approved signing certificates.
|
|
61
|
+
|
|
62
|
+
## 5. Key Management
|
|
63
|
+
|
|
64
|
+
### 5.1 Key Generation
|
|
65
|
+
Cryptographic keys must be generated using approved random number generators and algorithms. Key length must meet minimum requirements specified in Section 3.
|
|
66
|
+
|
|
67
|
+
### 5.2 Key Storage
|
|
68
|
+
Private keys and symmetric keys must be stored securely, encrypted at rest. Access to key material must be restricted and logged. Approved key management systems or hardware security modules (HSMs) should be used for critical key material.
|
|
69
|
+
|
|
70
|
+
### 5.3 Key Distribution
|
|
71
|
+
Keys must be distributed through secure channels. Public keys shall be distributed via PKI certificates from trusted Certificate Authorities.
|
|
72
|
+
|
|
73
|
+
### 5.4 Key Rotation
|
|
74
|
+
- Symmetric keys: rotate at least annually, or upon suspected compromise
|
|
75
|
+
- Asymmetric keys: rotate before expiry; certificates must not be allowed to expire
|
|
76
|
+
- Compromised keys must be immediately revoked and replaced
|
|
77
|
+
|
|
78
|
+
### 5.5 Key Revocation and Destruction
|
|
79
|
+
Compromised or retired keys must be revoked immediately. Key destruction must be documented. Certificate revocation lists (CRLs) and OCSP must be checked before trusting certificates.
|
|
80
|
+
|
|
81
|
+
## 6. Certificate Management
|
|
82
|
+
|
|
83
|
+
{{organisation_name}} shall maintain an inventory of all certificates in use. Certificate expiry shall be monitored, with renewal initiated at least 30 days before expiry. Self-signed certificates are prohibited in production environments.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
88
|
+
**Control Mappings:** {{control_mappings}}
|
|
89
|
+
|
|
90
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: data_classification
|
|
3
|
+
clause_mappings: ["6.1.2"]
|
|
4
|
+
control_mappings: ["5.12","5.13","5.14","8.10","8.11"]
|
|
5
|
+
---
|
|
6
|
+
# Data Classification Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy defines the classification of information at {{organisation_name}} to ensure that information assets receive an appropriate level of protection commensurate with their sensitivity and business value.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Classification Scheme
|
|
27
|
+
|
|
28
|
+
### Public
|
|
29
|
+
**Definition**: Information that has been approved for public release or that poses minimal risk if disclosed.
|
|
30
|
+
|
|
31
|
+
**Examples**: Marketing materials, published reports, press releases, publicly available product documentation
|
|
32
|
+
|
|
33
|
+
**Handling Requirements**:
|
|
34
|
+
- No restrictions on access or distribution
|
|
35
|
+
- May be shared externally without restriction
|
|
36
|
+
- No special disposal requirements
|
|
37
|
+
|
|
38
|
+
### Internal
|
|
39
|
+
**Definition**: General business information intended for use within {{organisation_name}}. Unauthorised disclosure could cause minor embarrassment or inconvenience.
|
|
40
|
+
|
|
41
|
+
**Examples**: Internal procedures, general business communications, meeting minutes (non-sensitive), training materials
|
|
42
|
+
|
|
43
|
+
**Handling Requirements**:
|
|
44
|
+
- Accessible to all {{organisation_name}} personnel
|
|
45
|
+
- Not for sharing externally without approval
|
|
46
|
+
- Dispose of securely (shred physical documents, secure delete electronic files)
|
|
47
|
+
|
|
48
|
+
### Confidential
|
|
49
|
+
**Definition**: Sensitive business information where unauthorised disclosure could cause significant harm to {{organisation_name}} or individuals.
|
|
50
|
+
|
|
51
|
+
**Examples**: Financial data, customer data, personnel records, contracts, strategic plans, security policies
|
|
52
|
+
|
|
53
|
+
**Handling Requirements**:
|
|
54
|
+
- Accessible only to authorised personnel on a need-to-know basis
|
|
55
|
+
- Must be encrypted in transit (TLS) and at rest (AES-256)
|
|
56
|
+
- Physical documents must be stored in locked cabinets
|
|
57
|
+
- Must be clearly labelled with classification
|
|
58
|
+
- External sharing requires authorisation from information owner
|
|
59
|
+
- Dispose of securely (cross-cut shred physical, certified deletion for electronic)
|
|
60
|
+
|
|
61
|
+
### Restricted
|
|
62
|
+
**Definition**: The most sensitive information where unauthorised disclosure could cause serious harm, regulatory penalties, or significant financial impact.
|
|
63
|
+
|
|
64
|
+
**Examples**: Authentication credentials, cryptographic keys, personal health information, payment card data, classified government information
|
|
65
|
+
|
|
66
|
+
**Handling Requirements**:
|
|
67
|
+
- Strictly controlled access; minimum access principle enforced
|
|
68
|
+
- Encryption at rest and in transit mandatory
|
|
69
|
+
- Access logged and monitored
|
|
70
|
+
- Never transmitted via standard email
|
|
71
|
+
- Physical documents in locked secure storage with access log
|
|
72
|
+
- Requires two-person authorisation for access where practical
|
|
73
|
+
- Destruction requires certified data destruction with documentation
|
|
74
|
+
|
|
75
|
+
## 4. Classification Process
|
|
76
|
+
|
|
77
|
+
### 4.1 Assigning Classification
|
|
78
|
+
- Information owners are responsible for classifying information they create or manage
|
|
79
|
+
- Classification should be assigned at creation and reviewed when content changes significantly
|
|
80
|
+
- When in doubt, classify at the higher level
|
|
81
|
+
|
|
82
|
+
### 4.2 Classification Labels
|
|
83
|
+
Electronic files: Include classification in document headers, footers, and file names where practical
|
|
84
|
+
Emails: State classification in the subject line (e.g. [CONFIDENTIAL])
|
|
85
|
+
Physical documents: Mark with classification on the cover page and each page for Confidential and Restricted
|
|
86
|
+
Storage media: Attach physical label clearly indicating classification
|
|
87
|
+
|
|
88
|
+
### 4.3 Reclassification
|
|
89
|
+
Information may be reclassified by the information owner when the sensitivity level changes. Reclassification must be documented and access controls updated accordingly.
|
|
90
|
+
|
|
91
|
+
## 5. Handling Rules Summary
|
|
92
|
+
|
|
93
|
+
| Requirement | Public | Internal | Confidential | Restricted |
|
|
94
|
+
|-------------|--------|----------|--------------|------------|
|
|
95
|
+
| Encryption in transit | No | Recommended | Required | Required |
|
|
96
|
+
| Encryption at rest | No | Recommended | Required | Required |
|
|
97
|
+
| Access control | None | All staff | Need-to-know | Strictly limited |
|
|
98
|
+
| External sharing | Open | With approval | Owner approval + NDA | Senior approval only |
|
|
99
|
+
| Secure disposal | No | Yes | Yes + documented | Yes + certified |
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
104
|
+
**Control Mappings:** {{control_mappings}}
|
|
105
|
+
|
|
106
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
---
|
|
2
|
+
policy_type: incident_response
|
|
3
|
+
clause_mappings: ["6.1.2"]
|
|
4
|
+
control_mappings: ["5.24","5.25","5.26","5.27","5.28","6.8"]
|
|
5
|
+
---
|
|
6
|
+
# Information Security Incident Response Policy
|
|
7
|
+
|
|
8
|
+
**Organisation:** {{organisation_name}}
|
|
9
|
+
**Policy ID:** {{policy_id}}
|
|
10
|
+
**Version:** {{version}}
|
|
11
|
+
**Effective Date:** {{effective_date}}
|
|
12
|
+
**Next Review Date:** {{next_review_date}}
|
|
13
|
+
**Owner:** {{owner}}
|
|
14
|
+
**Approver:** {{approver}}
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## 1. Purpose
|
|
19
|
+
|
|
20
|
+
This policy establishes the framework for detecting, reporting, assessing, responding to, and learning from information security incidents within {{organisation_name}}.
|
|
21
|
+
|
|
22
|
+
## 2. Scope
|
|
23
|
+
|
|
24
|
+
{{scope}}
|
|
25
|
+
|
|
26
|
+
## 3. Definitions
|
|
27
|
+
|
|
28
|
+
- **Event**: An identified occurrence indicating a possible breach of information security policy or failure of controls
|
|
29
|
+
- **Incident**: An event that has been assessed as having an actual adverse impact on information security
|
|
30
|
+
- **Major Incident**: An incident with significant business impact requiring escalation to senior management
|
|
31
|
+
|
|
32
|
+
## 4. Incident Classification
|
|
33
|
+
|
|
34
|
+
| Severity | Description | Response Time |
|
|
35
|
+
|----------|-------------|---------------|
|
|
36
|
+
| Critical | Confirmed breach of sensitive data; significant system compromise; active attack | Immediate (within 1 hour) |
|
|
37
|
+
| High | Suspected breach; significant disruption to critical systems; ransomware | Within 4 hours |
|
|
38
|
+
| Medium | Unauthorised access attempt; malware detection; significant policy violation | Within 24 hours |
|
|
39
|
+
| Low | Minor policy violation; unsuccessful attack; suspicious activity | Within 5 business days |
|
|
40
|
+
|
|
41
|
+
## 5. Incident Response Process
|
|
42
|
+
|
|
43
|
+
### 5.1 Detection and Reporting
|
|
44
|
+
All personnel are required to report suspected security events immediately. Reports should be made to {{owner}} via the designated incident reporting channel.
|
|
45
|
+
|
|
46
|
+
### 5.2 Initial Assessment
|
|
47
|
+
{{owner}} or the designated Incident Response Team (IRT) will assess the reported event within the response time defined for its severity classification.
|
|
48
|
+
|
|
49
|
+
### 5.3 Containment
|
|
50
|
+
Immediate steps to limit the impact of confirmed incidents, which may include isolating affected systems, revoking compromised credentials, or blocking malicious traffic.
|
|
51
|
+
|
|
52
|
+
### 5.4 Eradication
|
|
53
|
+
Identifying and eliminating the root cause of the incident, including removing malware, closing vulnerabilities, and resetting compromised credentials.
|
|
54
|
+
|
|
55
|
+
### 5.5 Recovery
|
|
56
|
+
Restoring affected systems and services to normal operation, verifying that systems are clean and operational.
|
|
57
|
+
|
|
58
|
+
### 5.6 Post-Incident Review
|
|
59
|
+
A post-incident review shall be conducted for all High and Critical incidents within 14 days of resolution to identify:
|
|
60
|
+
- Root cause and contributing factors
|
|
61
|
+
- Effectiveness of the response
|
|
62
|
+
- Improvements to controls or procedures
|
|
63
|
+
- Lessons learned to be shared
|
|
64
|
+
|
|
65
|
+
## 6. Evidence Collection
|
|
66
|
+
|
|
67
|
+
Evidence shall be collected and preserved for all incidents where:
|
|
68
|
+
- Legal or regulatory notification may be required
|
|
69
|
+
- Disciplinary action may result
|
|
70
|
+
- The incident may be referred to law enforcement
|
|
71
|
+
|
|
72
|
+
Evidence must be handled in accordance with the Evidence Collection Procedure to maintain chain of custody.
|
|
73
|
+
|
|
74
|
+
## 7. Regulatory Notification
|
|
75
|
+
|
|
76
|
+
{{organisation_name}} shall notify relevant regulatory authorities of data breaches within the timeframes required by applicable legislation. {{owner}} is responsible for determining notification obligations and managing communications with regulators.
|
|
77
|
+
|
|
78
|
+
## 8. Communication
|
|
79
|
+
|
|
80
|
+
All communications regarding incidents shall be coordinated through {{owner}}. Personnel must not discuss incidents with external parties (including media) without explicit authorisation.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
**Clause Mappings:** {{clause_mappings}}
|
|
85
|
+
**Control Mappings:** {{control_mappings}}
|
|
86
|
+
|
|
87
|
+
*Approved by: {{approver}} | Effective: {{effective_date}} | Next Review: {{next_review_date}}*
|