Skip to main contentChat with us

ISO 27001:2022 Annex A  ·  Technological Control

A.8.20
Networks security

To protect information traveling across networks — and the systems connected to them — from interception, intrusion, and disruption arriving over the network itself.

Last reviewed: June 12, 2026  ·  Authored by TÜV SÜD & BSI Certified Lead Auditors

Control Definition

The organization must secure, manage, and control its networks and network devices to protect the information flowing through connected systems and applications — establishing clear responsibility for network management, hardening and authenticating devices, restricting and filtering connections, protecting management channels, and logging and monitoring network activity.

Control Objective

To protect information traveling across networks — and the systems connected to them — from interception, intrusion, and disruption arriving over the network itself.

What This Really Means

The network is the part of your estate every other technological control quietly assumes is trustworthy. Authentication, encryption, monitoring, malware defense — all of them ride on cables, Wi-Fi, and virtual networks, and all of them degrade if an attacker owns the layer underneath. Think of the network as the corridors and doors of a building: A.8.20 is the control that says the corridors are mapped, the doors lock, the master keys are accounted for, and someone is watching the CCTV.

In practice the control decomposes into a handful of disciplines. Know your network: maintain current architecture documentation showing zones, trust boundaries, and how traffic enters and leaves — you cannot secure what you cannot draw. Harden the devices: change default credentials, disable unused services and legacy protocols, keep firmware current, and apply a hardening baseline (CIS benchmarks are the usual reference) just as you would to a server. Protect the management plane: the interfaces used to administer routers, switches, firewalls, and access points should live on a separate management network, unreachable from user segments or the internet, behind MFA and a jump host. Filter the traffic: default-deny rules between zones, each rule with an owner and a business justification (the segmentation architecture itself is A.8.22's territory). Secure the wireless edge, authenticate what connects — NAC where your maturity supports it — and log and monitor network events so anomalies surface (feeding A.8.16).

If you are cloud-native, do not skip this control because you own no switches. Your VPC and VNet design, security groups, network ACLs, routing tables, load balancer exposure, and flow logs ARE your network controls. "Hardening a device" becomes reviewing the Terraform that defines a security group; "the management plane" becomes the cloud console and API, protected by IAM and MFA. The control translates cleanly — auditors increasingly expect you to make exactly that translation rather than declare the control out of scope.

What auditors treat as the heart of A.8.20: a network diagram that matches observable reality, devices that are demonstrably hardened rather than default-configured, management access that an ordinary user segment cannot reach, and evidence that someone actually looks at network logs. Pretty topology slides with default credentials behind them fail; a modest network that is mapped, filtered, and watched passes.

Why It Matters

Most serious intrusions are not won at the perimeter — they are won in the minutes and weeks after, when a flat, unwatched network lets one compromised laptop reach everything else. Network security is the control that decides whether an incident stays a contained event on one machine or becomes a company-wide ransomware deployment. It is also foundational evidence: weakness here undermines your story for monitoring, access control, and segregation simultaneously.

When networks are unmanaged, organizations face:

  • Lateral movement at attacker speed – On a flat network with no internal filtering, one phished endpoint reaches servers, backups, and domain controllers in a single hop
  • Default-configured entry points – Routers, switches, and access points still running factory credentials and legacy protocols are among the oldest and most reliable footholds attackers look for
  • Exposed management planes – Admin interfaces reachable from user networks or the internet turn one stolen password into control of the network itself
  • Blindness during incidents – Without flow logs, firewall logs, and DNS records, you can neither detect an intrusion in progress nor reconstruct it afterwards for reporting
  • Cascading compliance failure – PCI DSS, SOC 2, and sector regulators all lean on network controls; weak A.8.20 evidence rarely fails only the ISO audit

Regional Compliance Context

For India-connected systems, CERT-In's 180-day log retention requirement squarely covers network telemetry: firewall logs, VPN and remote-access logs, DNS logs, and NetFlow or cloud flow logs should all be in your retained set, because they are precisely what incident reconstruction — and the 6-hour reporting obligation — depends on. Check retention settings on cloud flow logs in particular; several platforms default to far shorter windows.

Indian BFSI organizations face parallel expectations from RBI master directions and SEBI's CSCRF, which treat network security and segmentation of critical systems as baseline obligations — an ISO 27001-aligned A.8.20 implementation, evidenced by architecture documents, hardening baselines, and monitored logs, does double duty in those examinations.

Implementation Guidance

1

Document the Network Architecture

Produce current diagrams covering on-premises segments, cloud VPCs and VNets, site-to-site and remote-access links, and wireless — showing zones, trust boundaries, and ingress and egress points. Assign a named owner for network architecture, and make updating the diagram a closure step of network changes rather than an annual scramble. Where possible, generate views from the source of truth (IaC or discovery tooling) so documentation cannot silently drift.

2

Harden Every Network Device

Apply a hardening baseline to routers, switches, firewalls, and access points: change all default credentials, disable unused services, ports, and management protocols (telnet and HTTP administration first), enable only supported firmware with a patching cadence, and back up configurations. Treat the baseline as configuration management for network gear (A.8.9) — CIS benchmarks give you a defensible starting point.

3

Separate and Protect the Management Plane

Put device administration interfaces on a dedicated management VLAN or out-of-band network that user segments and the internet cannot reach. Require MFA and a bastion or jump host for administrative sessions, restrict administration to named individuals (A.8.2), and log every session. In cloud, the management plane is the console and API — protect it with IAM least privilege, MFA enforcement, and control-plane audit logging.

4

Filter Traffic Between Zones

Enforce default-deny between network segments, with each permitted flow documented — rule, owner, business justification, and review date. Recertify firewall rules at least annually and remove or justify rules with no observed traffic. In cloud, manage security groups and network ACLs as code with pull-request review, so every rule change carries an approval trail (the zoning model itself belongs to A.8.22).

5

Secure the Wireless Edge

Run corporate Wi-Fi on WPA2/WPA3-Enterprise with 802.1X or certificate-based authentication tied to your directory, so departing staff lose access automatically. Keep guest and IoT networks on isolated segments with no route to corporate systems, and monitor for rogue access points. A single pre-shared key whispered around the office is the pattern to eliminate.

6

Control What Connects to the Network

Decide, risk-based, how unknown devices are kept off your network: 802.1X NAC on wired and wireless where maturity allows, or pragmatic interim measures — switch port controls, MDM-based posture checks before granting access, and alerting on new MAC addresses in sensitive segments. In cloud, the equivalent is restricting who and what can modify network configuration and attach resources, enforced through IAM.

7

Log and Monitor Network Events

Ship firewall logs, VPN and remote-access logs, DNS queries, and flow logs (NetFlow, VPC Flow Logs) to your SIEM, and alert on meaningful anomalies: traffic to new external destinations, internal port scanning, denied-traffic spikes, and management-plane access outside change windows. Set retention to satisfy investigation needs and regulation — 180 days minimum for India-connected systems under CERT-In directions. This feed is also half of your A.8.16 monitoring story.

Audit Evidence

During your ISO 27001 certification audit, auditors will expect to see the following evidence to demonstrate compliance with A.8.20:

Documentation

  • Current network architecture diagrams (on-premises and cloud) showing zones, trust boundaries, and ingress/egress points
  • Network device hardening standard plus sampled device configurations or IaC templates demonstrating it is applied
  • Firewall and security-group rule sets with documented owners, business justifications, and recertification records
  • Network security procedures covering management-plane access, wireless, remote access, and connection of new devices
  • Network device inventory with firmware status, configuration backup records, and named administrators

Interviews

  • Network or cloud platform engineers on how firewall rule and security-group changes are requested, reviewed, and applied
  • IT or security manager on who can administer network devices and how that access is segregated and protected
  • SOC analyst or designated log reviewer on which network events are monitored, alerted on, and escalated

Observations

  • Live comparison of the network diagram against observable topology or the cloud console VPC layout for sampled segments
  • Inspection of a sampled device or security-group configuration: default credentials changed, unused services disabled, default-deny in place
  • Demonstration that a device management interface is unreachable from the user network, and that administrative access requires MFA via a bastion

Practitioner Insights

Surendra Pal Singh

The fastest credibility test on this control is the diagram. A pattern I see across audits: the organization presents a polished network diagram, we trace three segments against the live environment, and none of them match — at which point every other network claim needs independent verification. The second chronic finding is firewall rule bloat: hundreds of rules, no owners, nobody willing to delete anything. Tie diagram updates to change closure and run an annual rule recertification with hit-count data; those two habits carry most of the audit on A.8.20.

Surendra Pal Singh · CISO, DPO, CISA, ISO 27001, 27701, 42001 Lead Auditor
Saundhi Chauhan

Cloud-first startups tell me "we don't really have a network" — and then we open the console and find security groups allowing 0.0.0.0/0 on SSH and database ports, because someone was debugging in 2024 and never cleaned up. Treat your security groups as the firewall ruleset they are: define them in Terraform, review changes by pull request, turn on flow logs, and run one of the free misconfiguration scanners regularly. That gives a five-person team better network evidence than many enterprises, at close to zero cost.

Saundhi Chauhan · ISO 27001, 27701 Lead Auditor

Common Challenges & Solutions

Challenge

Network diagrams are outdated within weeks of being drawn, and nobody trusts them.

Solution

Stop treating the diagram as a deliverable and start treating it as an output: generate it from sources of truth (IaC, network discovery, the cloud console) where tooling allows, and make a documentation update a mandatory closure step for any network change. Keep one logical-zone diagram for auditors and architecture reviews, and let detailed views be generated on demand.

Challenge

The firewall ruleset has grown for years and nobody dares remove a rule in case something breaks.

Solution

Run a recertification: export the ruleset, attach hit-count or log data, and have rule owners justify what remains in use. Disable rather than delete suspect rules for a defined observation window (30 days is common) before removal, and add owner and justification metadata to every new rule going forward so the cleanup never has to be repeated at this scale.

Challenge

Administrators need remote access to network devices, so management interfaces have ended up exposed.

Solution

Exposure is never the answer to remote administration. Route admin sessions through VPN plus MFA onto a management VLAN or out-of-band network, with a bastion or PAM gateway recording sessions. In cloud, drop open SSH and RDP security-group rules in favor of session-manager or identity-aware proxy services, which remove the listening port entirely while improving the audit trail.

Challenge

Office Wi-Fi runs on one shared password that ex-employees, visitors, and half the neighborhood still know.

Solution

Move corporate Wi-Fi to 802.1X or certificate-based authentication tied to your directory, so access dies with the account on the day someone leaves. Stand up a separate isolated SSID for guests and another for IoT devices. If enterprise authentication must wait, rotate the PSK immediately, on every exit, and on a fixed schedule — but treat that strictly as a stopgap.

Challenge

In a hybrid estate, developers own the cloud network and IT owns the office network, and nobody owns the whole.

Solution

Publish one network security standard that covers both worlds — hardening, exposure rules, logging, and change control expressed in each platform's terms — and name a single accountable owner for network security end to end. Bring cloud network changes into the same change-management visibility as on-premises ones, and run periodic joint architecture reviews so the seam between the two estates, where attackers like to live, gets explicit attention.

Frequently Asked Questions

We are fully cloud-based — does A.8.20 apply when AWS or Azure owns the network?
Yes. Under the shared responsibility model the provider secures the physical network and hypervisor layer, but everything you configure on top is yours: VPC and subnet design, security groups and network ACLs, routing, what is internet-facing, peering, and flow logging. Auditors will assess those artifacts as your network controls, and a security group open to 0.0.0.0/0 on an admin port is exactly the kind of finding this control exists to prevent.
What is the difference between A.8.20, A.8.21, and A.8.22?
A.8.20 is the umbrella: securing and managing networks and network devices overall. A.8.21 narrows to network services — identifying the security mechanisms, service levels, and requirements of services like VPNs, DNS, or managed connectivity, and holding providers to them. A.8.22 covers segregation: dividing the network into domains and controlling traffic between them. They are audited as a cluster, but each contributes distinct evidence: device hardening and monitoring for 8.20, service requirements and agreements for 8.21, and the zoning architecture for 8.22.
Is network segmentation mandatory under ISO 27001?
Not prescriptively — ISO 27001 controls are applied based on your risk assessment, and the segregation detail sits under A.8.22. In practice, though, a completely flat network is very hard to defend in a risk assessment, and auditors generally expect at least separation of guest, corporate, and management traffic, with stronger isolation around crown-jewel systems. If you run flat, be prepared to show the risk acceptance and the compensating controls; most organizations find basic zoning cheaper than that argument.
Do we need NAC (802.1X) to pass this control?
No — NAC is a maturity choice, not a requirement. The underlying obligation is controlling what connects to your network, and smaller organizations satisfy it with pragmatic measures: MDM-enforced device posture before access, switch port controls, certificate-based Wi-Fi, isolated guest networks, and alerts on unknown devices in sensitive segments. Document the risk-based decision; deploy 802.1X when device count and staffing make it sustainable, since a half-maintained NAC causes more harm than a deliberate alternative.
Which network logs should we keep, and for how long?
At minimum: firewall logs (denies plus permits on sensitive zones), VPN and remote-access authentication logs, DNS query logs, flow data (NetFlow or cloud flow logs), and management-plane access logs for network devices. Retention is driven by investigation needs and law — CERT-In directions require 180 days for India-connected systems, and many organizations standardize on 12 months because intrusions are often discovered late. Verify cloud defaults explicitly; several flow-log and console-audit services retain far less unless configured.
How often should firewall rules be reviewed?
Common practice is a full recertification at least annually — every rule confirmed by a named owner with a business justification — plus review of individual rules at change time and after incidents. Higher-risk environments, including most BFSI organizations, run the cycle quarterly for internet-facing and crown-jewel segments. Use hit-count or log analysis to find dormant rules, and disable them for an observation window before deletion so cleanup is safe and demonstrable.

Written By Expert Auditors

Saundhi Chauhan
Saundhi Chauhan
Lead Auditor
ISO 27001 Lead AuditorISO 27701 Lead Auditor
Surendra Pal Singh
Surendra Pal Singh
Chief Information Security Officer & Data Protection Officer
CISODPOCISAMCSEITILISO 27001 Lead AuditorISO 27701 Lead AuditorISO 42001 Lead Auditor
Last reviewed: June 2026Content verified by certified lead auditors

Get in touch

Book a free consultation or send us your requirements. We respond within 24 hours.

Quick Call

Pick a time slot

Send Requirements

Get a custom quote in 24 hours

We're Online

⚠️ Business inquiries only. Personal email addresses will be rejected.

24hr Response
Free Consultation
No Obligations