gnql-metadata-query
Search GreyNoise with GNQL to obtain IP metadata, classification, and tags. Excludes raw scan data for faster, lighter results.
Instructions
Search GreyNoise data using GNQL, returning IP metadata without raw scan data. Lighter and faster than gnql-query.
Supports the same GNQL query syntax as gnql-query. Use this when you need IP classification, tags, and metadata but not raw scan details (ports, fingerprints, HTTP paths).
Supports CSV output format via the format parameter. Results are paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GNQL query string | |
| size | No | Results per page (default: 25, max: 10000) | |
| scroll | No | Pagination scroll token from a previous response | |
| quick | No | If true, return only IP and classification/trust level | |
| format | No | Output format (default: json) |