All posts

Microsegmentation: what it is and why it stops lateral attacks

Microsegmentation: what it is and why it stops lateral attacks (KAEMI)

Traditional security architectures focus on the perimeter, the boundary between “outside” and “inside.” Firewall, VPN, and gateway guard the entrance to the network. This model has a decisive weakness: once someone has breached the perimeter, for example via a phishing email or a hijacked account, they often keep moving unhindered in flat networks. From one compromised system to the next, ever deeper, all the way to the truly critical data. This sideways spread is called lateral movement. It turns a single incident into company-wide damage.

Microsegmentation addresses exactly this point. It accepts that an attacker will get in at some point, and ensures they get no further. This article explains what microsegmentation is, how it works technically, how it differs from traditional segmentation, which implementation approaches exist, and how KAEMI supports adoption together with Illumio in a requirements-driven way.

What is microsegmentation?

Microsegmentation is a security practice that controls communication in the network down to the level of individual workloads, applications, and services, instead of merely dividing the network into a few large zones. The result is very small, clearly delineated areas with their own policies. A connection is only allowed if it is explicitly needed (least-privilege principle).

Because these policies attach to the identity of a workload rather than to IP addresses or network structures, microsegmentation is also referred to as identity-based segmentation or Zero Trust Segmentation.

North-south or east-west: where does the real risk lie?

To put this in context, it helps to look at two traffic directions. North-south traffic runs between outside and inside, for example from the internet to the data center. Traditional perimeter firewalls guard this transition. East-west traffic, by contrast, flows within the environment, between servers, applications, and services.

In modern data centers and cloud environments, east-west communication makes up by far the larger share of traffic. Perimeter firewalls barely see this internal traffic, and it is precisely what an attacker uses for lateral movement. Microsegmentation controls east-west communication and thereby closes the gap that pure perimeter protection leaves open.

How does microsegmentation differ from traditional network segmentation?

Traditional network segmentation separates networks using VLANs, subnets, and firewalls at the level of entire zones. It is oriented toward the infrastructure, often works hardware-based, and changes frequently require rebuilding parts of the network. The policies remain comparatively coarse: they govern which zone may talk to which. What an individual application exchanges with an individual service stays out of scope.

Microsegmentation, by contrast, is software-defined and works at a much finer level:

  • Granularity: Control extends down to individual workloads and services instead of whole subnets.
  • Point of reference: Rules follow the identity and properties of a workload, even when it is moved, restarted, or scaled. IP addresses are no longer the anchor.
  • Technology: Enforcement is software-based rather than hardware-based, with no network rebuild.
  • Traffic direction: The focus is on east-west communication, while traditional segmentation mainly looks at the north-south transition.

How does microsegmentation work technically?

The technical foundation is a software-based control layer: a central instance manages the policies, and they are enforced in a distributed fashion, as close to the workload as possible. Simplified, the interplay runs in three steps:

  1. Establish visibility: First, you capture which workloads exist and which ones actually communicate with each other. Only this map of dependencies makes meaningful rules possible.
  2. Define policies: Based on the dependencies, least-privilege rules are modeled. They are expressed through labels assigned to each workload, such as role, application, environment, and location, rather than through IP addresses. A policy applies to everything that carries the matching label combination, for example “all web servers in the production environment,” and remains valid when IP addresses change, workloads scale, or move to the cloud.
  3. Enforce: The rules are enforced at control points close to the workload. The default: whatever is not explicitly allowed is blocked (default deny). Every connection is checked against the policy.

What implementation approaches to microsegmentation exist?

There is no single path to microsegmentation. Depending on the environment, different approaches come into play, often in combination:

  • Host- or agent-based: A lightweight agent on the workload enforces the policies directly at the system. This works at fine granularity and across data center, cloud, and endpoints, independent of the network underneath.
  • Network-based: Enforcement happens through the network infrastructure. This uses existing components but ties the segmentation more strongly to the topology.
  • Hypervisor-based: In virtualized environments, the virtualization layer handles segmentation between the virtual machines.
  • Cloud-native: In public cloud environments, the native control mechanisms of the cloud platform are used, such as security groups and cloud firewalls.

KAEMI works host- and agent-based, complemented by cloud-native controls where they make sense. The hypervisor-based approach is a common variant, but not the path we take.

Microsegmentation and Zero Trust

Microsegmentation is considered one of the key components for implementing Zero Trust. The basic principle: no participant in the network is trusted per se, neither outside nor inside the perimeter. Access must be proven and explicitly granted.

Microsegmentation translates this principle into practice: it places a software-defined “microperimeter” with default deny around every application and every workload. The abstract Zero Trust ambition thus becomes an enforceable control at the workload level.

What benefits does microsegmentation offer?

The value goes beyond merely containing attacks:

  • Contained lateral movement: If an attacker gets in, they find no open paths to other systems. A compromised system remains a local incident. Against the spread of ransomware, this is the most effective lever.
  • Reduced attack surface: Every closed, unneeded connection is one less path an attacker can use.
  • Complete visibility: Mapping the communication shows which systems actually talk to each other. This regularly surfaces connections that no one can explain anymore.
  • Faster detection and containment: Suspicious traffic stands out more easily, and in an emergency, affected areas can be isolated in a targeted way.
  • Central, consistent management: Policies are defined once and enforced uniformly across environment boundaries.
  • Protection of critical applications: Applications requiring special protection can be encapsulated via ringfencing.
  • Manageable costs: Adoption costs time and budget; measured against an incident that has spread, it is inexpensive. Avoided business interruptions, recovery costs, and fines usually recoup the investment faster than expected.

Areas of use and typical use cases

Microsegmentation is not limited to one type of environment: it covers the data center, public and private cloud, hybrid environments, as well as containers and endpoints; in Kubernetes, policies follow pods and labels rather than fixed IP addresses. Mixed environments are where the strength really shows: the policy follows the workload, no matter where it runs. This becomes tangible in scenarios that come up in projects again and again:

  • Financial sector: Payment and core banking systems are encapsulated via ringfencing. Ransomware that lands in the office IT does not carry through to transaction processing.
  • Healthcare: Patient data and connected medical devices communicate separately from the administrative IT, with traceable access for data protection.
  • Manufacturing and OT: Production equipment and IoT devices only talk to the systems they really need. A compromised sensor remains a local problem and does not shut down a line.
  • Development and production: Dev, test, and production environments remain strictly separated without having to build dedicated networks for it.
  • Cloud migration: As workloads move to the cloud step by step, the same policies apply on-premises and in AWS or Azure. The migration does not tear open new gaps.

Microsegmentation, compliance, and data protection

Beyond the immediate security gain, microsegmentation can help with regulatory requirements. Limiting access to what is necessary supports data minimization and makes access to personal and sensitive data traceable. In the context of the GDPR, that is a relevant point.

Microsegmentation is particularly relevant in the context of DORA (Digital Operational Resilience Act): for financial entities and their ICT service providers, DORA demands robust ICT risk management and explicitly requires limiting the impact of ICT incidents. This is where microsegmentation comes in, because it keeps the radius of an attack small and thereby protects the operational resilience DORA is about. It also delivers a concrete technical building block for NIS2 or ISO 27001, which call for risk-oriented measures for network security and access control. Anyone processing card payments also knows the requirement from PCI DSS: clean segmentation delineates the cardholder data environment and reduces the audit scope. The resulting visibility into data flows makes evidence and audits easier. Whether and how individual requirements are met remains a case-by-case question.

What challenges come with adoption?

In practice, microsegmentation rarely fails because of the technology, but because of complexity and missing visibility. The typical hurdles:

  • Lack of visibility: If you do not know which systems communicate with each other, you cannot define meaningful rules. Visibility therefore has to come first.
  • Operational risk: Rules enforced too early or too coarsely can block legitimate communication and disrupt applications. A test or monitoring mode before enforcement is therefore crucial.
  • Maintenance effort: Environments change constantly. Policies have to grow with them, or they become outdated.
  • Organization: Microsegmentation touches network, security, and application teams at the same time and needs clear responsibilities.
  • Performance concerns: Enforcement at the workload uses the operating system's existing filtering functions; no additional hardware is needed in the data path. Implemented correctly, network performance remains practically unaffected.

With a phased approach and experience from comparable projects, these hurdles are quite manageable.

Why Illumio?

For implementation, KAEMI relies on Illumio, the pioneer of Zero Trust Segmentation. Visibility, segmentation, and containment come from a single platform.

  • Visibility first: Illumio maps the real communication between workloads, creating the foundation that most environments lack.
  • Illumio Segmentation: microsegmentation across data center, cloud, containers, and endpoints. Real-time telemetry and AI-supported recommendations help with least-privilege policies; before enforcement, rules run in monitoring mode, which lowers the operational risk.
  • Illumio Insights: Cloud Detection & Response based on an AI security graph, rolled out in minutes. The service detects attack paths and compromised workloads and contains them via one-click containment.

KAEMI is an Illumio Radiate Focus Partner and was recognized by Illumio as EMEA Partner of the Year . For an overview of the platform, see our Illumio product page .

How KAEMI helps with adoption

As a managed security service provider, KAEMI supports microsegmentation projects as part of its Professional Services in a requirements-driven way across the entire lifecycle, from the initial assessment to the ongoing managed service:

  1. Create visibility: We make workload communication transparent and assess dependencies and risks.
  2. Model policies: least-privilege rules aligned with applications and roles instead of IP addresses.
  3. Test in monitoring mode: rules are observed first so as not to disrupt legitimate communication.
  4. Enforce step by step: controlled activation, with critical applications encapsulated via ringfencing.
  5. Manage and maintain: ongoing monitoring and adaptation of policies to a changing environment.

Microsegmentation does not have to be a mammoth project: introduced in phases, it stays predictable.

Conclusion

The perimeter alone is no longer enough to protect modern, distributed environments. Microsegmentation shifts control to where attackers actually do damage: into the east-west communication between workloads. Implemented according to the Zero Trust principle, it limits lateral spread and shrinks the attack surface. At the same time, it creates the visibility needed for robust security and compliance evidence. Attacks increasingly run automated. How AI models take over entire attack chains is the subject of our follow-up article.

Want to contain lateral spread in your network? Talk to KAEMI about a no-obligation starting point, from initial visibility to ongoing enforcement.

Want to stop lateral movement before an incident spreads?

KAEMI designs, implements and manages Zero Trust segmentation down to the workload — from the dependency map to the managed service.