On this page
- Quick Reference (60 Seconds)
- What the Standard Actually Requires
- Why Network Segregation Matters
- Scope and Applicability
- Key Definitions and Terminology
- Relationship to Other Controls
- Segmentation Models and Network Domains
- Physical vs Logical Segregation and Micro-Segmentation
- Detailed Implementation Guidance
- Cloud and OT Segregation
- Network Segregation Policy (Template)
- Risk Assessment and Treatment
- Audit and Compliance Checklist
- Metrics and KPIs
- Common Pitfalls and Audit Failures
- Illustrative Scenarios
- 16A. Advanced Implementation Guidance
- Key Takeaways
- Multi-Framework Mapping
- Implementation Roadmap
- FAQ
- References and Further Reading
Quick Reference (60 Seconds)
ISO 27001:2022 Annex A 8.22 requires that groups of information services, users and information systems be segregated on the organization's networks, splitting the network into security domains and controlling traffic between them based on business need.
| Element | What You Need to Know |
|---|---|
| Control Number | A.8.22 |
| Control Name | Segregation of Networks |
| Standard Reference | ISO/IEC 27001:2022, Annex A, Control 8.22 |
| 27002 Guidance | ISO/IEC 27002:2022, Clause 8.22 |
| Control Type | Preventive |
| Objective | Split the network into security boundaries and control traffic between them by business need |
| What You Must Do | Define network domains by trust/sensitivity; separate from the internet; control inter-domain traffic at gateways |
| Owner | Network/Infrastructure Security (with CISO) |
| Maturity L1 → L5 | Flat network → DMZ + VLANs → role/sensitivity domains → least-privilege inter-zone rules → micro-segmentation/Zero Trust |
| Audit Red Flag | Flat network where a phished laptop can reach the database/CBS directly; no DMZ; OT on the office LAN |
| Quick Win | Put servers/databases on their own segment with default-deny from the user VLAN this week |
| Time to Implement | 4–12 weeks for core segmentation (longer for OT/legacy) |
| Related Controls | A.8.20 Networks security · A.8.21 Network services · A.8.23 Web filtering · A.8.16 Monitoring · A.5.15 Access control |
The Bottom Line: Segregation is what limits an attacker's lateral movement. On a flat network, one compromised laptop can reach everything; with segmentation, the same compromise is contained to one zone. It is among the most effective controls against ransomware spread and data-centre compromise.
What the Standard Actually Requires
Figure · Process
What A.8.22 asks you to do

The ISO 27001:2022 Text
Annex A 8.22 states:
ISO 27001:2022 Annex A 8.22 asks organizations to split networks into segments that isolate different services, user groups, and systems.
What ISO 27002:2022 Adds
The guidance recommends managing the security of large networks by dividing them into separate network domains and separating them from the public network (internet). Key points:
- Choose domains based on levels of trust, criticality and sensitivity (e.g. public-access domain, desktop domain, server domain, low- and high-risk systems), along organisational units (HR, finance, marketing), or a combination.
- Segregation can be physical (separate networks) or logical (e.g. VLANs, virtual networks).
- The perimeter of each domain should be well-defined; if access between domains is allowed, it should be controlled at the perimeter using a gateway (firewall, filtering router).
- Define criteria for what traffic may cross between domains (default-deny, allow by business need).
- Consider segregating wireless networks (and guest access) from internal/wired networks, and treating wireless as external where appropriate.
- Base the segregation on the organisation's access control policy (5.15) and requirements.
The "shall vs should" Analysis
| Phrase | Force | Meaning |
|---|---|---|
| "shall be segregated" | Mandatory | The network must be divided into controlled domains, not flat |
| Gateway control of inter-domain traffic | Mandatory in substance | Firewalls/ACLs between zones with default-deny |
| Physical vs logical; micro-segmentation | Recommended | Design choice proportionate to risk |
What Auditors Actually Check
- A documented segmentation design (zones/domains, not a flat network).
- Server/database and sensitive systems separated from user and public networks.
- Gateways (firewalls) with default-deny controlling inter-zone traffic, reviewed periodically.
- Wireless/guest separated from internal networks.
- For PCI/regulated scope: the in-scope environment (e.g. CDE) is segmented.
Why Network Segregation Matters
Figure · Matrix
Comparison: Lateral movement to OT/IT convergence
The Business Risk Narrative
Almost every major breach involves lateral movement, the attacker lands on one device and then moves across the network to the crown jewels. A flat network is an open plain: one foothold reaches everything. Segregation builds internal walls so that a compromise of a marketing laptop cannot reach the core banking system or the customer database. It is the single most effective architectural control against ransomware propagation, which relies on flat networks to spread estate-wide in minutes.
Segregation Statistics
| Statistic | Source | Implication |
|---|---|---|
| Lateral movement is a stage in most significant intrusions | IR/MITRE ATT&CK data | Segmentation breaks the kill chain |
| Ransomware spreads fastest on flat networks | Ransomware retrospectives | Segmentation limits blast radius |
| Many organisations still run largely flat internal networks | Network-security surveys | A common, high-impact gap |
| OT/IT convergence without segregation drives critical-infra risk | OT-security reports | IT/OT separation is essential |
Indian Regulatory Context
- RBI Cyber Security Framework / Master Directions: Expect network segmentation, isolation of critical systems (e.g. core banking) from general networks, DMZ usage, and controlled gateways.
- PCI DSS (for card data): Segmentation of the Cardholder Data Environment (CDE) is the primary way to reduce scope; tested via segmentation penetration testing.
- SEBI / IRDAI: Network segregation for critical systems of regulated entities.
- DPDP Act 2023: Segregating systems holding personal data supports "reasonable security safeguards" (Section 8(5)) by limiting exposure.
- CERT-In / NCIIPC: Segmentation of critical information infrastructure from general and internet-facing networks.
Industry-Specific Consequences
| Sector | Failure mode | Consequence |
|---|---|---|
| BFSI | CBS reachable from the office LAN | RBI finding; catastrophic breach potential |
| Retail/e-commerce | Flat network reaching the CDE | PCI failure; card-data breach |
| Manufacturing | OT on the IT network | Ransomware halts production; safety risk |
| Healthcare | Medical devices on the general LAN | Patient-data and safety exposure |
impact of Non-Compliance
A flat network turns a containable incident into a company-wide one. The 2017 wave of self-propagating ransomware demonstrated that segmentation is the difference between "we lost a department" and "we lost everything." Segmentation is an architecture investment that pays for itself the first time it stops a breach at a zone boundary.
Scope and Applicability
What the Control Covers
- The organisation's networks, on-premises (LAN/WLAN/data centre), cloud (VPC/VNet), and OT, and the domains/zones into which they are divided and the gateways controlling traffic between them.
Who It Applies To
Every organisation with a network beyond a trivial size. SMEs segment at least servers/databases, users, and guest/wireless; enterprises run multi-tier segmentation and increasingly micro-segmentation.
Size-Based Applicability
| Size | Realistic implementation |
|---|---|
| Micro/SME | DMZ for internet-facing services; separate server VLAN; guest Wi-Fi isolated; default-deny from user to server VLAN |
| Growing companies | Domains by trust/sensitivity and/or org unit; firewalled inter-zone rules; reviewed ACLs |
| Enterprise | Multi-tier + micro-segmentation; Zero Trust networking; IT/OT separation; cloud security groups/NSGs |
Key Definitions and Terminology
Figure · At a glance
A.8.22 at a glance
- Network domain / zone /
- A bounded part of the network with a defined
- DMZ
- Demilitarised zone
- VLAN
- Virtual LAN, logical segregation
- Micro-segmentation
- Fine-grained segmentation down
- East-west traffic
- Traffic between systems inside the network
- Default-deny
- Block all inter-zone traffic except
| Term | Definition |
|---|---|
| Network domain / zone / segment | A bounded part of the network with a defined trust level |
| DMZ | Demilitarised zone, a buffer segment for internet-facing services |
| VLAN | Virtual LAN, logical segregation within shared hardware |
| Micro-segmentation | Fine-grained segmentation down to workload/host level |
| East-west traffic | Traffic between systems inside the network (vs north-south to/from internet) |
| Default-deny | Block all inter-zone traffic except explicitly allowed |
| CDE | Cardholder Data Environment (PCI) |
| OT | Operational Technology (industrial control/plant systems) |
| Zero Trust networking | No implicit trust by location; verify every flow |
Relationship to Other Controls
| Control | Relationship to A.8.22 |
|---|---|
| A.8.20 Networks security | Upstream. Overall network management/protection |
| A.8.21 Security of network services | Parallel. Securing the services that run across segments |
| A.8.23 Web filtering | Parallel. Controls north-south (outbound web) traffic |
| A.8.16 Monitoring activities | Parallel. Monitoring inter-zone/east-west traffic |
| A.5.15 Access control | Upstream. Segregation enforces the access control policy at the network layer |
| A.7.4 Physical monitoring / A.8.1 endpoints | Parallel. Defence in depth around segmented assets |
Where Segregation Fits
Network controls layer: 8.20 manages and protects the network overall; 8.21 secures network services and their agreements; 8.22 divides the network into trust domains and controls traffic between them; 8.23 filters outbound web access. A.8.22 is the structural control, it shapes the battlefield so that the other controls (and incident response) operate on a contained, defensible architecture rather than an open plain.
Segmentation Models and Network Domains
Choose a model (or combination) per ISO 27002:
| Model | Basis | Example domains |
|---|---|---|
| Trust/sensitivity | Levels of trust & data sensitivity | Public-access, DMZ, desktop, server, high-risk/critical |
| Organisational unit | Business function | HR, finance, R&D, marketing |
| System tier | Application architecture | Web tier, app tier, database tier |
| Environment | Lifecycle | Production, test, development (link 8.31) |
| IT vs OT | Technology type | Corporate IT vs plant/control networks |
A common baseline: DMZ (internet-facing), user/desktop domain, server domain (further split into app/database tiers), management network (for admin/out-of-band), guest/wireless, and, where relevant, a strictly separated OT zone. Each boundary is controlled by a gateway with default-deny.
Physical vs Logical Segregation and Micro-Segmentation
- Physical segregation: separate physical networks/hardware, strongest isolation, used for the most critical/OT systems; higher overhead.
- Logical segregation: VLANs, virtual networks, cloud VPC/subnets, flexible and efficient; relies on correct configuration of switches/firewalls.
- Micro-segmentation: fine-grained, often identity/workload-aware policies controlling east-west traffic down to the host. Reduces lateral movement dramatically and underpins Zero Trust networking, every flow is explicitly allowed, nothing is trusted by location alone.
Most organisations use logical segregation for the bulk of the network and physical for the highest-criticality/OT systems, evolving toward micro-segmentation at higher maturity.
Detailed Implementation Guidance
Map Flows, Then Define Domains
Inventory systems and map current traffic flows (who talks to what). Define domains by trust/sensitivity/org unit, and place sensitive systems (databases, CBS, CDE, domain controllers) in protected domains.
Separate from the Internet (DMZ)
Internet-facing services go in a DMZ, never directly on the internal network. Internal systems reach the internet through controlled egress (with web filtering, A.8.23).
Control Inter-Domain Traffic at Gateways (Default-Deny)
Place firewalls/filtering routers at domain perimeters; configure default-deny and allow only explicitly justified flows. Document the criteria and the rule justifications.
Protect the Crown Jewels
Put databases, core systems and management interfaces in tightly-controlled segments reachable only from where business requires, never directly from the user VLAN or the internet. This single step stops most lateral-movement-to-data paths.
Segregate Wireless, Guest and Untrusted Devices
Isolate guest Wi-Fi and untrusted/BYOD devices from internal networks; treat wireless as untrusted unless strongly authenticated; segment IoT.
Review Rules and Test Segmentation
Periodically review inter-zone firewall rules (remove stale/over-broad rules) and test segmentation (segmentation penetration testing) to confirm zones are actually isolated, configuration drift silently erodes segmentation.
Monitor East-West Traffic
Monitor inter-zone and east-west traffic (link A.8.16) to detect lateral movement and policy violations; segmentation plus monitoring is far stronger than either alone.
Cloud and OT Segregation
Cloud. Segregation in cloud uses VPCs/VNets, subnets, security groups/NSGs, and network policies. Apply the same principles: separate tiers (web/app/db), restrict east-west with security groups, isolate management, and default-deny. Cloud-native micro-segmentation (security groups per workload, service mesh policies) is often easier than on-prem.
OT (Operational Technology). IT/OT convergence without segregation is a top critical-infrastructure risk. Apply a zoned model (e.g. the Purdue model): strictly separate plant/control networks from corporate IT via a controlled DMZ/conduit, allow only essential, inspected flows, and never let OT sit on the office LAN. Ransomware crossing from IT to OT can halt production and create safety hazards.
Network Segregation Policy (Template)
Illustrative extract (full version in the toolkit):
Network Segregation Policy — Acme Technologies Pvt Ltd (A.8.22)
1. The network shall be divided into security domains based on trust, criticality and
sensitivity, and shall be separated from the public internet.
2. Internet-facing services shall reside in a DMZ, never on internal networks.
3. Sensitive systems (databases, core/financial systems, domain controllers, management
interfaces) shall reside in protected domains not directly reachable from user or public
networks.
4. Traffic between domains shall be controlled at gateways (firewalls) on a default-deny
basis; flows shall be allowed only on documented business justification.
5. Guest and wireless networks shall be isolated from internal networks. OT networks shall be
segregated from corporate IT via a controlled conduit/DMZ.
6. Inter-domain rules shall be reviewed at least [quarterly]; segmentation shall be tested at
least [annually] (segmentation penetration testing).
7. Inter-zone and east-west traffic shall be monitored (A.8.16).
Risk Assessment and Treatment
Figure · Risk grid
Segregation of networks risks by likelihood and impact
Likelihood across · impact up
- Flat network enables estate-wideMedium/High
- Database/CBS reachable from user VLANMedium/High
- Internet-facing service on internalMedium/High
- OT on corporate IT networkMedium/High
- Stale/over-broad firewall rulesHigh/Medium
- Guest/BYOD on internal networkMedium/Medium
- Segmentation drift over timeMedium/Medium
| Risk | Likelihood | Impact | Risk Level | Treatment |
|---|---|---|---|---|
| Flat network enables estate-wide ransomware | Medium | High | Critical | Segment; default-deny; protect crown jewels |
| Database/CBS reachable from user VLAN | Medium | High | High | Isolate sensitive systems behind gateways |
| Internet-facing service on internal network | Medium | High | High | DMZ for all internet-facing services |
| OT on corporate IT network | Medium | High | High | IT/OT segregation via conduit/DMZ |
| Stale/over-broad firewall rules | High | Medium | High | Periodic rule review; default-deny |
| Guest/BYOD on internal network | Medium | Medium | Medium | Isolate guest/wireless |
| Segmentation drift over time | Medium | Medium | Medium | Segmentation testing; change control |
Audit and Compliance Checklist
| # | Audit Question | Expected Evidence | Red Flag |
|---|---|---|---|
| 1 | Is there a documented segmentation design? | Network diagram/zones | Flat network |
| 2 | Are internet-facing services in a DMZ? | Architecture | Services on internal LAN |
| 3 | Are sensitive systems isolated from user/public networks? | Firewall rules/topology | DB reachable from user VLAN |
| 4 | Is inter-domain traffic default-deny at gateways? | Firewall config | Any-any rules |
| 5 | Are inter-zone rules justified and reviewed? | Rule base + review records | Stale/unjustified rules |
| 6 | Are guest/wireless networks isolated? | WLAN config | Guest on internal network |
| 7 | Is OT segregated from IT? | OT architecture | OT on office LAN |
| 8 | Is segmentation tested? | Segmentation pen-test report | Never tested |
| 9 | Is east-west traffic monitored? | Monitoring (link 8.16) | No internal visibility |
| 10 | Is management/admin traffic on a separate segment? | Management network | Admin over user VLAN |
| 11 | For PCI scope, is the CDE segmented? | CDE segmentation evidence | Unsegmented CDE |
| 12 | Are cloud networks segmented (subnets/SGs)? | Cloud network config | Flat VPC |
| 13 | Is segregation aligned to the access control policy? | Policy mapping | Ad-hoc zoning |
| 14 | Are changes to segmentation change-controlled? | Change records | Uncontrolled rule changes |
| 15 | Is the segmentation design reviewed periodically? | Review records | Stale design |
(Full 25-question version in the toolkit 04-audit-evidence-checklist.md.)
Metrics and KPIs
Figure · Measures
The measures that show A.8.22 is working
- Sensitive systems segmented100%Quarterly
- Default-deny coverage100%Quarterly
- Internet-facing in DMZ100%Quarterly
- Inter-zone rule review currency100%Quarterly
- Over-broad rules0Monthly
| # | KPI | Formula | Target | Frequency |
|---|---|---|---|---|
| 1 | Sensitive systems segmented | % critical systems in protected zones | 100% | Quarterly |
| 2 | Default-deny coverage | % zone boundaries with default-deny | 100% | Quarterly |
| 3 | Internet-facing in DMZ | % such services in DMZ | 100% | Quarterly |
| 4 | Inter-zone rule review currency | % rules reviewed on schedule | 100% | Quarterly |
| 5 | Over-broad rules | Count of any-any/over-broad rules | 0 | Monthly |
| 6 | Guest/wireless isolation | % guest networks isolated | 100% | Quarterly |
| 7 | IT/OT segregation | % OT segregated from IT | 100% | Quarterly |
| 8 | Segmentation test findings | Count from segmentation pen-test | Trend ↓ | Per test |
| 9 | East-west monitoring coverage | % inter-zone traffic monitored | ≥90% | Quarterly |
| 10 | Cloud segmentation coverage | % cloud workloads with restrictive SGs | ≥95% | Quarterly |
| 11 | Time to contain lateral movement | Drill metric | Trend ↓ | Per exercise |
| 12 | Segmentation change-control compliance | % changes via change mgmt | 100% | Monthly |
Common Pitfalls and Audit Failures
| Pitfall | Root Cause | Fix |
|---|---|---|
| Flat internal network | Legacy/convenience | Segment by trust/sensitivity; default-deny |
| Database reachable from user VLAN | No tiering | Isolate sensitive systems behind gateways |
| any-any firewall rules | Quick fixes never tightened | Default-deny; justify and review rules |
| Internet-facing service on LAN | No DMZ | Move to DMZ |
| OT on the IT network | IT/OT convergence unmanaged | Conduit/DMZ separation (Purdue) |
| Guest Wi-Fi bridged to internal | Misconfiguration | Isolate guest networks |
| Segmentation never tested | "Set and forget" | Periodic segmentation pen-testing |
| Rule sprawl/drift | No review/change control | Periodic review; change-controlled rules |
Illustrative Scenarios
Illustrative scenario, a composite example for guidance, not a specific Singahi engagement or a verified outcome.
Illustrative Scenario 1, Indian Private-Sector Bank: Isolating Core Banking
Challenge. An RBI examination and an ISO 27001 audit found that the bank's core banking system (CBS) and customer database were reachable, via a largely flat internal network, from general office VLANs, meaning a single phished employee laptop could reach the crown jewels. Firewall rules between segments were riddled with any-any entries accreted over years.
Solution (Singahi-guided, 12 weeks).
- Mapped flows and re-architected into trust domains: DMZ, user, server (app/db tiers), management, and a strictly-isolated CBS zone.
- Implemented default-deny at all zone gateways; allowed only documented, justified flows to the CBS and database tiers.
- Moved internet-facing services into the DMZ; isolated guest Wi-Fi.
- Instituted quarterly rule review and an annual segmentation penetration test, with east-west monitoring (A.8.16).
Results. The CBS and database are no longer reachable from user networks; any-any rules eliminated; lateral-movement paths to core systems closed. The RBI observation and ISO nonconformity were both resolved, and a subsequent red-team confirmed containment at the zone boundaries.
Illustrative Scenario 2, Indian Manufacturing Enterprise: IT/OT Segregation
Challenge. A manufacturer running SAP and plant control systems had its OT (PLCs/SCADA) on the same network as corporate IT. A ransomware incident at a peer (which halted production for days by crossing from IT to OT) prompted an urgent review; ISO 27001 flagged the lack of segregation as a critical risk.
Solution (Singahi-guided, 14 weeks).
- Applied a Purdue-model zoning: separated OT/control networks from corporate IT via a controlled DMZ/conduit, allowing only essential, inspected flows.
- Placed plant historians and jump hosts in the conduit DMZ; blocked direct IT→OT traffic.
- Segmented corporate IT (DMZ, user, server) with default-deny; isolated engineering workstations.
- Added OT-aware monitoring and a segmentation test.
Results. A compromise of corporate IT can no longer propagate to plant control systems; production-halting ransomware risk dramatically reduced; the segregation satisfied the ISO 27001 auditor and became the template for the group's other plants.
16A. Advanced Implementation Guidance
Figure · Tiers
Maturity levels for segregation of networks
- Micro-segmentation /near-zero implicit trust automated
- IT/OT separationreviewed rules east-west monitoring
- Trust/sensitivitydefault-deny gateways crown jewels
- DMZ + some VLANsbasic separation
- Flat networkminimal/no internal boundaries
16A.1 Micro-Segmentation and Zero-Trust Networking
Traditional zone segmentation controls north-south traffic (between zones) but often leaves east-west traffic (between systems in the same zone) wide open, which is exactly where ransomware and attackers move. Micro-segmentation pushes policy down to the workload/host level: each workload only accepts the specific flows it needs, identity- or tag-based rather than IP-based. This is the network foundation of Zero Trust, no implicit trust from network location; every flow explicitly allowed. Implement incrementally: start by isolating the crown jewels and the highest-risk segments, then expand. Tools: host-based microsegmentation (Illumio, Akamai Guardicore), cloud-native security groups/network policies, and service-mesh policies (Istio) for containerised workloads.
16A.2 Cloud Segmentation in Depth
In cloud, segmentation is built from VPCs/VNets, subnets, security groups/NSGs, network ACLs, and network policies (Kubernetes). Apply the same tiering: separate web/app/database tiers into subnets; restrict east-west with tight security groups (default-deny, allow only required ports/sources); isolate the management plane; and use private endpoints so data services aren't internet-exposed. A "flat VPC" with permissive security groups is the cloud equivalent of a flat LAN. Use CSPM/CNAPP tooling (Wiz, Orca, Prisma) to detect over-permissive rules and exposure, and infrastructure-as-code so segmentation is version-controlled and reviewable.
16A.3 OT/ICS Segmentation (Purdue Model)
For manufacturing, utilities and critical infrastructure, IT/OT segregation is a top control. The Purdue model layers the environment (Levels 0–5) and inserts a controlled IDMZ (industrial DMZ) between enterprise IT (Levels 4–5) and operations/control (Levels 0–3). Only essential, inspected flows cross the IDMZ (via jump hosts, data diodes for one-way flows, and brokered protocols); direct IT→OT traffic is blocked. This prevents ransomware or an IT compromise from reaching, and halting or endangering, physical processes. Align with IEC 62443 zones-and-conduits.
16A.4 Segmentation Testing and Rule Lifecycle
Segmentation drifts: rules accrete, "temporary" any-any entries become permanent, and new systems land in the wrong zone. Counter with (1) segmentation penetration testing, actively attempting to cross zone boundaries to prove isolation (required by PCI for the CDE); (2) a firewall-rule lifecycle, every rule has a justification, owner and review date; stale and overly-broad rules are removed at periodic review; and (3) change control (A.8.32) for all segmentation changes. Pair with east-west monitoring (A.8.16) to detect lateral movement and policy violations in real time.
16A.5 Network Segregation Maturity Model (L1–L5)
| Level | Characteristics |
|---|---|
| L1 | Flat network; minimal/no internal boundaries |
| L2 | DMZ + some VLANs; basic separation |
| L3 | Trust/sensitivity domains; default-deny gateways; crown jewels isolated; guest/wireless separated |
| L4 | IT/OT separation; reviewed rules; east-west monitoring; cloud segmentation; segmentation testing |
| L5 | Micro-segmentation / Zero-Trust networking; near-zero implicit trust; automated, continuously-validated policy |
Target L3 for certification; BFSI and critical-infrastructure operators are typically expected at L4.
16A.6 Anatomy of a Flat-Network Breach
An attacker phishes a marketing employee and lands on their laptop. On a flat network, the laptop can reach the file servers, the database tier, and the domain controllers directly, so the attacker harvests credentials, moves laterally to the domain controller, and deploys ransomware estate-wide within hours. On a segmented network, the same laptop sits in a user zone with default-deny to the server and database tiers; the attacker hits a wall at the first zone boundary, the lateral movement is blocked and detected by east-west monitoring, and the incident is contained to one segment. Segmentation is the single architectural control that most reduces blast radius.
Key Takeaways
- Segmentation limits lateral movement, the difference between losing a segment and losing the estate.
- Divide by trust/sensitivity, separate from the internet (DMZ), and isolate the crown jewels behind default-deny gateways.
- East-west traffic is the gap, micro-segmentation and monitoring close it.
- IT/OT separation (Purdue/IEC 62443) is essential for manufacturing/critical infrastructure.
- Segmentation drifts, test it (segmentation pen-testing), review rules, and change-control changes.
- In India, A.8.22 supports RBI critical-system isolation, PCI CDE scoping, and DPDP exposure-limitation.
Multi-Framework Mapping
| Framework | Reference | Mapping to A.8.22 |
|---|---|---|
| ISO/IEC 27002:2022 | 8.22 | Segregation of networks |
| NIST SP 800-53 Rev 5 | SC-7 (Boundary Protection), SC-7(13)/(21) (isolation/segmentation) | Boundary protection & isolation |
| NIST CSF 2.0 | PR.IR-01 | Networks/environments protected from unauthorised access |
| CIS Controls v8 | Control 12 (Network Infrastructure Management) | Segmentation; secure network architecture |
| PCI DSS v4.0 | Req 1; segmentation guidance | CDE segmentation to reduce scope |
| SOC 2 (TSC 2017) | CC6.6 | Boundary/segmentation controls |
| IEC 62443 | Zones & conduits | OT network segmentation |
| COBIT 2019 | DSS05.02 | Manage network and connectivity security |
| DPDP Act 2023 | Section 8(5) | Segregation limits personal-data exposure |
Implementation Roadmap
Phase 1, Discover & Design (Weeks 1–3)
- Inventory systems; map current traffic flows; identify crown jewels.
- Design the domain model (DMZ, user, server tiers, management, guest, OT).
Phase 2, Build Core Segmentation (Weeks 4–7)
- Stand up DMZ; isolate sensitive systems; implement default-deny gateways with justified flows.
- Isolate guest/wireless.
Phase 3, OT/Cloud & Hardening (Weeks 8–10)
- IT/OT separation (conduit/DMZ); cloud subnet/security-group segmentation.
- Separate management network.
Phase 4, Assure (Weeks 11–12+)
- Rule review + change control; east-west monitoring (8.16).
- Segmentation penetration test; KPI dashboard; internal audit dry-run.
FAQ
Q1: Is A.8.22 mandatory for certification? Yes for any organisation with a network of meaningful size. Auditors look for a real segmentation design and isolated sensitive systems, not a flat network.
Q2: VLANs or physical separation? Logical (VLAN/virtual) segregation is sufficient and efficient for most domains, provided switches/firewalls are correctly configured. Use physical separation for the highest-criticality and OT systems.
Q3: What's the single most valuable step? Isolate the crown jewels (databases, core systems, domain controllers) so they are not directly reachable from the user VLAN or the internet, this closes the most common lateral-movement path.
Q4: How does A.8.22 relate to PCI DSS? PCI uses segmentation to reduce scope, properly segmenting the CDE means fewer systems are in scope. PCI requires segmentation penetration testing to prove isolation.
Q5: We're fully in the cloud, does this apply? Yes. Use VPCs/VNets, subnets, security groups/NSGs and network policies to segment tiers and restrict east-west traffic; a flat VPC is the cloud equivalent of a flat LAN.
Q6: How is this different from A.8.20? 8.20 is overall network security/management; 8.22 is specifically dividing the network into controlled trust domains. 8.22 is one of the most important measures within 8.20.
References and Further Reading
Primary standards
- ISO/IEC 27001:2022, Annex A control 8.22.
- ISO/IEC 27002:2022, Clause 8.22 (network domains, gateways, physical/logical segregation); related §8.20, §8.21, §8.23.
Supporting frameworks
- NIST SP 800-53 Rev 5, SC-7 (Boundary Protection) and enhancements.
- NIST CSF 2.0, PR.IR-01.
- CIS Controls v8, Control 12 (Network Infrastructure Management).
- PCI DSS v4.0, Requirement 1 and segmentation guidance.
- IEC 62443, Zones and conduits (OT segmentation).
- SOC 2 (TSC 2017), CC6.6; COBIT 2019, DSS05.02.
Indian regulations
- RBI, Cyber Security Framework; network-segmentation/critical-system isolation expectations.
- SEBI / IRDAI, segregation for critical systems.
- Digital Personal Data Protection Act, 2023, Section 8(5).
- CERT-In / NCIIPC, critical infrastructure segmentation.
Singahi resources: the A.8.22 toolkit and related guides for A.8.20 Networks security, A.8.21 Security of network services, A.8.23 Web filtering, and A.8.16 Monitoring activities.