Most engineers think…
Most people picture cloud security as 'install a scanner agent on every workload, then chase the giant list of CVEs it spits out'. That model misses real attacks and buries the SOC in noise.
Wiz is a CNAPP: it connects agentlessly to your cloud by API, scans the whole stack from snapshots, and feeds everything into the Wiz Security Graph. The graph correlates misconfigurations, vulnerabilities, identities, exposure, data sensitivity and secrets to surface attack paths and toxic combinations — the few chains an attacker could actually exploit. That is what lets you converge CSPM, CWPP, CIEM and DSPM into one platform and prioritise the handful of risks that truly reach your crown-jewel data.
① Agentless scanning — how Wiz sees everything without agents
The first big idea: Wiz gets visibility without installing software on workloads. It connects by cloud API with read-only permissions, takes disk snapshots for VMs and scans those volumes out-of-band — an approach often called snapshot or side-scanning. Container images are read straight from registries (ECR, ACR, GCR, Docker Hub).
Because it works at the cloud-API and hypervisor level, Wiz reaches the whole stack — VMs, containers, serverless and PaaS — across AWS, Azure, GCP and Kubernetes with no deployment friction and no performance hit on the workload. The classic agent problem is coverage gaps: agents fail to install, get uninstalled, or never reach shadow resources. Agentless removes that gap, so what Wiz sees is closer to everything you actually run. A lightweight runtime sensor is optional for real-time detection, but the baseline scan needs no agent at all.
How does Wiz achieve broad coverage without agents?
② The Security Graph — context, not a flat CVE list
Scanning is only half the story. Every finding flows into the Wiz Security Graph, which maps your cloud as connected nodes — resources, identities, networks and data — and correlates five signals: misconfigurations, vulnerabilities, identities and entitlements, network exposure, and secrets / data sensitivity.
Why the graph matters
A flat scanner gives you a list: 9,000 CVEs, no ranking, no idea which one matters. The graph instead asks can these issues be chained together to reach something valuable? It turns siloed alerts into relationships, so a public VM + a critical vuln + an over-privileged role + access to a sensitive bucket becomes one ranked attack path, not four unrelated tickets. That context is exactly what cuts alert fatigue — you fix the chain, not the noise.
Connects by read-only cloud API and side-scans disk snapshots out-of-band — full stack coverage with no agent on the workload.
Maps cloud resources, identities, exposure and data as connected nodes, correlating five signals into ranked attack paths.
Several findings, each minor alone, that together create a critical exploitable risk — a real route to crown-jewel data.
Traces a running risk back to the exact IaC template, repo or owner so the fix lands at the source and stops recurrence.
In an interview, never brag about how many CVEs a tool finds. The Wiz answer is context: the Security Graph correlates misconfig, vulnerabilities, identity, exposure and data to rank attack paths. You are measured on the risk you removed, not the alerts you generated.
Which set best describes the signals the Wiz Security Graph correlates?
③ Four pillars in one — CSPM, CWPP, CIEM and DSPM converge
Wiz as a CNAPP unifies four capabilities that used to be separate tools. CSPM (Cloud Security Posture Management) finds misconfigurations across IaaS/PaaS/SaaS. CWPP (Cloud Workload Protection) covers vulnerabilities and threats on VMs, containers and serverless. CIEM (Cloud Infrastructure Entitlement Management) maps identities and effective permissions. DSPM (Data Security Posture Management) discovers where sensitive data actually lives.
The interview line: the value is the convergence, not any single pillar. A misconfiguration is boring on its own — but the graph knows it sits on a workload with a critical vuln, attached to an over-privileged identity, exposed to the internet, next to sensitive data. Four pillars, one graph, one verdict on what is truly exploitable. IaC scanning extends the same checks left into code before deploy.
CSPM only finds misconfigurations. Wiz as a CNAPP also covers workloads (CWPP), identities (CIEM) and data (DSPM) and fuses them in one graph. Calling it 'just a CSPM' misses the whole reason it can find a toxic combination across all four pillars.
A team has separate tools for posture, workloads, identity and data and still misses real risk. What does a CNAPP like Wiz change?
④ Attack paths & toxic combinations — prioritise, then fix at the source
This is the payoff. An attack path is a chain the graph computes from an internet-exposed entry point, through a vulnerability or weak identity, to a high-value target like sensitive data. A toxic combination is a set of findings that are each low-or-medium severity alone but together create a critical, exploitable risk — for example public exposure + a remote-code-execution vuln + an admin role + access to a customer database.
From priority to remediation
Because the graph ranks by real exploitability, you triage a short list of attack paths instead of an endless CVE feed. Then cloud-to-code remediation traces a running risk back to the exact IaC template, repository or owner that introduced it, so the fix lands at the source and stops the issue recurring. The failure mode to avoid is treating Wiz like a scanner and chasing raw CVE counts — that throws away the whole point of the graph.
Priya, a cloud engineer at a Pune fintech, faces this
The new vulnerability scanner reports 11,000 CVEs across the AWS estate and the security team has no idea where to start; criticals are everywhere.
The tool produces a flat, unranked list with no context about exposure, identity or data — every CVE looks equally urgent.
Open the Wiz Security Graph: of those 11,000 findings, only a handful sit on internet-exposed workloads that also hold an over-privileged role with a path to a customer-data bucket.
Wiz ▸ Security Graph ▸ Attack Paths ▸ Toxic CombinationsTriage the ranked attack paths first; for the top toxic combination, use cloud-to-code to trace it to the IaC template that opened the security group and remove the over-privileged role at the source.
Re-check the graph: the critical attack path is gone, the data is no longer reachable, and the team works a short, high-signal list instead of 11,000 alerts.
Don't close a cloud risk on 'looks low'. Open the attack path in the graph: it shows the exposed entry point, the vuln, the identity used to pivot and the data it reaches. That single view tells you whether a finding is truly exploitable before you spend effort on it.
▶ Watch four minor findings become one critical attack path
How the Security Graph chains a toxic combination end-to-end. Press Play for the path, then Break it to see what defeats the graph.
Why does graph context reduce alert fatigue compared to a flat CVE list?
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: why does Wiz's agentless graph beat a flat CVE scanner for cloud risk? Then compare with the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- CNAPP
- Cloud-Native Application Protection Platform — one platform that unifies CSPM, CWPP, CIEM and DSPM (plus IaC scanning) for cloud security.
- Agentless scanning
- Getting visibility by connecting to cloud APIs with read-only access and side-scanning disk snapshots out-of-band, with no software installed on the workload.
- Snapshot / side-scanning
- Taking a copy (snapshot) of a workload's disk and scanning it out-of-band for vulnerabilities, misconfig, secrets and malware without touching the live workload.
- Wiz Security Graph
- The core engine mapping cloud resources, identities, exposure and data as connected nodes, correlating five signals into ranked attack paths.
- Attack path
- A chain the graph computes from an internet-exposed entry point, through a vulnerability or weak identity, to a high-value target like sensitive data.
- Toxic combination
- A set of findings, each minor in isolation, that together create a critical, exploitable risk — surfaced as one high-priority attack path.
- CSPM / CWPP / CIEM / DSPM
- The four converged pillars: posture/config, workload protection, identity entitlements, and data security posture — all feeding the same graph.
- Cloud-to-code
- Tracing a runtime risk back to the IaC template, repository, commit or owner that introduced it, so the fix lands at the source and stops recurring.
📚 Sources
- Wiz — Agentless Scanning vs Agent-Based Scanning: how snapshot / side-scanning works via cloud APIs. wiz.io/academy/cloud-security/agentless-scanning-vs-agent-based-scanning
- Wiz — What is CSPM? CSPM as a foundational capability within CNAPP (CWPP, CIEM, DSPM). wiz.io/academy/cloud-security/what-is-cloud-security-posture-management-cspm
- Wiz — CNAPP vs CSPM: graph context, toxic combinations and prioritising exploitable risk. wiz.io/academy/cloud-security/cnapp-vs-cspm
- Wiz — Agentless Scanning Best Practices: coverage across AWS, Azure, GCP and Kubernetes. wiz.io/academy/cloud-security/agentless-scanning
- Wiz — CSPM vs DSPM: misconfigurations vs sensitive-data exposure in the cloud. wiz.io/academy/cloud-security/cspm-vs-dspm
- Wiz — Wiz Cloud Security Platform & CWPP: unified agentless CNAPP with the Security Graph. wiz.io/solutions/cwpp
What's next?
Got the platform? Next, go deeper on cloud identity risk — CIEM, over-privileged roles, effective permissions and how a single risky IAM policy becomes the pivot in an attack path.