Syntax help displayed in UI for tokens. Click each token to learn more about it.
Examples
Show any findings that contain parts of name
asset.supportGroup:"Compliance"
Show any findings that match exact value "Compliance Managers"
asset.supportGroup:`Compliance Managers`
Example
Show assets with company as Qualys
asset.org.company: Qualys
Example
Show assets with department as Development
asset.org.department: Development
Example
Show assets with operational status as Repair
asset.operationalStatus: Repair
Example
Show assets with environment as Production
asset.environment: Production
Examples
Show any findings that contain parts of name
asset.ownedBy:"Joey"
Show any findings that match exact value "Joey Bolick"
asset.ownedBy:`Joey Bolick`
Examples
Show any findings that contain parts of name
asset.managedBy:"Byron"
Show any findings that match exact value "Byron Fortuna"
asset.managedBy:`Byron Fortuna`
Examples
Show any findings that contain parts of name
asset.supportedBy:"John"
Show any findings that match exact value "John Doe"
asset.supportedBy:`John Doe`
Examples
Show any findings that contain parts of name
asset.assignedLocation.name:"401 Biscayne
St, Miami"
Show any findings that match exact value "401 Biscayne St, Miami FL"
asset.assignedLocation.name:`401 Biscayne St,
Miami FL`
Example
Show assets with assigned location city as Miami
asset.assignedLocation.city: Miami
Example
Show assets with assigned location state as FL
asset.assignedLocation.state: FL
asset.assignedLocation.country
Example
Show assets with assigned location country as USA
asset.assignedLocation.country: USA
Examples
Show any findings that contain parts of name
businessApp:(name:"HR")
Show any findings that match exact value "HR Intranet"
businessApp:(name:`HR Intranet`)
Example
Show findings with business app ID as APP007
businessApp:(id:APP007)
Example
Show business applications with operational status as Installed
businessApp:(operationalStatus: Installed)
businessApp.businessCriticality
Examples
Show any findings that contain parts of name
businessApp:(businessCriticality:"1 - most")
Show any findings that match exact value "1 - most critical"
businessApp:(businessCriticality:`1 - most critical`)
Example
Show assets with business application environment as Production
businessApp:(environment: Production)
Examples
Show any findings that contain parts of name
businessApp:(ownedBy:"Joey")
Show any findings that match exact value "Joey Bolick"
businessApp:(ownedBy:`Joey Bolick`)
Examples
Show any findings that contain parts of name
businessApp:(managedBy:"Byron")
Show any findings that match exact value "Byron Fortuna"
businessApp:(managedBy:`Byron Fortuna`)
Examples
Show any findings that contain parts of name
businessApp:(supportedBy:"John")
Show any findings that match exact value "John Doe"
businessApp:(supportedBy:`John Doe`)
Example
Show assets with business application support group as Security
businessApp:(supportGroup: Security)