Select Vulnerability Export Properties

The properties request body parameter lets you select specific properties to include in a vulnerability export, reducing export size and processing time for large datasets. This parameter is supported by the following endpoints:

When you specify this parameter, the export only includes the properties you select.

If you omit the properties parameter, the export returns all available properties (the full payload), which is the default behavior.

How It Works

  • Pass an array of property names in the properties parameter to select only the columns you need.
  • The system always includes a small set of core identifying properties regardless of your selection (see Always-Included Properties below).
  • The Get vulnerability export status and Get findings export status endpoints both echo back the properties array you specified. If you did not use the parameter, the properties field is omitted from the status response.

Vulnerability Management Export Properties

The following tables list all valid values for the properties parameter when using the Export vulnerabilities endpoint.

Finding Properties

Core finding attributes — where and when the vulnerability was detected on the asset and its current state.

PropertyDescription
sourceThe source that identified the vulnerability (for example, NESSUS, AGENT).
indexed_atThe timestamp when the finding was last updated internally.
recast_reasonThe reason for recasting the vulnerability severity.
recast_rule_uuidThe UUID of the recast rule applied to the finding.
portThe port where the vulnerability was detected.
protocolThe protocol used during detection.
serviceThe service running on the detected port.
severityThe severity of the vulnerability.
risk_modifiedIndicates whether the risk has been modified.
first_observedThe timestamp when the vulnerability was first observed.
last_fixedThe timestamp when the vulnerability was last fixed.
last_seenThe timestamp when the vulnerability was last seen.
stateThe current state of the finding (OPEN, REOPENED, FIXED).
scan_start_timeThe timestamp when the scan started.
idThe unique identifier of the finding.
time_in_last_stateThe duration the finding has been in its current state.
resurfaced_dateThe timestamp when the vulnerability resurfaced.
outputThe plugin output text for the finding.
software_vulnsSoftware package attribution data for the vulnerability.

Asset Properties

Attributes of the asset (host) the finding belongs to.

PropertyDescription
asset.agent_nameThe name of the Nessus Agent installed on the asset.
asset.tenable_idThe Tenable asset identifier.
asset.fqdnsThe fully qualified domain names of the asset.
asset.nameThe display name of the asset.
asset.idThe UUID of the asset.
asset.ipv4_addressesThe IPv4 addresses associated with the asset.
asset.ipv6_addressesThe IPv6 addresses associated with the asset.
asset.last_authenticated_scan_timeThe timestamp of the last authenticated scan on the asset.
asset.mac_addressesThe MAC addresses associated with the asset.
asset.netbios_nameThe NetBIOS name of the asset.
asset.operating_systemsThe operating systems detected on the asset.
asset.network_idThe UUID of the network the asset belongs to.
asset.bios_uuidThe BIOS UUID of the asset.
asset.system_typeThe system type of the asset.
asset.network_device_serial_identifierThe serial identifier of the network device.
asset.last_scan_targetThe last scan target used for the asset.

Definition Properties

Vulnerability and plugin definition attributes.

PropertyDescription
definition.idThe plugin ID that identified the vulnerability.
definition.bugtraqBugtraq IDs associated with the vulnerability.
definition.canvasIndicates whether an exploit exists in the CANVAS framework.
definition.default_accountIndicates whether the vulnerability involves default accounts.
definition.malwareIndicates whether the vulnerability is associated with malware.
definition.cpeCommon Platform Enumeration identifiers.
definition.cveCommon Vulnerabilities and Exposures identifiers.
definition.typeThe type of plugin (local, remote, combined).
definition.elliotIndicates whether an exploit exists in the Elliot framework.
definition.descriptionThe description of the vulnerability.
definition.coreIndicates whether an exploit exists in the Core Impact framework.
definition.exploithubIndicates whether an exploit exists in ExploitHub.
definition.metasploitIndicates whether an exploit exists in Metasploit.
definition.exploitability_easeHow easy the vulnerability is to exploit.
definition.exploited_by_malwareIndicates whether the vulnerability is exploited by malware.
definition.exploited_by_nessusIndicates whether the vulnerability is exploited by Nessus.
definition.familyThe plugin family.
definition.patch_publishedThe date the patch was published.
definition.in_the_newsIndicates whether the vulnerability is in the news.
definition.nameThe name of the plugin.
definition.plugin_updatedThe date the plugin was last updated.
definition.plugin_publishedThe date the plugin was published.
definition.severityThe severity assigned by the plugin.
definition.see_alsoReferences to additional information.
definition.solutionThe recommended solution.
definition.stig_severityThe DISA STIG severity.
definition.synopsisA brief synopsis of the vulnerability.
definition.unsupported_by_vendorIndicates whether the software is unsupported by the vendor.
definition.plugin_versionThe version of the plugin.
definition.vulnerability_publishedThe date the vulnerability was published.
definition.referencesExternal references for the vulnerability.
definition.vendor_severityThe severity assigned by the vendor.
definition.workaroundThe workaround for the vulnerability.
definition.workaround_typeThe type of workaround.
definition.workaround_publishedThe date the workaround was published.
definition.vendor_unpatchedIndicates whether the vendor has no intention to patch.
definition.has_workaroundIndicates whether a workaround exists.

CVSS Properties

Common Vulnerability Scoring System scores and vector components.

PropertyDescription
definition.cvss3.base_scoreThe CVSS v3 base score.
definition.cvss3.temporal_scoreThe CVSS v3 temporal score.
definition.cvss2.base_scoreThe CVSS v2 base score.
definition.cvss2.temporal_scoreThe CVSS v2 temporal score.
definition.cvss3.base_vectorThe full CVSS v3 base vector string.
definition.cvss3.base_vector_acCVSS v3 Attack Complexity.
definition.cvss3.base_vector_avCVSS v3 Attack Vector.
definition.cvss3.base_vector_aCVSS v3 Availability Impact.
definition.cvss3.base_vector_cCVSS v3 Confidentiality Impact.
definition.cvss3.base_vector_iCVSS v3 Integrity Impact.
definition.cvss3.temporal_vectorThe full CVSS v3 temporal vector string.
definition.cvss3.temporal_vector_eCVSS v3 Exploit Code Maturity.
definition.cvss3.temporal_vector_rlCVSS v3 Remediation Level.
definition.cvss3.temporal_vector_rcCVSS v3 Report Confidence.
definition.cvss2.base_vectorThe full CVSS v2 base vector string.
definition.cvss2.base_vector_acCVSS v2 Access Complexity.
definition.cvss2.base_vector_avCVSS v2 Access Vector.
definition.cvss2.base_vector_aCVSS v2 Availability Impact.
definition.cvss2.base_vector_auCVSS v2 Authentication.
definition.cvss2.base_vector_cCVSS v2 Confidentiality Impact.
definition.cvss2.base_vector_iCVSS v2 Integrity Impact.
definition.cvss2.temporal_vectorThe full CVSS v2 temporal vector string.
definition.cvss2.temporal_vector_eCVSS v2 Exploitability.
definition.cvss2.temporal_vector_rlCVSS v2 Remediation Level.
definition.cvss2.temporal_vector_rcCVSS v2 Report Confidence.
definition.cvss4.base_scoreThe CVSS v4 base score.
definition.cvss4.base_vectorThe full CVSS v4 base vector string.
definition.cvss4.base_vector_avCVSS v4 Attack Vector.
definition.cvss4.base_vector_atCVSS v4 Attack Requirements.
definition.cvss4.base_vector_acCVSS v4 Attack Complexity.
definition.cvss4.base_vector_prCVSS v4 Privileges Required.
definition.cvss4.base_vector_uiCVSS v4 User Interaction.
definition.cvss4.base_vector_vcCVSS v4 Vulnerable System Confidentiality.
definition.cvss4.base_vector_viCVSS v4 Vulnerable System Integrity.
definition.cvss4.base_vector_vaCVSS v4 Vulnerable System Availability.
definition.cvss4.base_vector_scCVSS v4 Subsequent System Confidentiality.
definition.cvss4.base_vector_siCVSS v4 Subsequent System Integrity.
definition.cvss4.base_vector_saCVSS v4 Subsequent System Availability.
definition.cvss4.threat_scoreThe CVSS v4 threat score.
definition.cvss4.threat_vectorThe full CVSS v4 threat vector string.
definition.cvss4.threat_vector_eCVSS v4 Exploit Maturity.

VPR Properties

Tenable Vulnerability Priority Rating scores and drivers.

PropertyDescription
definition.vpr.scoreThe VPR score.
definition.vpr.drivers_updatedThe date VPR drivers were last updated.
definition.vpr.drivers_update_reasonThe reason for the most recent VPR driver update.
definition.vpr.drivers_age_of_vulns_lowThe lower bound of the vulnerability age range.
definition.vpr.drivers_age_of_vulns_highThe upper bound of the vulnerability age range.
definition.vpr.drivers_exploit_code_maturityThe exploit code maturity level.
definition.vpr.drivers_cvss_impact_score_predictedIndicates whether the CVSS impact score is predicted.
definition.vpr.drivers_cvss3_impact_scoreThe CVSS v3 impact score used in VPR calculation.
definition.vpr.drivers_threat_intensityThe threat intensity level.
definition.vpr.drivers_threat_recency_lowThe lower bound of threat recency.
definition.vpr.drivers_threat_recency_highThe upper bound of threat recency.
definition.vpr.drivers_threat_sourcesThe threat sources contributing to VPR.
definition.vpr.drivers_product_coverageThe product coverage metric.
vpr_v2The VPR v2 score.
vpr_v2_drivers_cve_idThe CVE ID used in VPR v2 calculation.
vpr_v2_drivers_vpr_percentileThe VPR v2 percentile ranking.
vpr_v2_drivers_vpr_severityThe VPR v2 severity level.
vpr_v2_drivers_exploit_probabilityThe probability of exploitation.
vpr_v2_drivers_exploit_code_maturityThe exploit code maturity (VPR v2).
vpr_v2_drivers_on_cisa_kevIndicates whether the CVE appears on the CISA KEV list.
vpr_v2_drivers_in_the_news_intensity_last_30The news intensity over the last 30 days.
vpr_v2_drivers_in_the_news_recencyThe recency of news coverage.
vpr_v2_drivers_malware_observations_intensity_last_30The malware observation intensity over the last 30 days.
vpr_v2_drivers_malware_observations_recencyThe recency of malware observations.
vpr_v2_drivers_exploit_chainIndicates whether the vulnerability is part of an exploit chain.
vpr_v2_drivers_in_the_news_sources_last_30The news sources over the last 30 days.
vpr_v2_drivers_threat_summaryA summary of threat intelligence.
vpr_v2_drivers_remediationRemediation guidance from VPR v2.
vpr_v2_drivers_targeted_industriesIndustries targeted by exploits for this vulnerability.
vpr_v2_drivers_targeted_regionsRegions targeted by exploits for this vulnerability.

EPSS Properties

Exploit Prediction Scoring System data.

PropertyDescription
definition.epss.scoreThe EPSS score (probability of exploitation in the wild).

Scan Properties

Metadata about the scan that produced the finding.

PropertyDescription
scan.schedule_idThe schedule UUID of the scan.
scan.idThe unique identifier of the scan run.
scan.targetThe scan target.

Always-Included Properties

The following properties are always included in the export when you use the properties parameter, even if you do not explicitly request them:

PropertyDescription
idThe unique identifier of the finding.
asset.idThe UUID of the asset.
definition.idThe plugin ID.
definition.canvasCANVAS exploit availability.
definition.coreCore Impact exploit availability.
definition.elliotElliot exploit availability.
definition.exploithubExploitHub exploit availability.
definition.metasploitMetasploit exploit availability.
definition.exploitability_easeExploitability ease.
definition.patch_publishedPatch publication date.

Request Example (VM)

{
  "filters": {
    "since": 1340331545
  },
  "num_assets": 500,
  "properties": [
    "source",
    "severity",
    "state",
    "first_observed",
    "last_seen",
    "asset.id",
    "asset.name",
    "asset.ipv4_addresses",
    "definition.id",
    "definition.name",
    "definition.cve",
    "definition.vpr.score"
  ]
}

Web App Scanning Export Properties

The following tables list all valid values for the properties parameter when using the Export findings endpoint.

Finding Properties

Core WAS finding attributes.

PropertyDescription
indexed_atThe timestamp when the finding was last updated internally.
urlThe URL where the vulnerability was found.
severityThe severity of the finding.
input_typeThe type of HTML input associated with the finding.
input_nameThe name of the input element.
proofThe proof of vulnerability.
payloadThe payload used to detect the vulnerability.
risk_modifiedIndicates whether the risk has been modified.
first_observedThe timestamp when the finding was first observed.
last_observedThe timestamp when the finding was last observed.
last_fixedThe timestamp when the finding was last fixed.
last_seenThe timestamp when the finding was last seen.
stateThe current state of the finding (OPEN, REOPENED, FIXED).
scan_idThe unique identifier of the scan.
scan_schedule_idThe schedule UUID of the scan.
http_methodThe HTTP method used when the finding was detected.
recast_reasonThe reason for recasting the finding severity.
recast_rule_uuidThe UUID of the recast rule.
original_risk_factor_numThe original risk factor number before recasting.
age_in_daysThe age of the finding in days.
idThe unique identifier of the finding.
finding_idThe finding UUID.
outputThe plugin output text for the finding.

Asset Properties

PropertyDescription
asset.nameThe display name of the web application.
asset.idThe UUID of the asset.
asset.ipv4_addressesThe IPv4 addresses associated with the asset.
asset.last_authenticated_scan_timeThe timestamp of the last authenticated scan.

Definition Properties

PropertyDescription
definition.idThe plugin ID.
definition.cpeCommon Platform Enumeration identifiers.
definition.cveCommon Vulnerabilities and Exposures identifiers.
definition.localeThe locale of the plugin.
definition.intel_typeThe intelligence type.
definition.synopsisA brief synopsis of the vulnerability.
definition.stig_severityThe DISA STIG severity.
definition.public_displayIndicates whether the vulnerability is publicly displayed.
definition.policyThe associated policy.
definition.in_the_newsIndicates whether the vulnerability is in the news.
definition.exploited_by_malwareIndicates whether exploited by malware.
definition.typeThe type of plugin.
definition.descriptionThe description of the vulnerability.
definition.exploitability_easeHow easy the vulnerability is to exploit.
definition.familyThe plugin family.
definition.patch_publishedThe date the patch was published.
definition.nameThe name of the plugin.
definition.plugin_updatedThe date the plugin was last updated.
definition.plugin_publishedThe date the plugin was published.
definition.severityThe severity assigned by the plugin.
definition.see_alsoReferences to additional information.
definition.solutionThe recommended solution.
definition.plugin_versionThe version of the plugin.
definition.vulnerability_publishedThe date the vulnerability was published.
definition.referencesExternal references.

CVSS Properties (WAS)

PropertyDescription
definition.cvss2.temporal_scoreThe CVSS v2 temporal score.
definition.cvss3.temporal_scoreThe CVSS v3 temporal score.
definition.cvss2.temporal_vectorThe CVSS v2 temporal vector string.
definition.cvss3.temporal_vectorThe CVSS v3 temporal vector string.
definition.cvss3.base_scoreThe CVSS v3 base score.
definition.cvss2.base_scoreThe CVSS v2 base score.
definition.cvss3.base_vectorThe full CVSS v3 base vector string.
definition.cvss3.base_vector_acCVSS v3 Attack Complexity.
definition.cvss3.base_vector_avCVSS v3 Attack Vector.
definition.cvss3.base_vector_aCVSS v3 Availability Impact.
definition.cvss3.base_vector_cCVSS v3 Confidentiality Impact.
definition.cvss3.base_vector_iCVSS v3 Integrity Impact.
definition.cvss2.base_vectorThe full CVSS v2 base vector string.
definition.cvss2.base_vector_acCVSS v2 Access Complexity.
definition.cvss2.base_vector_avCVSS v2 Access Vector.
definition.cvss2.base_vector_aCVSS v2 Availability Impact.
definition.cvss2.base_vector_auCVSS v2 Authentication.
definition.cvss2.base_vector_cCVSS v2 Confidentiality Impact.
definition.cvss2.base_vector_iCVSS v2 Integrity Impact.
definition.cvss4.base_scoreThe CVSS v4 base score.
definition.cvss4.base_vectorThe full CVSS v4 base vector string.
definition.cvss4.base_vector_avCVSS v4 Attack Vector.
definition.cvss4.base_vector_atCVSS v4 Attack Requirements.
definition.cvss4.base_vector_acCVSS v4 Attack Complexity.
definition.cvss4.base_vector_prCVSS v4 Privileges Required.
definition.cvss4.base_vector_uiCVSS v4 User Interaction.
definition.cvss4.base_vector_vcCVSS v4 Vulnerable System Confidentiality.
definition.cvss4.base_vector_viCVSS v4 Vulnerable System Integrity.
definition.cvss4.base_vector_vaCVSS v4 Vulnerable System Availability.
definition.cvss4.base_vector_scCVSS v4 Subsequent System Confidentiality.
definition.cvss4.base_vector_siCVSS v4 Subsequent System Integrity.
definition.cvss4.base_vector_saCVSS v4 Subsequent System Availability.
definition.cvss4.threat_scoreThe CVSS v4 threat score.
definition.cvss4.threat_vectorThe full CVSS v4 threat vector string.
definition.cvss4.threat_vector_eCVSS v4 Exploit Maturity.

VPR Properties (WAS)

PropertyDescription
definition.vpr.scoreThe VPR score.
definition.vpr.drivers_updatedThe date VPR drivers were last updated.
definition.vpr.drivers_update_reasonThe reason for the most recent VPR driver update.
definition.vpr.drivers_age_of_vulns_lowThe lower bound of the vulnerability age range.
definition.vpr.drivers_age_of_vulns_highThe upper bound of the vulnerability age range.
definition.vpr.drivers_exploit_code_maturityThe exploit code maturity level.
definition.vpr.drivers_cvss_impact_score_predictedIndicates whether the CVSS impact score is predicted.
definition.vpr.drivers_cvss3_impact_scoreThe CVSS v3 impact score used in VPR calculation.
definition.vpr.drivers_threat_intensityThe threat intensity level.
definition.vpr.drivers_threat_recency_lowThe lower bound of threat recency.
definition.vpr.drivers_threat_recency_highThe upper bound of threat recency.
definition.vpr.drivers_threat_sourcesThe threat sources contributing to VPR.
definition.vpr.drivers_product_coverageThe product coverage metric.
vpr_v2The VPR v2 score.
vpr_v2_drivers_cve_idThe CVE ID used in VPR v2 calculation.
vpr_v2_drivers_vpr_percentileThe VPR v2 percentile ranking.
vpr_v2_drivers_vpr_severityThe VPR v2 severity level.
vpr_v2_drivers_exploit_probabilityThe probability of exploitation.
vpr_v2_drivers_exploit_code_maturityThe exploit code maturity (VPR v2).
vpr_v2_drivers_on_cisa_kevIndicates whether the CVE appears on the CISA KEV list.
vpr_v2_drivers_in_the_news_intensity_last_30The news intensity over the last 30 days.
vpr_v2_drivers_in_the_news_recencyThe recency of news coverage.
vpr_v2_drivers_malware_observations_intensity_last_30The malware observation intensity over the last 30 days.
vpr_v2_drivers_malware_observations_recencyThe recency of malware observations.
vpr_v2_drivers_exploit_chainIndicates whether the vulnerability is part of an exploit chain.
vpr_v2_drivers_in_the_news_sources_last_30The news sources over the last 30 days.
vpr_v2_drivers_threat_summaryA summary of threat intelligence.
vpr_v2_drivers_remediationRemediation guidance from VPR v2.
vpr_v2_drivers_targeted_industriesIndustries targeted by exploits for this vulnerability.
vpr_v2_drivers_targeted_regionsRegions targeted by exploits for this vulnerability.

EPSS Properties (WAS)

PropertyDescription
definition.epss.scoreThe EPSS score (probability of exploitation in the wild).

Always-Included Properties (WAS)

The following properties are always included in WAS exports when you use the properties parameter:

PropertyDescription
idThe unique identifier of the finding.
finding_idThe finding UUID.
asset.idThe UUID of the asset.
definition.idThe plugin ID.

Request Example (WAS)

{
  "num_assets": 50,
  "filters": {
    "severity": ["HIGH", "CRITICAL"],
    "state": ["OPEN", "REOPENED"]
  },
  "properties": [
    "url",
    "severity",
    "state",
    "first_observed",
    "last_seen",
    "asset.name",
    "asset.id",
    "definition.id",
    "definition.name",
    "definition.cve"
  ]
}

Did this page help you?