Explorers

When viewing deployed Explorers, you can use the keywords in this section to search and filter.

Name

The Name field can be searched using the syntax name:<text>.

name:"main"

Site

The site can be searched using the syntax site:<text>.

site:Primary

Up

Whether the Explorer is up can be searched using the syntax up:<boolean>.

up:true

Address

The IP address(es) the Explorer is deployed on can be searched using the syntax address:<IP address>.

address:10.0.1.200

Version

The software version of Explorers can be searched using version:<text>.

version:2.9.7

Npcap version

The version of the npcap library for Windows Explorers can be searched using npcap_version:<text>.

npcap_version:1.60

Architecture

The machine architecture Explorers are deployed on can be searched using architecture:<text>.

architecture:amd64

OS

The operating system Explorers are deployed on can be searched using os:<text>. Note that macOS is recorded as darwin, the underlying Unix core of macOS.

os:windows
os:darwin

Capability

The capabilities of the Explorers can be searched using the syntax capability:<keyword>. Two keywords are supported:

  • screenshot for Explorers which can screenshot web pages
  • ec2 for Explorers which can describe AWS EC2 instances

Example:

capability:screenshot

Tags

Use the syntax tag:<term> to search tags added to an Explorer. The term can be the tag name, or the tag name followed by an equal sign and the tag value. Tag value matches must be exact.

tag:"admin"
tag:"group=cloud"
Updated