- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 10:40 PM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 11:21 PM
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
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 06:27 AM
All components are here:
https://docs.servicenow.com/bundle/sandiego-security-management/page/product/vulnerability-response/reference/installed-with-vr.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 06:43 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 07:41 AM
Thx mate.
I did not found the answer in inkling book for VR - but how the VCA*** records is created? I mean exception record 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 12:18 PM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 01:01 AM
thx mate !