Integrating Container Vulnerability Response with other applications
Summarize
Summary of Integrating Container Vulnerability Response with other applications
Container Vulnerability Response enhances your security operations by integrating with various container security products and applications to pull and enrich vulnerability data for container images deployed in runtime environments. This integration adds contextual runtime information such as hosts, Kubernetes clusters, services, and namespaces. It also links vulnerabilities to relevant Configuration Management Database (CMDB) entities via ServiceNow’s Kubernetes discovery, providing comprehensive visibility into your container security posture.
Show less
Key Features
- Integration with container security tools: Supports integrations with Palo Alto Networks Prisma Cloud Compute, Atlassian Jira, Tenable, AWS Integration for Security Exposure Management, and Wiz Container Vulnerability Integration.
- Data enrichment: Adds runtime context to vulnerability data, enabling more accurate tracking and remediation related to Kubernetes entities and infrastructure.
- Comprehensive reporting: Offers dashboards that deliver insights into vulnerability trends and remediation progress.
- Manual issue creation: Within the Vulnerability Manager Workspace, users can manually create agile issues to track remediation efforts for container vulnerability items and runtime threats.
- Robust data processing: Handles large data payloads via import queue entries with heartbeats (timestamps) to monitor processing activity and avoid integration timeouts.
Integration Processing Details
The system processes data in pages through multiple import queue entries, each constrained by a one-hour processing time limit. To prevent stuck processes and timeouts, heartbeats are sent periodically to confirm active processing. If an import queue entry’s last processed timestamp is older than one hour, it is marked as timed out to maintain system responsiveness. These behaviors are controlled by system properties defining record thresholds for heartbeats and maximum heartbeat delays.
Practical Benefits for ServiceNow Customers
- Gain centralized, enriched container vulnerability data integrated with your CMDB for improved impact analysis and remediation planning.
- Leverage automated and manual remediation tracking workflows through integrations with popular security and issue tracking tools.
- Monitor integration health and data processing status effectively to ensure timely vulnerability data updates without delays.
- Access detailed reporting dashboards to prioritize security efforts and assess remediation trends for container environments.
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.