Severity mapping for Vulnerability Response
Summarize
Summary of Severity Mapping for Vulnerability Response
The Severity Mapping for Vulnerability Response in ServiceNow integrates with the National Vulnerability Database (NVD) to provide normalized severity mappings. This functionality allows customers to adjust severity mappings based on third-party integrations that are installed, enhancing their vulnerability management capabilities.
Show less
Key Features
- Normalized Severity Calculation: The system calculates normalized severity using data from the
snvulnvdentrytable, facilitated by Business Rules that ensure accurate lookups on thesnvulentrytable. - Source Severity Mapping: Data from various sources (such as Rapid7, Qualys, Tenable.io, and Microsoft TVM) is mapped to the
sourceseveritytable, which is crucial for evaluating the risk posed by vulnerabilities. - Priority Settings: Priority fields are populated based on severity data from respective third-party integrations, ensuring that vulnerabilities are prioritized appropriately for remediation.
Key Outcomes
By implementing this severity mapping, ServiceNow customers can expect improved visibility and prioritization of vulnerabilities. The adjustments made to severity mappings allow for a tailored approach to vulnerability management, ensuring that critical issues are addressed promptly. This leads to enhanced security posture and better risk management across the organization.
Vulnerability Response ships with National Vulnerability Database (NVD) to normalized ServiceNow severity mapping. ServiceNow third-party integrations provide severity mappings upon installation. These maps can be adjusted by changing the fields in existing maps.
Rapid7 Vulnerability Integration Severity Mapping
Normalised_Severity
Calculate normalised_severity on third-part entry using the severity coming from sn_vul_nvd_entry table. This is set using Business Rules for Lookup normalized severity on sn_vul_entry table.
Source_severity
Data from the severity_score table is mapped to source_severity table while the Rapid7 Vulnerability Integration- API is running.
Priority
This field is empty.
Qualys Vulnerability Integration Severity Mapping
Normalised_Severity
Calculate normalised_severity on third-part entry using the severity coming from sn_vul_nvd_entry table. This is set using Business Rules for Lookup normalized severity on sn_vul_entry table.
Source_severity
Data from the SEVERITY_LEVEL is mapped to the source_severity table while the Qualys Knowledge Base Integration is running.
Priority
Data for the Priority field is obtained from SEVERITY table and mapped to priority table while Qualys Host Detection Integration is running using the Business Rule mapped to Qualys Data.
Tenable.io Vulnerability Integration Severity Mapping
Normalised_Severity
Calculate normalised_severity on third-part entry using the severity coming from sn_vul_nvd_entry table. This is set using Business Rules for Lookup normalized severity on sn_vul_entry table.
Source_severity
Data from risk_factor table is mapped to source_severity table while the Tenable.io Plugin Integration is running.
Priority
Data from severity_id is mapped to source_severity while the Tenable.io Open Vulnerabilities Integration is running.
VPR
Data from score is mapped to Source_risk_score while Tenable.io Plugin Integration is running.
Data from Calculated from score is mapped to Source_risk_rating while Tenable.io Plugin Integration is running.
Tenable.sc Vulnerability Integration Severity Mapping
Normalised_Severity
Calculate normalised_severity on third-part entry using the severity coming from sn_vul_nvd_entry table. This is set using Business Rules for Lookup normalized severity on sn_vul_entry table.
Source_severity
Data for riskFactor table is mapped to source_severity while the Tenable.io Plugin Integration is running.
Priority
Data from severity received as "severity": { "id": "0", "name": "Info", "description": "Informative" } is mapped to source_severity while the Tenable.io Open Vulnerabilities Integration is running.
VPR
Data from vprScore is mapped to Source_risk_score while Tenable.io Plugin Integration is running.
Data from Calculated from vprScore is mapped to Source_risk_rating while Tenable.io Plugin Integration is running.
TVM Severity Mapping
Normalised_Severity
Calculate normalised_severity on third-part entry using the severuty coming from sn_vul_nvd_entry table. This is set using Business Rules for Lookup normalized severity on sn_vul_entry table.
Source_severity
Data from severity table is mapped to source_severity while Microsoft TVM Vulnerability(CVE) Integration is running.
Priority
This field is empty.