Overview
This page is a reference for the datasets you can query with NQL (Nucleus Query Language). Each section below covers one dataset including when it is available to you, the query that runs by default, and the fields you can select, filter, sort, and aggregate on.
In Fields tables, the Values column only applies to fields with a fixed set of values. The Values column will be blank for the following scenarios:
Boolean types: valid values are always “Yes” or “No”.
Number, date, free-form text types: not constrained to a specific set of values.
Dynamic fields: fields like Asset Groups or scanner-specific asset metadata that varies by organization.
Which datasets and fields are available to you in Nucleus depends on your organization's settings, enabled modules, and your permissions, as noted under each dataset. For NQL syntax and language help, see the Nucleus Query Language (NQL) reference page.
Available Datasets:
Findings (findings)
Access / Scope Prerequisites
Generally available to all organizations.
Default query
SELECT finding_name, finding_source, host_last_seen_date, host_name, asset_name, severity, finding_discovered
FROM findings
ORDER BY finding_name ASC, severity DESCFields
Field ID | Label | Type | Sortable | Values |
|---|---|---|---|---|
| Age | number | Yes | |
| Business Owner Team | string | Yes | |
| Asset EOL Date | string | Yes | |
| Asset Groups | list (array) | No | |
| Asset ID | number | Yes | |
| Asset Info | object | Yes | |
| Asset | string | Yes | |
| Asset Source | string | Yes | |
| Support Team | string | Yes | |
| Asset Type | string | Yes | |
| Assigned Team | string | Yes | |
| Business Criticality | string | Yes | Critical, High, Moderate, Low |
| CISA KEV Exists | boolean | Yes | |
| CISA ADP SSVC Exploitation | string | Yes | None, Public PoC, Active |
| CISA ADP SSVC Automatable | boolean | Yes | |
| CISA ADP SSVC Technical Impact | string | Yes | Partial, Total |
| Compliance Scope | string | Yes | In-Scope, Out-of-Scope |
| CVEs | string | Yes | |
| CVE Count | number | Yes | |
| CVE Published Date | datetime | Yes | |
| Data Sensitivity | string | Yes | Critical, High, Moderate, Low |
| Due Date | date | Yes | |
| Exploitable | boolean | Yes | |
| Finding Discovered | datetime | Yes | |
| Last Seen | datetime | Yes | |
| Finding Name | string | Yes | |
| Finding Number | string | Yes | |
| Package | string | Yes | |
| Package Version | string | Yes | |
| Fix Version | string | Yes | |
| Path | string | Yes | |
| VPS / Finding Risk Score | number | Yes | |
| Finding Source | string | Yes | |
| State | string | Yes | |
| Finding Status | string | Yes | Active, Exception Requested, Fixed, In Progress, Potential, Waiting for 3rd Party, Waiting for Verification (active states only) |
| Finding Type | list (array) | No | |
| Asset Last Seen | datetime | Yes | |
| Host Name | string | Yes | |
| IP Address | string | Yes | |
| Network Exposure | string | Yes | |
| Description | string | Yes | |
| Ease of Exploitation | string | Yes | Very Easy, Easy, Moderate, Hard, Very Hard, Unknown |
| Expert Analysis | string | Yes | |
| Exploit Available | boolean | Yes | |
| Exploit Weaponized | boolean | Yes | |
| Exploitation Consequence | string | Yes | |
| Exploited | boolean | Yes | |
| Exploited by Malware | boolean | Yes | |
| Exploited by Ransomware | boolean | Yes | |
| Fix Available | boolean | Yes | |
| Impacts OT | boolean | Yes | |
| Likely to be Exploited | boolean | Yes | |
| Patch Available | boolean | Yes | |
| Private Exploit Available | boolean | Yes | |
| Public Exploit Available | boolean | Yes | |
| Remote Exploitation | boolean | Yes | |
| Threat | string | Yes | Existential, Critical, High, Medium, Low |
| Vulnerability Type | list (array) | No | |
| Widely Exploited | boolean | Yes | |
| Zero Day | boolean | Yes | |
| Zero Day Previously | boolean | Yes | |
| Project ID | number | Yes | |
| Project Name | string | Yes | |
| Severity | string | Yes | Critical, High, Medium, Low, Informational |
| Source Severity | string | Yes |
Assets (assets)
Access / Scope Prerequisites
Generally available to all organizations.
In Project > Explore > All Findings, requires the View Assets (projectassets-read) permission.
In Global > Explore, access is scoped to the projects the user has access to.
Default query
SELECT asset_name, asset_type, asset_source, asset_risk_score
FROM assets
WHERE is_active = "Yes"
ORDER BY asset_risk_score DESCFields
Field ID | Label | Type | Sortable | Values |
|---|---|---|---|---|
| Branch | string | Yes | |
| Language | string | Yes | |
| Repository Type | string | Yes | |
| Repository URL | string | Yes | |
| Revision | string | Yes | |
| Application Version | string | Yes | |
| Asset Base Risk Score | number | Yes | |
| Asset Groups | list (array) | No | |
| Asset ID | number | Yes | |
| Last Mitigated Date | datetime | Yes | |
| Asset Name | string | Yes | |
| Next SLA Date | datetime | Yes | |
| Asset Risk Score | number | Yes | |
| Asset Source | string | Yes | |
| Asset Subtype | string | Yes | |
| Asset Type | string | Yes | API Gateway, Access Control Policy, Access Entitlement, Access Key, Application, Big Data Cluster, Bucket, CDN, Cloud Account, Cloud Log Configuration, Cloud Resources Deployment, Configuration Parameter, Container Cluster, Container Image, Container Workload Definition, Container Workload, DNS Zone, Data Analytics Environment, Database, Encryption Key, File Storage Service, Firewall, Gateway, Host Group, Host Image, Host, Load Balancer, Managed Certificate, Messaging Service, Network Interface, Private Endpoint, Private Link, Region, Registered Domain, Secret, Secrets Manager, Serverless, Service Account, Service Rule, Subnet, User Account, User Group, Virtual Network, Volume Snapshot, Volume |
| Business Criticality | string | Yes | Critical, High, Moderate, Low |
| Business Owner Team | string | Yes | |
| Account ID | string | Yes | |
| Cloud Provider | string | Yes | |
| Region | string | Yes | |
| Resource ID | string | Yes | |
| Resource Name | string | Yes | |
| Unique ID | string | Yes | |
| Compliance Scope | string | Yes | In-Scope, Out-of-Scope |
| CPU Architecture | string | Yes | |
| CPU Features | string | Yes | |
| CPU Variant | string | Yes | |
| Data Sensitivity | string | Yes | Critical, High, Moderate, Low |
| Description | string | Yes | |
| Domain Name | string | Yes | |
| Image Config | string | No | |
| Digest | string | Yes | |
| Image Distro | string | Yes | |
| Image ID | string | Yes | |
| Image Manifest | string | No | |
| Image OS | string | Yes | |
| Image Registry | string | Yes | |
| Repository | string | Yes | |
| Image Secondary Registries | string | Yes | |
| Image Tags | string | Yes | |
| Inactive Date | datetime | Yes | |
| IP Address | string | Yes | |
| Is Active | boolean | Yes | |
| Last Seen | datetime | Yes | |
| License Type | string | Yes | Compute, Non-Compute |
| Location | string | Yes | |
| MAC Address | string | Yes | |
| Network Exposure | string | Yes | Internal, External |
| Operating System | string | Yes | |
| OS Version | string | Yes | |
| Project ID | number | Yes | |
| Project Name | string | Yes | |
| Support Team | string | Yes |