added

Vulnerability Management: Recast Rules

Tenable has released the Recast Rules API, which enables users to create, view, update, and delete recast and accept rules that modify the severity of vulnerabilities and host audit results. This functionality allows organizations to adjust vulnerability risk ratings and audit severity to align with their internal policies and risk management practices.

For more information about recast rules, see Recast Rules in the Tenable Vulnerability Management User Guide.

The following endpoints are now available for the Recast Rules API:

EndpointNameDescription
POST /v1/recast/rulesCreate recast ruleCreates a new recast or accept rule.
POST /v1/recast/rules/searchSearch recast rulesSearches for rules that match the requested criteria.
GET /v1/recast/rules/{rule_id}Get recast rule detailsReturns the details of the specified recast or accept rule.
PUT /v1/recast/rules/{rule_id}Update recast ruleUpdates the specified recast or accept rule with the specified criteria.
DELETE /v1/recast/rules/{rule_id}Delete recast ruleDeletes the specified recast or accept rule.
GET /v1/recast/rules/filtersList recast rule filtersReturns the list of properties that can be used to filter recast rules, including each property's supported logical operators and value types.