Use the search tokens below to search for resources discovered. You'll need to first choose cloud provider on the Resources tab to see the relevant tokens for your environment. Looking for help with writing your query? click here
Example
Show findings with this account ID
account.id: 205767712438
Example
Show connectors with this account alias
account.alias: Example_connector
subscriptionNamesubscriptionName
Example
Show connectors with this subscription name
subscriptionName: Sample Cloud Subscription
Examples
Show resources created within certain dates
created: [2018-01-01 ... 2018-03-01]
Show resources created starting 2018-10-01, ending 1 month ago
created: [2018-01-01 ... now-1m]
Show resources created starting 2 weeks ago, ending 1 second ago
created: [now-2w ... now-1s]
Show resources created on specific date
created: 2018-01-08
Examples
Show resources updated within certain dates
updated: [2018-01-01 ... 2018-03-01]
Show resources updated starting 2018-10-01, ending 1 month ago
updated: [2018-01-01 ... now-1m]
Show resources updated starting 2 weeks ago, ending 1 second ago
updated: [now-2w ... now-1s]
Show resources updated on specific date
updated: 2018-01-08
Examples
Show any findings with this name
name: my-resource
Show all the findings that exactly match with this name
name: `my-resource`
Example
Find resources synced from Amazon AWS
provider: AWS
Example
Find resources in the Singapore region
region: Singapore
Example
Show resources with ID acl-8e5198f5
resource.id: acl-8e5198f5
Example
Show resources of type Instance
resource.type: Instance
Example
Show findings with key Department
tag.key: Department
Example
Show findings with tag value Finance
tag.value: Finance
Example
Show any findings that contain "network" and "blue" in name
tags.name: "network blue"
Show any findings that contain "network" or "blue" in name (another method)
tags.name: "network"
OR
tags.name: "blue"
Show any findings that match exact value "Cloud Agent"
tags.name: "Cloud Agent"
Example
Show findings with account ID 205767712438 and type Subnet
account.id: 205767712438 and resource.type: Subnet
Example
Show findings that are not resource type Instance
not resource.type: Instance
Example
Show findings with one of these tag values
tag.value: Finance or tag.value: Accounting
Example
Show resources with this projectId
projectId: my-project-1513669048551
Example
Show findings with name Environment
label.key: Environment
Use a text value ##### to define the value of GCP label assigned to the resource (case sensitive).
Example
Show cloud functions with certain label value
label.value: test-environment
These tokens are available in queries with resource.type:VM Instances
instance.machineTypeinstance.machineType
Example
Show resources with g1-small virtual network type
instance.machineType: g1-small
connector.remediationEnabledconnector.remediationEnabled
Example
Show resources associated with the connector for which remediation is enabled
connector.remediationEnabled: TRUE
Example
Show resources with success status for remediation action
action.status: Success
instance.networkInterfaces.networkinstance.networkInterfaces.network
Example
Show resources with default network
instance.networkInterfaces.network: default
instance.networkInterfaces.subnetworkinstance.networkInterfaces.subnetwork
Example
Show resources with default subnetwork
instance.networkInterfaces.subnetwork: default
instance.externalIpAddressinstance.externalIpAddress
Example
Show resources with specified external IP address
instance.externalIpAddress: 52.70.141.154
instance.privateIpAddressinstance.privateIpAddress
Example
Show resources with specified private IP address
instance.privateIpAddress: 10.90.0.119
instance.statusinstance.status
Example
Show VM instances with running status
instance.status: RUNNING
instance.agentInstalledinstance.agentInstalled
Example
Show VMs with Qualys Agent installed.
instance.agentInstalled: True
These tokens are available in queries with resource.type: Firewall Rules
firewall.networkfirewall.network
Example
Show networks with this name
firewall.network: default
These tokens are available in queries with resource.type:Networks
network.subnetworksnetwork.subnetworks
Example
Show networks with default value
network.subnetworks: default
These tokens are available in queries with resource.type:Subnetworks
subnetwork.networksubnetwork.network
Example
Show subnetworks with default value
subnetwork.network: default
subnetwork.ipCidrRangesubnetwork.ipCidrRange
Example
Show subnewtorks with specified cidr range
subnetwork.ipCidrRange: 10.170.0.0/20
These tokens are available in queries with resource.type: Cloud Function
cloudFunction.timeoutcloudFunction.timeout
Example
Show cloud functions with specified timeout value
cloudFunction.timeout: 60s
cloudFunction.memorycloudFunction.memory
Example
Show cloud functions with 128 MB available memory.
cloudFunction.memory: 128
cloudFunction.runtimecloudFunction.runtime
Example
Show cloud functions with go111 language
cloudFunction.runtime: go111
cloudFunction.maxInstancescloudFunction.maxInstances
Example
Show cloud functions that can take up maximum 2 instances
cloudFunction.maxInstances: 2
cloudFunction.ingressSettingscloudFunction.ingressSettings
Example
Show cloud functions that allow all the ingress traffic
cloudFunction.ingressSettings: ALLOW_ALL
cloudFunction.versionIdcloudFunction.versionId
Example
Show cloud functions with specific version Id
cloudFunction.versionId: 2
cloudFunction.serviceAccountEmailcloudFunction.serviceAccountEmail
Example
Show cloud functions with certain service-account email
cloudFunction.serviceAccountEmail: "project-151@appspot.gserviceaccount.com"
cloudFunction.vpcConnectorcloudFunction.vpcConnector
Example
Show cloud functions with specified VPC name
cloudFunction.vpcConnector: sampleVPC
cloudFunction.triggercloudFunction.trigger
Example
Show cloud functions with specified trigger-service
cloudFunction.trigger: "storage.googleapis.com"
cloudFunction.statuscloudFunction.status
Example
Show cloud functions with active status
cloudFunction.status: ACTIVE
cloudFunction.label.keycloudFunction.label.key
Example
Show cloud functions with certain label keys
cloudFunction.label.key: environment
cloudFunction.label.valuecloudFunction.label.value
Example
Show cloud functions with certain label value
cloudFunction.label.value: test-environment