惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
L
LangChain Blog
B
Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
U
Unit 42
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
I
InfoQ
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
C
Check Point Blog

Wiz Blog | RSS feed

Meet Wiz for M365: Bringing SaaS into the Security Graph Bringing Security Visibility to Vercel with Wiz Axios NPM Distribution Compromised in Supply Chain Attack Tracking TeamPCP: Investigating Post-Compromise Attacks Seen in the Wild The Wiz Blue Agent, now Generally Available Beyond the Badge: What Achieving Microsoft’s Certified Software Designation Means for Your Cloud Security Introducing the Green Agent: AI-Powered Remediation for the Cloud Three’s a Crowd: TeamPCP trojanizes LiteLLM in Continuation of Campaign KICS GitHub Action Compromised: TeamPCP Strikes Again in Supply Chain Attack Introducing the Wiz Red Agent- AI-Powered Attacker Introducing Wiz AI Application Protection Platform (AI-APP) Introducing Wiz Agents & Workflows: Security at the Speed of AI AI Runtime Threat Detection: From Input to Real-World Impact Trivy Compromised: Everything You Need to Know about the Latest Supply Chain Attack It’s Official: Wiz Joins Google Understanding and Reducing AI Risk in Modern Applications Introducing Wiz Tenant Manager: Multi-Tenant Management for Federated Organizations The Agile FedRAMP Playbook, Part 4: Reactive Risk Management through Enriched Incident Response Wiz Achieves CPSTIC Certification in Spain Seeing AI Clearly: Building Visibility Across Modern AI Applications The Agile FedRAMP Playbook, Part 3: Preventative Risk Management by building Secure by Design Wiz Leads the 2026 Latio Application Security Report with awards in 4 categories Building an Agentic Cloud Security Ecosystem: A Reference Architecture with Wiz MCP and Infosys Cyber Next The Agile FedRAMP Playbook, Part 2: Proactive Risk Management with Continuous Monitoring Cloud-native Security for your Windows environment: Announcing the Wiz Runtime Sensor for Windows Would You Click ‘Accept’? Automatically detecting malicious Azure OAuth applications using LLMs Wiz Named a Leader in The Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 From Detection to Remediation: It’s Time to Rethink AppSec Around Exploitability and Root Cause Fixes The Agile FedRAMP Playbook, Part 1: Why Risk is Your Best Starting Point Introducing AI Cyber Model Arena: A Real-World Benchmark for AI Agents in Cybersecurity
Uncovering Hidden Attack Paths in Cloud Environments Usin...
https://www.wiz.io/authors/shashank-golla · 2026-06-25 · via Wiz Blog | RSS feed

Getting comprehensive visibility into your cloud environment starts with agentless inventory and risk analysis. Wiz builds a complete picture of your attack surface and the attack paths created by toxic combinations of risk across your cloud. And it does this without requiring you to deploy agents.

Agentless visibility gives you the map - every vulnerability, misconfiguration, and risk across your environment. Once you know what exists, the next step is understanding what’s actively connected. Which of those risks have a live network path to your most sensitive resources right now? Which connections are happening that weren’t expected or intended? That’s where runtime signals come in.

Today, we're adding a new layer of runtime telemetry on top of that foundational risk analysis. The Wiz Runtime Sensor now takes the live network signals it collects directly from your workloads - the active connections between containers, DNS queries to databases, AI workloads communicating with remote MCP servers and feeds this context into the Wiz Security Graph. The result: attack paths that were never visible before, surfaced as critical Issues alongside the risk analysis Wiz's Security Graph already gives you, so security teams always know what's active, what's connected, and what needs to be prioritized to fix now.

The Connection Is the Attack Path

In most environments, the vulnerability and the sensitive destination exist long before anyone notices the risk. What creates the exploitable path is the connection between them - and that connection is sometimes only visible at runtime.

Consider an internet facing AI chatbot running in your environment. Agentless scanning already tells you it’s publicly exposed, that the container has vulnerabilities, and that the underlying AI agent has access to a Bedrock knowledge base and sensitive data. That’s a risk combination worth addressing on it’s own.

What agentless scanning can’t tell you is that at runtime, the same AI agent is actively making connections to a remote MCP server. That connection wasn’t defined in any configuration. It wasn’t in any policy. It only exists because code is executing right now - and without runtime visibility, it’s completely invisible to your security team.

That runtime connection changes the picture entirely. An internet facing chatbot with a known vulnerability, access to sensitive data, and an active connection to an external MCP server isn’t three separate findings - it’s a single attack path to data exfiltration through an AI system your team didn’t know was reaching outside your environment.

We found that 1 in every 6 environments we monitor at runtime, adding runtime risk context surfaced a high- or critical-severity attack path that prior analysis had missed - an internet-exposed or vulnerable workload with a real, observed network connection to a sensitive destination such as a database, a secrets vault, or a storage location holding sensitive data.

That’s the gap runtime signals correlated with risk findings closes. By observing live network connections from your workloads and layering them into the existing risk context in the Wiz Security Graph, this runtime context connects risk findings with runtime signals to identify complete, validated attack paths - and surfaces them to defenders before an attacker finds them first.

The Runtime signals now correlated with risk

The Wiz Runtime Sensor is lightweight, deployed on your workloads, and observes live network activity as it happens. Already used by Wiz customers for threat detection today, the Sensor captures every DNS query a workload makes, every active connection to another container, database, or external service, in real time. Now, that same runtime telemetry feeds directly into the Wiz Security Graph to provide runtime risk context.

The Sensor layers that runtime context on top of existing risk findings: connections that only exist because code is actively executing right now - a container querying a database, a Pod with a known vulnerability communicating with a highly privileged workload, an AI workload reaching out to a remote MCP server.  

Finding and prioritizing risks with runtime context

When that runtime context intersects with existing risk findings, Wiz surfaces them as a single critical Issue. Here’s what that looks like in practice. The Security Graph shows an internet facing Kubernetes container with vulnerabilities - that’s already visible through agentless scanning. What the runtime layer adds is a confirmed live network connection to an S3 bucket containing sensitive PII data. Without runtime signals, the container risk and the sensitive data exist as separate findings. With them, Wiz maps the complete path from the internet to your most sensitive data in a single view.

Figure 1: The Security Graph correlating an internet-facing container with vulnerabilities and a confirmed network connection to an S3 bucket with PII data.

Remediating the risks with AI analysis

Because Wiz has the full picture, the vulnerability, the internet exposure, and the live runtime connection, the remediation recommendation we provide is specific to all three. For the security engineer or developer who picks this up the Wiz Green Agent does the investigation for an active network connection to secrets in Vault - tracing the attack path across the container, it’s exposure, and the runtime connection to Vault and hands you specific, actionable remediation steps ready to execute. No manual triage, no guessing at where to make the fix.

Figure 2: The Wiz Green Agent automatically investigates the risk and generates targeted remediation steps - addressing the vulnerability, the internet exposure, and the runtime connection to Vault.

AI Workloads and the MCP Blind Spot

AI workloads are becoming a common place in cloud environments. Containers running AI agents, copilots, and automated pipelines are increasingly connecting to external services - and one of the most common protocols enabling those connections is MCP, which enables AI agents to interact with external tools and data sources.

Most security teams have no visibility into these connections. Which containers in your environment are communicating with remote MCP servers? When did that behavior start? Which of those containers also have access to sensitive data?  These are visibility blindspots today.

The Wiz Runtime Sensor observes these connections as they happen. When a container makes a DNS query to a remote MCP server, that connection surfaces in the Security Graph, giving security teams visibility into AI workload behavior that was previously invisible. Which containers are reaching out to external MCP servers? Are those servers trusted? Does that container also have access to sensitive data? For most teams today, these questions have no answer. Runtime context answers them.

Connect runtime context to your risk findings

We’re excited to continue to bring more Runtime context from the Wiz Sensor to help Cloud Security and Development teams prioritize and fix the most critical Issues in their environment.

As of today Wiz Cloud and Runtime Sensor customers both automatically have access to runtime context across Graph Controls and Issues in their environment today. Find more information on this capability in our docs (login required) and if you’re not a Wiz customer and interested in seeing this in action please request a demo.