> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infrawatch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Dictionary

> Searchable fields, types, operators, and result grain

Choose the result you want first, then use its field reference to build the
query. Only fields available through the public search API appear here.

<img src="https://mintcdn.com/infrawatch/hFIgmGIh7O3VGQHG/images/sections/data-dictionary.svg?fit=max&auto=format&n=hFIgmGIh7O3VGQHG&q=85&s=25d31ed3a08c243d503436acf34296ac" alt="A typed field browser with dataset and field groups" className="rounded-2xl" width="640" height="320" data-path="images/sections/data-dictionary.svg" />

<CardGroup cols={2}>
  <Card title="Hosts" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/hosts.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=0ba4d5739a3862f1d01e4ddc50c9dc3f" href="/data-dictionary/hosts" width="32" height="32" data-path="images/products/hosts.svg">
    IP attribution, exposure summaries, observation dates, tags, and nested
    service fields.
  </Card>

  <Card title="Services" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/services.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=ded195c4de499a693d3aa12d9f2a857c" href="/data-dictionary/services" width="32" height="32" data-path="images/products/services.svg">
    Ports, protocols, banners, HTTP, TLS, fingerprints, and typed scan evidence.
  </Card>

  <Card title="DNS" icon="https://mintcdn.com/infrawatch/hFIgmGIh7O3VGQHG/images/products/dns.svg?fit=max&auto=format&n=hFIgmGIh7O3VGQHG&q=85&s=47a48af3a654f274eadb1754689f8dc4" href="/data-dictionary/dns" width="32" height="32" data-path="images/products/dns.svg">
    Names, record types, answers, response codes, and observation dates.
  </Card>

  <Card title="OSINT" icon="https://mintcdn.com/infrawatch/hFIgmGIh7O3VGQHG/images/products/reports.svg?fit=max&auto=format&n=hFIgmGIh7O3VGQHG&q=85&s=3f8b076d5f975d979b40765807982f25" href="/data-dictionary/osint" width="32" height="32" data-path="images/products/reports.svg">
    Reports, sources, publication dates, and associated IP indicators.
  </Card>
</CardGroup>

## Dataset grain

| Dataset    | One result represents                  | Use it for                                             |
| ---------- | -------------------------------------- | ------------------------------------------------------ |
| `hosts`    | An IP address with summarized services | Host context and exposure overviews                    |
| `services` | One observed network service           | Ports, protocols, banners, HTTP, TLS, and fingerprints |
| `dns`      | One observed DNS relationship          | Forward and reverse passive-DNS pivots                 |
| `osint`    | One intelligence report                | Reports associated with an IP or topic                 |

## Read a field entry

Each leaf field documents:

* Its path and value type.
* The operators accepted by InfraQL.
* What the value means.
* Whether the field can be grouped by the aggregate API.

Host queries prefix service fields with `services.`. Use `same_service(...)`
when several conditions must match one endpoint.

<CardGroup cols={2}>
  <Card title="Learn InfraQL" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/search.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=e80dbe9b7724f88ce870e69cb367b435" href="/search" width="32" height="32" data-path="images/products/search.svg">
    Compose queries, combine clauses, validate fields, and paginate results.
  </Card>

  <Card title="Follow an investigation" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/use-cases.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=038f2239f51bdde5dd89ff8ef00d88e9" href="/use-cases" width="32" height="32" data-path="images/products/use-cases.svg">
    Start from an IP, DNS name, service hypothesis, indicator list, or result set.
  </Card>

  <Card title="Use the API" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/api.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=50b239ba7ccf3ebb74f6b239980bc623" href="/api-reference/introduction" width="32" height="32" data-path="images/products/api.svg">
    Browse request parameters, response schemas, and copyable examples.
  </Card>

  <Card title="Understand the taxonomy" icon="https://mintcdn.com/infrawatch/gCEz_Bv1hOrMPG8n/images/products/taxonomy.svg?fit=max&auto=format&n=gCEz_Bv1hOrMPG8n&q=85&s=11130afc85d2b7f2c9c0e6d901270f7b" href="/platform/taxonomy" width="32" height="32" data-path="images/products/taxonomy.svg">
    See how tags, categories, and classifications fit together.
  </Card>
</CardGroup>
