added
Vulnerability Management: Recast Rules
13 days ago by Lance Duvall
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:
| Endpoint | Name | Description |
|---|---|---|
| POST /v1/recast/rules | Create recast rule | Creates a new recast or accept rule. |
| POST /v1/recast/rules/search | Search recast rules | Searches for rules that match the requested criteria. |
| GET /v1/recast/rules/{rule_id} | Get recast rule details | Returns the details of the specified recast or accept rule. |
| PUT /v1/recast/rules/{rule_id} | Update recast rule | Updates the specified recast or accept rule with the specified criteria. |
| DELETE /v1/recast/rules/{rule_id} | Delete recast rule | Deletes the specified recast or accept rule. |
| GET /v1/recast/rules/filters | List recast rule filters | Returns the list of properties that can be used to filter recast rules, including each property's supported logical operators and value types. |
