Skip to main content
Use these workflows when you have an indicator or a hypothesis and need to know which dataset to query, what to pivot on, and how to interpret the result. The examples use the public API. The same InfraQL expressions work in the Infrawatch search interface.
investigate-ip

Investigate an IP

Build host context, inspect exposed services, trace DNS, and find related reporting.
passive-dns

Pivot through passive DNS

Move from an address to names, or from a domain to its observed answers.
service-hunting

Hunt exposed services

Find endpoints by protocol, port, network, HTTP, TLS, fingerprint, or tag.
bulk-enrichment

Enrich IP lists

Use bulk lookup to add bounded context to up to 100 addresses at a time.

Measure a result set

Count matching records and group them by public fields without delaying the initial search response.

Choose the workflow

Before you run an example

Create an API key with search.view, then export it once:
Exact counts and aggregations also require search.aggregate.

Run your first request

Create a key and make a verified host search.

Understand InfraQL

Learn datasets, operators, pagination, validation, and result semantics.