How to trigger the risk calculator when VI is imported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 03:27 AM
Hi,
How can I trigger risk calculator when Vulnerable items are imported from Tenable integration.
When data is imported in Vulnerable items table, "Risk rating" should be updated based on conditions I set in calculator. I can do that manually but looking for solution to do it automatically.
Is there any "scheduled job" responsible for that?
- Labels:
-
Vulnerability Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 03:33 AM
Hi,
Check out "Run severity calculator after vuln entry promotion" (Scheduled Job)
Also, check out Business Rule "Calculate risk score"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 04:15 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 06:32 AM
When a new VI is created the BR "Calculate risk score" runs, well.... it calculates the risk score for the first time.
Then, every 30 minutes the scheduled job "Run severity calculator after vuln entry promotion" run looking for a flag on sn_vul_entry to see if it should recalculate the rules become something has changed on the sn_vul_entry table (i.e. Third-Party - Like the Severy was changed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 07:31 AM
So when new VIs are created from integration, "Risk rating" should be updated, but nothing happened after import.
I wonder what part of the configuration I missed.