What an auditor, or Sekit's evidence engine, asks for.
Network architecture diagram
The drawing or schematic showing how the company's systems connect: networks, firewalls, segments, and links to the internet and the cloud.
Wireless network configuration
How the company's Wi-Fi is secured: encryption, a separate guest network, and control of access points.
From the Sekit evidence catalog
In practice
Segmentation often exists on a diagram but not in the firewall rules: a guest Wi-Fi network shares a VLAN with corporate laptops, and nobody has reviewed the rule set since it was first configured. Multi-tenant software carries the same risk one layer up, where a missing organization-id filter on a single query can let one customer see another's data. A working setup names the network zones and allowed traffic in policy, enforces boundaries with VLANs and default-deny firewall rules, scopes every data query to the requesting tenant, and reviews both on a recurring schedule rather than trusting the original design to hold forever.
Common gaps
The guest Wi-Fi network shares a VLAN with corporate devices, so a compromised guest device can reach systems it was never meant to touch.
Firewall rules between zones were configured once at setup and never reviewed, so nobody can say whether every open path still has a reason.
A data query missing its tenant filter would return another customer's records, and no automated check exists to catch that class of bug before release.
Questions your auditor will ask
How is the guest Wi-Fi network isolated from corporate systems?
The guest network runs on a separate VLAN with encrypted access and no route to internal systems or management interfaces.
What stops one customer's data from being visible to another in your platform?
Every data query is scoped to the requesting tenant at the application and platform layer, verified through recurring access reviews.
How are industrial control systems separated from the office network?
Production control systems sit on their own network, connected to office IT only through an approved, firewalled crossing point.
Can you show me the network architecture diagram, and does it match the firewall rules?
Yes, the network architecture diagram shows every zone and its boundary, and the firewall rule set is reviewed against it on a recurring schedule.
Where regulation demands it
NIS2 6.8 requires network segmentation as a specific security measure, and ENS mp.com.4 requires the same separation of information flows across the network.
Related controls
Via the shared Sekit CSF topic, not the framework's own index.