Censys Host
censys_hostWhat services, ports, and software are on IP — returns Censys internet-scan detail for a single host: open services (port/protocol/transport), software, location, and autonomous system. Example: censys_host({ ip: "8.8.8.8", _apiKey: "your-censys-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | The IPv4/IPv6 address to look up, e.g. "8.8.8.8" | |
| _apiKey | Yes | Censys Platform Personal Access Token from platform.censys.io (API Access → Create New Token). Optionally "<token>:<organizationId>" to select a specific org. |