From magazine topic to project implementation
Relevant service and technical pages for this post
„Zero Trust“ may at first glance sound like an enterprise program. In many mid-sized environments, however, it is a pragmatic response to an evolved reality: branch sites, hybrid teams, partner access, cloud services, mobile devices alongside classic server services, ERP-Clients, Fileshares and specialized hardware. The old model „inside is trusted, outside is dangerous“ no longer holds here — because a compromised client on the internal network often finds too many paths.
Zero Trust in mid-sized companies therefore primarily means: access is not granted based on network location alone, but decided on identity, device state (Device Compliance), context and the minimally required rights. And: the architecture is built so that a breach does not automatically turn into a widespread incident.
This article puts buzzwords to the side and focuses on three levers that deliver the greatest effect in practice: network segmentation (who may communicate with what?), Device Compliance (which device state is a prerequisite?), and Roadmaps that deliver in stages instead of waiting for a perfect target state. The focus is on consequences for operations, administration, enterprise software, interfaces and rollout.
What Zero Trust means in practice — and what it does not
If „Zero Trust“ is not to become a projection surface, a clear working definition helps. Practically, Zero Trust comprises three principles:
- Explicit verification: Every access decision is based on signals (identity, MFA status, device state, risk, sensitivity of the target system).
- Least Privilege (minimal necessary rights): Users, services and admins receive only what they actually need for a process — preferably limited in time and auditable.
- Assume Breach: Architecture and operations assume an endpoint may be compromised. The goal is damage limitation (containment), not the promise „we prevent everything“.
Not meant are: „everything new“, „only cloud“, „we replace the LAN entirely with microsegmentation“ or „we block everything until the business units give up.“ Zero Trust must work in daily operations: scanners scan, ERP clients keep running, interfaces continue to operate, batch processes start at night, and there is an emergency access path for administration.
Why mid-sized companies often progress with Zero Trust faster than expected
In mid-sized companies decision paths are often shorter, and there are fewer competing security initiatives running in parallel. At the same time resources are scarcer and business software has long lifecycles. These factors still align if measures are targeted at typical risk drivers:
- Ransomware chains: Phishing → compromised client → lateral movement (e.g., SMB/RDP) → identity/backup/storage → encryption.
- „Shadow“ accesses: forgotten VPN accounts, shared service accounts, partner accesses without ownership, persistent admin rights.
- Legacy integrations: Fileshares as an „integration bus“, fixed IP whitelists, open ports without device state and without expiration dates.
The main benefit is less „more security as a feeling“ and more a controllable effect: fewer reachable targets from the client zone, fewer privileged accounts in everyday use, and clearer paths for data and interfaces.
Network segmentation as a Zero Trust building block
Network segmentation is the most tangible entry point because it directly restricts lateral movement. This means a deliberate separation of system areas, typically via VLANs/VRFs (logical network separation at the switch or routing level) plus firewall rules between the segments. The goal is not to isolate every system individually, but to create communication-restricted zones in which only defined protocols and destinations are reachable.
Pragmatic target: zones that bring operations and security together
A realistic target in grown environments is often three-tier and extended as needed:
- Client zone: office clients, laptops, mobile devices. From here, access to admin protocols and management systems should be as restricted as possible.
- Server/workload zone: business software (ERP/CRM/portals), databases, integration services, file services. Access only via defined ports and preferably via application paths.
- Admin/management zone: identity (e.g. domain controllers/IdP), backup, virtualization, monitoring, network management. Access only from admin workstations or via bastion hosts, restrictive and logged.
This separation is not only „network.“ It is the prerequisite so that later controls (device compliance, privileged access, service-to-service security) are not undermined by flat any-to-any reachability.
Pitfalls: SMB, printers/IoT and ‚temporarily‘ open ports
Segmentation rarely fails because of switches or firewalls, but because of unresolved traffic flows. Three patterns are typical:
- SMB/fileshares as an integration bus: applications write files to folders, partners pick them up, Excel workflows access network drives. Segmentation then forces decisions: which paths are really necessary? Where is a move to SFTP/HTTPS, portals or a message broker appropriate?
- Print/scan/IoT: multifunction devices, label printers, scanners, production equipment often communicate with multiple servers. These devices belong in their own segment with minimal, documented exceptions and thorough inventorying.
- ‚Once open, always open‘: RDP, SQL ports or WinRM were opened for a project and remain. Segmentation only works with rule owners and an expiration date for exceptions.
Segmentation has proven effective as a change program: first visibility (Netflow/firewall logs), then pilot segments, then rollout in waves. Anyone who immediately enforces ‚Default Deny‘ between all VLANs will cause outages and lose acceptance.
Segmentation for enterprise software, databases and integrations
For custom enterprise software and process-near software solutions, segmentation delivers a dual effect: reduced risk and clearer operational views. Typical guardrails:
- App server → database: only the necessary DB port, only from defined app subnets; no client connections directly to the database.
- Clients → application: prefer HTTPS to the web frontend or API, instead of direct access to internal services or server shares.
- Integration zone: dedicated systems for REST/SOAP/SFTP/Message Broker, with controlled paths into ERP/CRM and to partners.
This makes architectural issues visible that otherwise remain „hidden“ in the network: fat clients that speak directly to databases; batch processes that require admin approvals; or interfaces that „just run“ without clear responsibility.
Device Compliance: Device state as a prerequisite for access
The second lever is device compliance, because endpoints are often the entry point. „Compliance“ here does not mean legal conformity, but technical minimum requirements: patch level, encryption (e.g. BitLocker/FileVault), active malware protection, firewall status, Secure Boot and proof that the device is managed (MDM/Endpoint Management).
In Microsoft environments this is often implemented with Intune/Endpoint Manager plus Conditional Access. Conditional Access are policies that decide at login whether access is allowed (e.g. only with MFA and only from compliant Devices). In other stacks similar arrangements are implemented via MDM, identity providers (IdP) and ZTNA/SSE solutions. The decisive factor is not the tool, but the operationally sustainable policy.
Policies that support and operations can sustain
A frequent cause of frustration is rules that are too strict without graded access scenarios. A practical approach is a tiered model:
- Basic: MFA for everyone; block unknown devices for critical applications (admin portals, Finance, HR, remote access).
- Standard: Access to central portals and collaboration only from registered devices; unregistered devices only limited (e.g. web-only), if the platform supports this.
- High: Admin access only from dedicated admin workstations (PAW, Privileged Access Workstation) with stricter compliance rules and without local admin rights for everyday use.
Important: „compliant“ is not a permanent state. Devices fall out of compliance (outdated updates, encryption failures, obsolete OS). In Zero Trust that means: do not debate, but perform a controlled downgrade. Example: portal access remains possible, VPN or access to management zones is blocked until remediation occurs.
BYOD, specialized devices and non-manageable endpoints
SMEs often have device classes that cannot be managed like standard notebooks: measurement devices, machine PCs, terminal systems, scanners, old Windows versions for specialized software. This becomes manageable when IT defines device categories and ties access rights to them:
- Managed Standard Devices: full compliance via MDM/GPO, the standard for knowledge work and administration.
- RESTricted Devices: limitedly manageable; allowed only in isolated segments and only to defined target systems (e.g. production network → integration gateway).
- Unmanaged/BYOD: access only to limited services (e.g. webmail/portal) with MFA and clear RESTrictions on data exfiltration.
This turns „can’t be done“ into a stable compromise: specialized devices remain possible, but their reach is limited and thus the risk is controllable.
NAC und 802.1X: Wenn das Netz nur noch bekannte Geräte zulässt
Device Compliance does not end at login. A next step is Network Access Control (NAC): devices receive network access only if they identify themselves at the switch or WLAN. 802.1X is a standard procedure in which a device authenticates to the network via certificate or user identity. For devices without 802.1X, MAB (MAC Authentication Bypass) is often used — as an exception, less secure, but sometimes unavoidable.
NAC is very effective, but operationally demanding. The reality: many exceptions (printers, IoT, guests, legacy devices) are normal. A NAC initiative remains manageable if it is staged:
- Pilot at a single site or initially only in the corporate WLAN.
- Start in monitor/alert mode to learn the actual device landscape.
- Quarantine network for unknown devices with clear helpdesk processes and, where possible, self-service enrollment.
The additional benefit: improved inventory. NAC forces a „device truth“ and thus provides the foundations for segmentation, incident response and lifecycle decisions.
Identities, roles and service accounts: without IAM hygiene it remains piecemeal
Zero Trust is often seen as a network or endpoint topic. In implementation, however, the identity side determines precision and maintainability. IAM (Identity and Access Management) covers login, roles/groups, joiner-mover-leaver processes and technical accounts (Service Accounts).
Least privilege in business software: consolidate roles, separate administrative rights
In ERP/CRM and portals permissions often develop historically: new function, new role, then an exception. The result is overlapping permissions and unclear answers to „who may do what?“. It becomes Zero Trust–ready when roles are modeled as business capabilities (e.g. „approve invoice“, „change master data“, „start exports“) and technical admin rights are consistently separated from them.
For operations it is important that roles can be recertified: in fixed cycles responsible parties confirm that accesses are still necessary. This does not need to be bureaucratic, but it does require clear owners per data domain.
Securing service accounts and interface access
Many critical accesses are not performed by users but by services: integration jobs, ETL, partner interfaces, batch processes, Windows services or Linux services. Typical risks are static passwords, overly broad privileges, missing rotation and unclear ownership. In the Zero Trust context the rules are:
- Distinct identity per service: no shared accounts for multiple jobs.
- Minimal privileges: e.g. only write access to an SFTP inbox instead of full access to a share.
- Handle secrets professionally: keys/passwords not in configuration files; make rotation schedulable and designate owners.
- Network paths aligned with segmentation: an integration service communicates with clearly defined targets, not „to the whole server network“.
Especially for interfaces, Zero Trust therefore becomes architecture work: an API-Gateway or integration proxy can centralize authentication, rate limits and logging and reduce sprawl. That does not replace application security, but it delivers better operational control.
Zero Trust for SMEs as a roadmap: deliver in phases
A working roadmap has two properties: it produces visible improvements within weeks and remains compatible with subsequent expansion stages. In practice a phased model has proven effective that optimizes for risk levers rather than completeness.
Phase 0: Map critical systems, data flows and external edges
Before you block and segment, you need a minimum of transparency:
- Which systems are critical (ERP/DMS, databases, backup, identity, virtualization, integration servers)?
- Which access paths exist (VPN, RDP/SSH, admin tools, API, SMB, SFTP)?
- Which external edges exist (partners, sites, cloud tenants, external admin accesses)?
This is not a call for a perfect CMDB. It is a working checklist that later makes exceptions, firewall rules and responsibilities enforceable.
Phase 1: Harden identity – MFA, emergency access, separate admin logins
Many environments have MFA, but not implemented cleanly. Robust minimum standards are:
- MFA for all users, especially for remote access and admin interfaces.
- A defined emergency access („Break Glass“): separately protected, monitored and intended only for incidents.
- Separation of user and admin accounts so that phishing does not automatically carry privileged rights.
The benefit is immediate: many attacks fail at the second factor, and compromised standard accounts less often lead directly into the management layer.
Phase 2: Enforce device compliance first at critical targets
Instead of “all devices compliant immediately” it is usually more effective to anchor rules at the crown jewels:
- Admin portals (virtualization, backup, network management) only from compliant devices.
- VPN only from compliant devices or with tightly restricted destination networks.
- Finance/HR portals and sensitive data exports only with a device check and clear session rules.
This creates sensible migration pressure: anyone who needs full access must bring the device under management. At the same time you do not immediately block all workstations.
Phase 3: Network segmentation in waves – protect backup and management first
If only one segmentation rule can be implemented in the short term, it is often this: Backup and management systems are not directly reachable from the client zone. This is a strong brake against ransomware escalation. Afterwards come server zones and a defined integration zone.
For each wave there needs to be a rollback plan: what may be temporarily opened in an emergency, how is it documented, who closes it again? Without this mechanism segmentation will be gradually eroded in day-to-day operation.
Phase 4: Privileged Access Management (PAM) and admin workstations
PAM (Privileged Access Management) encompasses technology and processes to limit privileged access: just-in-time entitlements (time-limited), approval workflows, password/key rotation and logging. A practical entry point for mid-sized organizations is often:
- Dedicated admin workstations (PAW) or a bastion environment for RDP/SSH.
- No admin activities from everyday laptops.
- Runbooks and logs that are actually usable in an incident.
This reduces the chance that a compromised user device serves as a springboard into the management zone.
Operational reality: Where Zero Trust is effective (and how to govern it)
Zero Trust is not free. Those who plan this openly will have less political friction later. Typical operational consequences:
More policy and exception management
At first the number of adjustments increases: the compliance policy is too strict, a location has special hardware, a service still needs a connection. The difference between chaos and progress is a clear exception process: time-limited, with an owner, documented and regularly reviewed. Otherwise Zero Trust quickly becomes „Any-to-Any, because it was urgent“ again.
Logging becomes a prerequisite for troubleshooting
If access decisions are made contextually, logs must be reliable: IdP and authentication logs, endpoint status, firewall/VPN logs and, ideally, centralized analysis (SIEM or a consolidated log management). Without logs the question “Why can’t the user get in?” cannot be reproduced, and policies will be eroded out of frustration.
Effects on enterprise software: authentication, data paths, certificates
Many systems do not need to be rebuilt, but they must align with the new security assumptions. Typical adjustments:
- SSO via OIDC/SAML instead of local passwords where it makes sense. OIDC (OpenID Connect) is a modern protocol for login via an IdP; SAML remains common in enterprise SSO.
- API instead of fileshare, where segmentation would otherwise force permanent exceptions.
- Service-to-service hardening (e.g. mTLS): mTLS is TLS with mutual certificate verification, which also makes the calling service uniquely identifiable.
These points are not just “security”. They affect operations: certificate lifetimes, secret rotation, deployments, monitoring and clear responsibilities for interfaces.
Measuring success without drowning in metrics
A few measurement points are sufficient to keep progress manageable:
- Proportion of managed devices (managed vs. unmanaged) and the trend.
- Rate of compliant vs. non-compliant per device group plus the most common causes (updates, encryption, AV).
- Reduction of flat network permissions: number of Any-to-Any rules between segments, number of temporary exceptions and their age.
- Privileged Access: share of admin logins that still originate from non-PAW devices; reduction of permanent admin rights.
- Incident signals: blocked accesses to management zones, unusual authentications, recurring malware detections.
The question is always: which measure reduces risk measurably without blocking operations?
Final conclusion: Zero Trust is an operational decision, not a tool debate
Zero Trust in the mid-sized business sector works when it is understood as a combination of architecture, operations and clean access control. Segmentation limits lateral movement in the network, device compliance raises the entry barrier, and a staged roadmap protects identity, backup and management first. Crucial is to avoid letting exceptions grow informally, and instead operate them as a time-limited, documented process – and to plan impacts on enterprise software, interfaces and the certificates/secrets lifecycle early.
Discuss a project or modernization initiative with Net-Base.
Next step
When the topic becomes an actual project, architecture, existing systems and operations should be considered together from the outset.
We support not only with individual issues, but also when source snippets, legacy topics, or portal ideas are to be turned into a robust enterprise project.
- Current state, target state and technical risks are assessed jointly.
- REST, data access, portals and rollout are not deferred to a later stage as secondary consequences.
- You can see early on which path is economically and operationally viable.