Integrating Container Vulnerability Response with other applications
Summarize
Summary of Integrating Container Vulnerability Response with other applications
Container Vulnerability Response extends its capabilities by integrating with various container security products and applications to import, enrich, and manage vulnerability data for container images deployed at runtime. This integration provides contextual insights by linking vulnerabilities to Kubernetes entities in the Configuration Management Database (CMDB) and offers comprehensive reporting dashboards for monitoring vulnerability and remediation trends.
Show less
Key Features
- Integration with multiple container security products: Includes Palo Alto Networks Prisma Cloud Compute, Tenable, Wiz Vulnerability Response Integration, and AWS Integration for Security Exposure Management.
- Runtime contextual enrichment: Vulnerability data is enriched with information about hosts, Kubernetes clusters, services, and namespaces where the container images are deployed.
- Kubernetes discovery integration: Creates references from vulnerabilities to Kubernetes entities in the CMDB for better visibility and impact analysis.
- Manual agile issue creation: In the Vulnerability Manager Workspace, users can manually create agile issues to track remediation of Container Vulnerability Issues and Remediations (CVITs and RTs).
- Improved import queue processing: To handle large data payloads without timeouts, heartbeats (timestamps) are periodically sent to indicate active processing, and system properties manage thresholds and timeouts to prevent stuck imports.
Practical Considerations for ServiceNow Customers
- Integration processes handle data in pages and must complete within one hour to avoid timeout errors; however, the system is designed to continue processing despite timeouts.
- System properties snseccmn.recordthresholdheartbeat and snseccmn.maximumheartbeatdelay control heartbeat frequency and import queue timeouts, ensuring reliable data import.
- These integrations enable customers to consolidate container vulnerability data from multiple sources into ServiceNow, facilitating centralized vulnerability management and remediation workflows.
Extend the capabilities of Container Vulnerability Response by integrating with other applications.
Container Vulnerability Response integrates with container security products to pull vulnerability data for those images which are deployed to runtime. It then enriches the vulnerability data with the runtime contextual information such as hosts, Kubernetes clusters, services, and namespaces where these container images are deployed. With ServiceNow’s Kubernetes discovery, you can see the references created from vulnerabilities to the relevant Kubernetes entities in your Configuration Management Database (CMDB). In addition to enriching the metadata, ServiceNow also offers a comprehensive reporting dashboard to provide insights into the vulnerability and remediation trends.
- Vulnerability Response Integration with Palo Alto Networks Prisma Cloud Compute integration
- Understanding the Atlassian Jira integration with Vulnerability Response
- Understanding the Tenable Vulnerability Integration
-
Important:In the Vulnerability Manager Workspace, you can create an agile issue manually using the list action and form action to track the remediation of CVITs and RTs.
Additional notes for integrations
- sn_sec_cmn.record_threshold_heartbeat: Defines the number of processed records, after which the heartbeat (timestamp) is sent to the import queue entry.
- sn_sec_cmn.maximum_heartbeat_delay: Defines the time after which the import queue entry must be timed out.