improved

Vulnerability Management: New Asset and Vulnerability Export Properties

Tenable has added 5 new properties to the asset export data returned by the Download assets chunk endpoint, and 7 new properties to the vulnerability export data returned by the Download vulnerabilities chunk endpoint.

The Download assets chunk endpoint now includes the following properties in the response:

Property
Data Type
Description
last_authentication_attempt_dateStringAn ISO timestamp indicating the date and time when Tenable Nessus last attempted to sign in, either with SSH on Unix-based systems or SMB on Windows systems.
last_authentication_success_dateStringAn ISO timestamp indicating the date and time when Tenable Nessus last authenticated successfully. Note that Tenable Nessus Agent scans do not update this property since agents do not log in.
last_authentication_scan_statusStringIndicates if the last authentication attempt by Tenable Nessus was successful. Possible values are Success, Failure, and N/A. Note that Tenable Nessus Agent scans do not update this property since agents do not log in.
last_scan_targetStringThe IP address or fully qualified domain name (FQDN) of the asset targeted in the last scan.
serial_numberStringThe unique identifier of the asset as assigned by the manufacturer. This property is only available for network devices.

The Download vulnerabilities chunk endpoint now includes the following properties in the response:

PropertyData TypeDescription
asset.serial_numberStringThe unique identifier of the asset as assigned by the manufacturer. This property is only available for network devices.
plugin.has_workaroundBooleanIndicates if a workaround exists for the vulnerability.
plugin.vendor_unpatchedBooleanIndicates if the vulnerability has an available patch from the vendor.
plugin.workaroundStringA description that explains a workaround for remediating the vulnerability.
plugin.workaround_publishedStringAn ISO timestamp indicating the date and time when the workaround was published.
plugin.workaround_typeStringThe workaround action required to remediate the vulnerability. Possible workaround types include:
  • Configuration Change — You must alter the configuration of software on the asset.
  • Disable Service — You must disable a service on the asset.
scan.last_scan_targetStringThe IP address or fully qualified domain name (FQDN) of the asset targeted in the last scan.