improved

Vulnerability Management: FQDNs in Asset Responses

On January 4, 2024, Tenable Vulnerability Management will change how it processes fully qualified domain names (FQDNs) for assets. All FQDNs will be normalized to lowercase and then the duplicates will be merged.

For example, where asset1 would previously have three FQDNs: ["VeryImportantAsset.local", "veryimportantasset.local", "externalimportantasset.local"], after the change asset1 will have two FQDNs: ["veryimportantasset.local", "externalimportantasset.local"].

This change streamlines the Host Assets view in the Assets Workbench in the user interface, prevents assets from registering as duplicates, and enables users to better focus on the assets that need their attention.

This change affects the following endpoints:

EndpointNameAffected Property
GET /assetsList assetsThe assets.fqdn property in the response.
GET /assets/{asset_uuid}Get asset detailsThe fqdn property in the response.
GET /assets/export/{export_uuid}/chunks/{chunk_id}Download assets chunkThe fqdns and network_interfaces.fqdns properties in the response.
GET /workbenches/assetsList assetsThe assets.fqdn property in the response.
GET /workbenches/assets/vulnerabilitiesList assets with vulnerabilitiesThe assets.fqdn property in the response.
GET /workbenches/assets/{asset_id}/infoGet asset informationThe info.fqdn property in the response.