---
title: "What’s new in Calico Cloud: General availability of new container security features"
source: "https://www.tigera.io/blog/whats-new-in-calico-cloud-general-availability-of-new-container-security-features/"
---

[Technical Blog](https://www.tigera.io/category/technical-blog/)

# What’s new in Calico Cloud: General availability of new container security features

By [Joseph Yostos](https://www.tigera.io/blog/author/joseph-yostos/) on Sep 13, 2022 • 6 min read

The official release of Tigera’s new container security features is here! With this official launch, Calico Cloud leads the industry as a complete solution that secures every stage of a cloud-native application CI/CD pipeline. From a new and improved approach to scanning container images for vulnerabilities to strengthening runtime security with improved performance, we’ve significantly improved and enhanced our Image Assurance and Runtime Threat Defense features for this exciting new phase of our Calico Cloud offering. Let’s take a look at the new container security features of this release.

## Vulnerability management through Image Assurance

[Scanning container images for vulnerabilities](https://link.tigera.io/ueMex) is a critical first step in stopping malicious software from being deployed. As business demands grow, development teams are pushed to churn out updates and new features faster. As a result, DevOps teams require assistance to help them quickly identify vulnerabilities in the registries where the container images are pulled from. Calico Cloud is now offering a CLI-based scanner for on-demand scanning, where customers can locally scan for vulnerabilities in their build stage. A lightweight downloadable binary is all it takes to perform these scans and integrate the process into a CI/CD pipeline.

The Calico CLI-based Image Scanner helps you to scan images locally and push the results to the Calico Cloud dashboard. It also allows you to do an offline scan to keep the results locally. You can scan images from any registry and filter, export, and share the results of the scan with different teams to assess these vulnerabilities.

![CLI scan results showing three high-severity vulnerabilities in a container image, flagged as a FAIL](https://www.tigera.io/app/uploads/2022/09/image4.png)Fig 1: CLI-based Calico Image Scanner

It is imperative to scan not just images, but also the pods and containers that are running to assess the risk of any vulnerability and prioritize mitigation efforts for existing deployments. Calico provides a runtime view that lists images running in the cluster. Scan results are correlated with Kubernetes workloads so users can assess the risk of existing and newly-discovered vulnerabilities on the running applications and set the right plan to mitigate the risks as quickly as possible.

![Calico runtime view showing image scan results: 82 images scanned, 25 failed, 55 unknown, highlighting vulnerability risks](https://www.tigera.io/app/uploads/2022/09/image6.png)Fig 2: Image scan results with runtime view of workloads

In addition to on-demand and runtime vulnerability scanning, Calico’s admission control policy provides a powerful mechanism to stop any deployment that uses a vulnerable image. Using the latest vulnerability data and scan results, the admission control policy automatically blocks resources that would create containers with vulnerable images from entering your cluster.

![Calico admission control policy YAML code: blocks deployments using vulnerable images based on scan results](https://www.tigera.io/app/uploads/2022/09/image2.png)Fig 3: Admission policy to allow/block image deployment

## Runtime threat defense with malware protection

Imagine you are driving your car, enjoying the views, and all of a sudden, you hear a beep—you look down, and a symbol appears on your dashboard telling you something is wrong with your car. The dashboard of your car is just like runtime threat defense in Kubernetes.

The power of the runtime threat defense comes from its ability to collect data from different data points and then analyze, alert, and mitigate any anomalous behavior in the environment. That’s why Calico leverages all the possible technologies like machine learning and eBPF to collect and analyze workload data points, including cluster logs, syscalls, network traffic, file system, processes, and binaries.

### Runtime security: Malware detection

Calico Cloud malware detection uses eBPF probes to monitor container activity and detect the presence of any malware running in your cloud-native environment.

As part of its threat intelligence library, Calico Cloud maintains a database of malware file hashes. This database consists of SHA256, SHA1, and MD5 hashes of executable file contents that are known to be malicious. Whenever a program is launched in a Calico Cloud cluster and if the program’s hash matches one that is known to be malicious, malware detection will generate an alert in the Alerts dashboard.

![Calico Cloud alert showing a malicious file detected; SHA256, SHA1, and MD5 hashes are included in the record](https://www.tigera.io/app/uploads/2022/09/image7.png)Fig 4: Alert for a ransomware

***Check out the [Calico malware detection guide](https://docs.calicocloud.io/threat/malware-detection) to learn more.***

### Runtime security: Anomaly detection

Calico’s anomaly detection is a set of machine learning algorithms that allows you to proactively determine whether there is an issue, and potentially resolve problems before service levels are compromised.

Anomaly detection uses Calico Cloud Elasticsearch logs (flows logs, L7 logs, and DNS logs) to learn the behavior of cluster nodes, pods, services, and other entities that send log records (applications, load balancers, databases, etc.). Anomaly detection will then create a baseline behavior of the workload to monitor and alert any changes to this baseline that could be Indicators of Compromise (IoC).

Calico detects anomalies and classifies them into two categories: security anomalies and performance anomalies.

Here are some examples of security anomalies:

- Domain Generation Algorithms (DGA)

- Port scan

- IP sweep

- HTTP response codes

- HTTP request verbs

- HTTP connection spike

- Inbound service bytes

- Outbound service bytes

And below are some examples of performance anomalies. These anomalies may be the result of malicious activity or the result of increased activity of legitimate applications:

- DNS latency

- L7 latency

- L7 bytes

- Process restarts

- Process bytes

Each Anomaly Detector can be enabled and disabled individually in Calico UI:

![Calico UI screenshot showing individual anomaly detectors with "Enable" and "Disable" options](https://www.tigera.io/app/uploads/2022/09/image3.png)Fig 5: Anomaly detection using Calico Cloud

You can monitor anomaly alerts on the Alerts page and/or Service Graph:

![Screenshot of anomaly alerts table showing multiple entries, confirming their monitoring on the Alerts page](https://www.tigera.io/app/uploads/2022/09/image5.png)Fig 6: Alerts for anomaly detection using Calico Cloud

***Check out the [Calico security anomalies guide](https://docs.calicocloud.io/threat/security-anomalies) to learn more.***

### Risk mitigation

For runtime security, we talked about malware detection and anomaly detection. However, Calico provides even more capabilities during the runtime stage, including workload-based web application firewall (WAF), Deep Packet Inspection (DPI) based on snort signature, honypods, and more.

All of these techniques can produce context-based alerts so that DevOps and security teams can effectively use segmentation policies to isolate vulnerable workloads.

To apply [zero-trust policies](https://link.tigera.io/ueWMW) and reduce your attack surface and risks, we recommend the following:

- Ensure that all expected and allowed network flows are explicitly allowed; any connection not explicitly allowed is denied.

- Create a quarantine policy that denies all traffic that can be quickly applied to workloads when you detect suspicious activity or threats.

![Screenshot of network security policies showing a "quarantine" policy with zero endpoints, illustrating explicit allow and](https://www.tigera.io/app/uploads/2022/09/image1.png)Fig 7: Automated mitigation policies using Calico Cloud

## Conclusion

Cloud-native applications come with challenges on both the security and operation levels. This is why it is paramount to manage and secure your environment effectively with the minimum amount of tools required. This is where Calico Cloud shines, as it is the industry’s only active Cloud-Native Application Protection Platform ([CNAPP](https://www.tigera.io/learn/guides/cnapp/)) for all stages of the application development lifecycle with context-based alerts to help you fix and troubleshoot issues faster.

***Want to test drive Calico Cloud yourself? [Try a free trial](https://link.tigera.io/ueOp4), or read our [learn guide on container security best practices](https://link.tigera.io/ueW1T).***

[Products](https://www.tigera.io/tags/products/)[Release](https://www.tigera.io/tags/release/)

## Related posts

[![Meet Mylo: An AI-native way to work with Calico](https://www.tigera.io/app/uploads/2026/09/Meet-Mylo-An-AI-native-way-to-work-with-Calico.png)](https://www.tigera.io/blog/meet-mylo-an-ai-native-way-to-work-with-calico/)

#### [Meet Mylo: An AI-native way to work with Calico](https://www.tigera.io/blog/meet-mylo-an-ai-native-way-to-work-with-calico/)

By [Phil DiCorpo](https://www.tigera.io/blog/author/phil-dicorpo/)
on Sep 3, 2026

A library of Calico tools and skills — delivered through the Calico MCP Server What if your hardest network question took ten minutes instead of ten days? Anyone who has operated Kubernetes networking at scale...

[Read more](https://www.tigera.io/blog/meet-mylo-an-ai-native-way-to-work-with-calico/)

[![The Safest Place to Run an AI Agent Is On a Cluster That Doesn’t Trust It](https://www.tigera.io/app/uploads/2026/08/The-Safest-Place-to-Run-an-AI-Agent-Is-On-a-Cluster-That-Doesnt-Trust-It.png)](https://www.tigera.io/blog/the-safest-place-to-run-an-ai-agent-is-on-a-cluster-that-doesnt-trust-it/)

#### [The Safest Place to Run an AI Agent Is On a Cluster That Doesn’t Trust It](https://www.tigera.io/blog/the-safest-place-to-run-an-ai-agent-is-on-a-cluster-that-doesnt-trust-it/)

By [Alister Baroi](https://www.tigera.io/blog/author/alister-baroi/)
on Aug 27, 2026

Every organization running AI agents has already made a hosting decision. Most made it by accident. The sales team switched on the agent built into their CRM. Engineering is piloting a coding agent in a...

[Read more](https://www.tigera.io/blog/the-safest-place-to-run-an-ai-agent-is-on-a-cluster-that-doesnt-trust-it/)

[![AI Red Team Agents Automate Attacks on your AI Agents. Runtime Policies Automate their Defense.](https://www.tigera.io/app/uploads/2026/08/AI-Red-Team-Agents-Automate-Attacks-on-your-AI-Agents.-Runtime-Policies-Automate-their-Defense.png)](https://www.tigera.io/blog/ai-red-team-agents-automate-attacks-on-your-ai-agents-runtime-policies-automate-their-defense/)

#### [AI Red Team Agents Automate Attacks on your AI Agents. Runtime Policies Automate their Defense.](https://www.tigera.io/blog/ai-red-team-agents-automate-attacks-on-your-ai-agents-runtime-policies-automate-their-defense/)

By [Alister Baroi](https://www.tigera.io/blog/author/alister-baroi/)
on Aug 24, 2026

The AI red teaming market grew up fast this year. OpenAI bought Promptfoo, Cisco and Microsoft shipped automated attack suites, and a seed-stage startup publicly compromised 50 of 55 live customer service bots. These platforms...

[Read more](https://www.tigera.io/blog/ai-red-team-agents-automate-attacks-on-your-ai-agents-runtime-policies-automate-their-defense/)

<!-- plugin=object-cache-pro client=phpredis metric#hits=3224 metric#misses=33 metric#hit-ratio=99.0 metric#bytes=1561605 metric#prefetches=0 metric#store-reads=176 metric#store-writes=14 metric#store-hits=181 metric#store-misses=22 metric#sql-queries=31 metric#ms-total=629.15 metric#ms-cache=43.26 metric#ms-cache-avg=0.2289 metric#ms-cache-ratio=6.9 sample#redis-hits=5114083 sample#redis-misses=2039356 sample#redis-hit-ratio=71.5 sample#redis-ops-per-sec=106 sample#redis-evicted-keys=0 sample#redis-used-memory=98751448 sample#redis-used-memory-rss=93687808 sample#redis-memory-fragmentation-ratio=0.9 sample#redis-connected-clients=1 sample#redis-tracking-clients=0 sample#redis-rejected-connections=0 sample#redis-keys=53509 -->
