Shift Left and Shift Up Workload Attack Surface Protection

Posted by: Robert Levine

Shift Left and Shift Up Workload Attack Surface Protection

Executive Summary:

In today’s security landscape, the concept of a hardened perimeter is increasingly insufficient. With the rise of hybrid and multi-cloud environments, lateral movement attacks, where attackers move through internal systems once a breach has occurred, have emerged as a significant threat. 

To mitigate these risks, organizations must focus on protecting workload attack surfaces. By securing communication paths, authenticating connections at the application layer, and implementing mutual TLS (mTLS) across workloads, companies can build a resilient, protected infrastructure that is challenging for attackers to penetrate laterally. 

This white paper outlines the critical need for workload attack surface protection, the technical controls necessary for implementing robust defense strategies, and how organizations can shift security responsibilities “left” (from NetOps to DevOps) and “up” (from traditional network segmentation to workload isolation using mTLS).

1. Understanding the Threat Landscape:

1.1 The Problem with Lateral Movement Attacks

Lateral movement attacks are a growing concern for enterprises as attackers exploit gaps in workload protection to move across systems undetected. Once a single workload is compromised, an attacker can probe other systems, harvest credentials, and exploit configuration weaknesses. This poses a substantial risk as they expand their foothold, often gaining access to critical systems without raising alerts.

1.2 The Workload Attack Surface: A New Focus

Traditional perimeter security and network segmentation is often insufficient and not granular enough to prevent lateral movement. Each workload, whether in a container, virtual machine, or cloud instance, represents an individual attack surface that needs to be defended. Organizations are adopting microservices and multi-cloud strategies, which increase workload interactions and, therefore, potential attack surfaces. Protecting these surfaces is critical for mitigating risk.

2. Essential Technical Elements of Workload Attack Surface Protection

To defend against lateral movement, organizations must implement robust security controls that address workload interaction and communication:

2.1 Control Elements for Effective Protection

  1. Network Segmentation and Isolation
    While traditional network segmentation (layer 3 segmentation) helps restrict lateral movement, it’s no longer sufficient as its very difficult to get to the necessary granular level without dramatically increasing the cost and complexity of the control.  This leaves network segmentation focused tools unable to isolate workloads to control inter-workload communication, especially in cloud-native environments, which is essential.
  2. Mutual TLS (mTLS)
    mTLS provides an added layer of authentication by requiring both sides of the workload interaction to authenticate each other, eliminating unauthorized workload interactions, creating a protective fabric across workloads and restricting what can connect. By enforcing mTLS at the workload level, within the DevOps function, organizations can protect sensitive data in transit, verify workload authenticity, ensure only authorized workloads communicate, and sustain the control with minimal overhead.
  3. Authorization Controls
    To prevent unauthorized access, organizations should implement fine-grained authorization policies that restrict connections based on the identity of the workload. This adds a layer of security beyond authentication, ensuring that even authenticated workloads can’t indiscriminately access all resources.
  4. Identity Provider Usage
    The growing use of cloud environments and microservices has increased the need for managing identities at the workload level. Leveraging identity management frameworks, such as OpenID Connect (OIDC) and OAuth2, combined with mTLS, ensures that workloads are properly authenticated and authorized across different layers of the application stack.

2.2 Making mTLS Pervasive

Implementing mTLS pervasively across workloads creates a secure network layer that thwarts unauthorized access and minimizes the risk of lateral movement. With mTLS, each workload must authenticate itself to its peer, creating a “mutual trust” environment. The benefits of mTLS in workload attack surface protection include:

Data-in-Transit Security: mTLS ensures that data between workloads remains encrypted and secure, preventing eavesdropping and interception.

Authorization Layer for Workload Communication With mTLS as a foundational layer, an authorization framework can ensure that workloads only communicate with pre-approved entities. This is especially important in complex, distributed environments where maintaining control over inter-workload interactions is vital.

Enhanced Authentication: By requiring mutual verification, mTLS guarantees that only authenticated entities can interact, protecting against impersonation attacks.   Furthermore it provides an additional layer of protection against application level credential theft such as OIDC token theft and ensures that layer seven credentials can only be presented and used by authenticated (and authorized) connections.

3. Shifting Left and Up in Workload Protection

To build an effective workload attack surface defense, organizations need to rethink their security strategy by moving protection:

3.1 Shifting Left: Moving Protection from NetOps to DevOps

Security has traditionally been handled by network operations (NetOps) teams. However, with the shift to agile development and DevOps, security must become part of the development lifecycle. This “shift-left” approach integrates security into the software development lifecycle, making DevOps teams responsible for securing workloads from the start. Key benefits include:

Improved Agility: Security configurations are baked into code, allowing for automated deployment of security measures as workloads are created.

Ownership Alignment: DevOps is the function within the organization that is responsible for the inter/intra workload authorization map.  They are the only part of an organization that is the source of truth for such data.  Putting the function to sustain and maintain the authorization map with this team aligns responsibility with knowledge.  

Reduced Risk of Misconfiguration: By implementing security during development, organizations can reduce the risk of gaps in configuration that attackers might exploit.

Enhanced Collaboration: By empowering DevOps teams with security responsibility, NetOps can focus on higher-level architecture, and DevOps can respond to changes in real time.

3.2 Shifting Up: Beyond Network Segmentation to mTLS-based Isolation

Traditionally, organizations have relied on network segmentation to isolate workloads. However, as attackers grow more sophisticated, isolating workloads at the application layer is more effective and can be implemented and maintained at the individual workload bi-lateral interaction level. Implementing mTLS for workload isolation provides a robust security layer beyond network-level segmentation:

Application Layer Authentication: Adding mTLS alongside existing application level authentication methods, such as API keys, usernames/passwords, or OIDC/OAuth2, provides an additional factor that ensures only verified workloads can interact.

Zero Trust Model: Shifting to workload isolation with mTLS supports a zero-trust model, where each interaction requires explicit authentication, authorization, and encryption.

Scalable Security: As organizations scale, mTLS and workload isolation can be programmatically managed through DevOps information as code automation, ensuring consistent security policies without human intervention.

Conclusion:

Protecting workload attack surfaces is critical for organizations to defend against lateral movement attacks in modern, distributed environments. By making mTLS pervasive, implementing authorization controls, and isolating workloads, companies can build a resilient security framework that limits attackers’ ability to move laterally. Furthermore, by shifting left and up, organizations can empower DevOps teams to integrate security into the development lifecycle and strengthen workload protection at the application layer.

Investing in a robust workload security strategy is not only a defensive measure; it is a proactive approach that enables organizations to scale confidently while maintaining security, compliance, and trust. As threat landscapes continue to evolve, organizations that prioritize workload attack surface protection will be better prepared to protect their critical assets against sophisticated lateral movement attacks.