Vulnerability response tables list

Gary22
Tera Contributor

Hi All 

I am looking for the list of commonly used servicenow tables for reporting on vulnerability response and vulnerable items . 

Can someone share the list of tables if they have it handy or in a link 

1 ACCEPTED SOLUTION

Sulabh Garg
Mega Sage
Mega Sage

Hello Gary,

Following are the ones which will be used commonly as most of the OOB reporting are on these tables only, It also depends on the plugins you have installed related to your vulnerability response requirement. e.g.: Qualys scanner integration which will introduce few more tables related to qualys scanner.

1) Vulnerable Item [sn_vul_vulnerable_item]

2) Vulnerable Item Detection [sn_vul_detection]

3) Remediation Task [sn_vul_vulnerability]

4) Vulnerability Entry [sn_vul_entry]

5) CI Scan [sn_vul_ci_scan]

6)Vulnerability Integration Run Stats [sn_vul_integration_stats]

7) Vulnerability Integration Run [sn_vul_integration_run]

 

Hope it helps!!

 

Please Mark Correct/helpful, if applicable, Thanks!! 

 

Regards

 

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

View solution in original post

9 REPLIES 9

Stephen Laseau
Kilo Guru

All components are here:

https://docs.servicenow.com/bundle/sandiego-security-management/page/product/vulnerability-response/reference/installed-with-vr.html

 

Eliz Skogquist
ServiceNow Employee
ServiceNow Employee

Hi Don Dom,

The sn_vul_vulnerability table holds all the vulnerability group records for the Vulnerability Response application.  The sn_vul_remediation_task table holds the grouped records for: Vulnerability Response, Application Vulnerability Response, Configuration Compliance, and Container Vulnerability Response.  

The remediation task table is allowing for all records to display in the workspace together, in the same listing.

Thx mate.

I did not found the answer in inkling book for VR - but how the VCA*** records is created? I mean exception record 🙂 

Eliz Skogquist
ServiceNow Employee
ServiceNow Employee

The VCA records create when an exception has been requested.  You'll need to have your approval groups populated to work with the OOB approval flow, or the exception requests reject.  Details can be found on docs, setting up the workspace: https://www.servicenow.com/docs/bundle/yokohama-security-management/page/product/vulnerability-respo... (where exceptions would be requested).

thx mate !