TNS
VOXPOP
What news from AWS re:Invent last week will have the most impact on you?
Amazon Q, an AI chatbot for explaining how AWS works.
0%
Super-fast S3 Express storage.
0%
New Graviton 4 processor instances.
0%
Emily Freeman leaving AWS.
0%
I don't use AWS, so none of this will affect me.
0%
Containers / Security

3 Container Practices to Boost Your Security Posture

Three ways to ensure that containers remain secure during build, deployment and runtime.
Oct 6th, 2022 7:38am by
Featued image for: 3 Container Practices to Boost Your Security Posture
Image via Pixabay.

Container environments are highly dynamic and require continuous monitoring, observability and security. Since container security is a continuous practice, it should be fully integrated into the entire development and deployment cycle. Implementing security as an integral part of this cycle allows you to mitigate risk and reduce the number of vulnerabilities across the dynamic and complex attack surface containers present.

Let’s take a look at three best practices for ensuring that containers remain secure during build, deployment and runtime.

Securing Container Deployments

Securing containers during the build and deployment stages is all about vulnerability management. It’s important to continuously scan for vulnerabilities and misconfigurations in software before deployment, and block deployments that fail to meet security requirements. Assess container and registry image vulnerabilities by scanning first- and third-party images for vulnerabilities and misconfigurations, and using a tool that scans multiple registries to identify vulnerabilities from databases such as NVD. You also need to continuously monitor images, workloads and infrastructure against common configuration security standards (CIS Benchmarks). This enables you to meet internal and external compliance standards, and it also quickly detects and remediates misconfigurations in your environment, thereby eliminating potential attack vectors.

Securing Containers at Runtime

Containerized workloads require a granular level of monitoring so that IT and security teams have visibility into elements running inside the environment. Because containerized workloads are highly dynamic, issues can quickly propagate across multiple containers and applications — so it is critical to swiftly identify and mitigate each issue at the source.

To secure containers at runtime, you should monitor and detect anomalies in network traffic, file activity, and process behavior and system calls across your workloads for broad visibility into runtime threats. Assess your containerized workloads indicators of compromise and indicators of attack for known malicious activity, and use machine learning to implement a behavioral-based approach to protect against zero-day threats. Use a tool that allows you to create security policies to block or quarantine compromised workloads in addition to sending security alerts to your security operations center for further analysis.

You also need visibility across the stack from the network layer to the application layer, so use a tool that gives a runtime view of the workloads in your environment with context on how they are operating and communicating. This will allow for faster troubleshooting of performance hotspots and connectivity issues.

Reducing the Attack Surface of Containers

Because cloud environments contain a large number of containers based on many different underlying images — each of which can have vulnerabilities — containers create a large attack surface. To reduce the attack surface of containers, you should focus on threat prevention using a zero trust approach (a deny-all approach). Implement granular, zero trust workload access controls to control the flow of data between workloads and external resources. Examples of this include:

  • DNS policies for fine-grained access.
  • Integration with existing network firewalls.
  • Using IP subnet/CIDR ranges in security policies (limiting ranges for egress and ingress traffic to/from workloads).

Microsegmentation can be used to isolate workloads based on environment, application tier, compliance needs, user access and individual workload requirements. Dividing workloads into distinct security segments allows you to define granular security controls for each unique segment. Microsegmentation is essential to reducing container attack surface because it helps to isolate endpoints and prevent lateral movement.

Also important is that, unlike servers, containers are designed to be ephemeral and lightweight. You should therefore avoid adding too many files to your containers too often and be sure to update your containers on a regular basis. Ensuring your containers are regularly maintained helps to reduce the attack surface and avoid a weakened security posture.

Continuous Monitoring, Observability and Security

While containers offer many advantages, they pose just as many security challenges. The immutability of containers — each change to the application or microservice involves updating the container image and launching new containers — makes containerized environments highly dynamic. It is therefore extremely important to ensure that all components are secured from the initial development phase and until the end of their life cycle.

My best practice suggestions in this article propose that the continuous monitoring, observability and security of containers should be built around three main pillars:

  • Robust build time and deployment security.
  • Runtime detection of known and zero-day threats.
  • Zero trust workload security to reduce the attack surface.

Architecting your container security in this way will help you build and maintain a strong cloud security posture.

Calico Cloud provides zero trust-based security for containers during build, deployment and runtime. Try Calico Cloud for free with a 14-day free trial.

Group Created with Sketch.
TNS owner Insight Partners is an investor in: Pragma, Tigera.
THE NEW STACK UPDATE A newsletter digest of the week’s most important stories & analyses.