Syntax help displayed in UI for Asset tokens. A complete list of tokens for writing search queries is provided below.
Examples
Show all assets activated (provisioned) for PC module.
activateForModules:PC
Examples
Show findings with this asset hostname
name:hostTandem
Examples
Show all assets activated (provisioned) for PC module.
activateForModules:PC
Examples
Show all assets activated (provisioned)for PC module.
activatedForModules:PC
Examples
Show findings with this IP address
interfaces.address:10.23.44.23
Examples
Show assets created within certain dates
created:[2018-01-01 ... 2018-01-10]
Show assets created starting 2017-10-01, ending 1 month ago
created:[2017-10-01 ... now-1M]
Show assets created starting 2 weeks ago, ending 1 second ago
created:[now-2w ... now-1s]
Show assets created on specific date
created:'2016-01-08'
Examples
Show the asset with this name
netbiosName:netbios-test
Examples
Show all assets activated (provisioned) for PC module.
activateForModules:PC
Example
Show the asset with this MAC address
interfaces.macAddress:"00-14-22-01-23-45"
Examples
Show interfaces updated within certain dates
lastCheckedIn: [2018-01-01 ... 2018-01-10]
Show interfaces updated starting 2017-06-01, ending 3 months ago
lastCheckedIn: [2017-06-01 ... now-3M]
Show interfaces updated starting 2 weeks ago, ending 1 second ago
lastCheckedIn: [now-2w ... now-1s]
Show interfaces updated on a specific date
lastCheckedIn:'2016-01-08'