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

推荐订阅源

G
Google Developers Blog
人人都是产品经理
人人都是产品经理
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
B
Blog
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
V
V2EX

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
Finding the needle in the haystack: effortless SBOM searc...
Nicolas Ehrman, Arnon Trabelsi · 2024-04-05 · via Wiz Blog | RSS feed

In our earlier blog on agentless SBOM, we explored how Wiz automates SBOM creation at the runtime level. These SBOMs give Wiz users access to crucial information on all OS packages, open-source libraries, and their versions, providing instant visibility. To facilitate compliance, Wiz also offers the option of exporting reports in standard formats such as CycloneDX and SPDX. Wiz is now extending its capabilities to make it possible to search for a library or package as well as its version, enabling users to quickly find out where a package or library is deployed across their cloud environments. This makes it easy to identify obsolete or vulnerable libraries and the resources on which they are installed, so you can understand the risks and define a remediation plan.  

Challenges to navigate in the complexity of application stacks

Understanding the deployment landscape of open-source packages and libraries in cloud environments poses significant challenges for modern organizations. In dynamic cloud infrastructures, applications often rely on numerous proprietary or open-source libraries and packages, each with dependencies. Moreover, they change often, whether to add a new feature or fix a bug. As a result, companies face several risks if they don't have in-depth knowledge of where these components are deployed. Firstly, there is a lack of visibility over what is deployed, as most tools generate SBOMs at the code level. There may, therefore, be a delta in what is in production. Secondly, security vulnerabilities in obsolete libraries or packages can go undetected, leaving systems open to exploitation. The same applies to the identification of 0-day vulnerabilities, potentially exposing resources.  

Regarding compliance, requirements call for meticulous tracking of all software components, which requires a clear understanding of where they are deployed. Finally, operational efficiency is hampered when troubleshooting or updating applications, which becomes tedious due to the lack of visibility over dependencies and underlying versions. Knowing exactly where packages and libraries are deployed is essential for security, rapid protection against 0-day vulnerabilities, compliance, and operational excellence in cloud environments. 

Let’s take the case of the recently found backdoor in xz-utils, a data compression library affecting OpenSSH. Under some conditions, the vulnerability (assigned CVE-2024-3094) may allow RCE via SSH authentication in specific versions of certain Linux distributions. Scoring a full 10.0 on the CVSS calculator, this critical vulnerability has put every security team’s ability to react quickly to the test. 

Introducing Wiz's agentless SBOM search

Wiz addresses these challenges by providing organizations with a centralized and comprehensive view of their software bill of materials (SBOM) across cloud environments. Using its agentless approach, Wiz scans all resources, active or not, and detects all installed technologies. The Wiz sensor also validates packages and libraries that are in use at runtime. It enables users to easily access critical information about deployed packages and libraries and where they're in use. The result is a complete and constantly updated inventory, enabling organizations to identify the full spectrum of software components in use. 

Use Wiz to search where libzma or xz-utils are deployed

The platform's comprehensive search capabilities make it easy for users to find important information, such as a particular version of Log4j, OpenSSL, or xz-utils, and to identify the resources where they are deployed. Managing dependencies becomes straightforward when users can identify where End-of-Life (EOL) or End-of-Support (EOSL) versions of libraries or packages are located. With this information, organizations can draw up targeted update plans to address potential security vulnerabilities and ensure compliance with regulatory requirements. 

Being able to identify where an obsolete version of a library is and where it has been deployed in our environment has always been a challenge for my team. With Wiz, they can now do this easily, enabling us to know which workloads need updating quickly.

Tiago Bernardinelli, Head of Cloud Engineering, Digibee

Finally, how do you know the impact on your environment when a 0-day vulnerability like xz-utils is announced (or is about to be announced)? Luckily, Wiz facilitates triage by enabling organizations to quickly identify all the resources (e.g., container images, VMs) where versions 5.6.0 and 5.6.1, containing the maliciously injected backdoor, have been deployed. In addition, SBOM search combined with Wiz context allows filtering if the resource is publicly exposed, has high privileges, and more. This capability enables security teams to quickly assess potential exposure and take decisive action to mitigate risk.  

Liblzma vulnerability detected on an exposed virtual machine

This is yet another step taken by Wiz to help you secure your supply chain. But we’re not stopping there. Wiz also plans to cover the identification and generation of alerts on non-commercially permissive open-source software licenses to ensure the code used by your developers does not violate one of them. 

For more information on how Wiz can transform your SBOM management practices and elevate your cloud security posture, we invite you to explore our documentation (login required). Additionally, our team can provide personalized demonstrations tailored to your specific needs and challenges. Contact us today to schedule a demo and discover the full potential of Wiz for your organization.