Retrieve information about one or more hosts.
External DocumentationTo learn more, visit the Censys documentation.

Parameters

ParameterDescription
Host IPsA comma-separated list of hosts to retrieve, specified by IP addresses.

For example: 4.4.4.4,8.8.8.8

Example Output

{
  "result": [
    {
      {
        "extensions": {},
        "resource": {
          "autonomous_system": {},
          "dns": {},
          "ip": "string",
          "hardware": {},
          "labels": [],
          "location": {},
          "operating_system": {},
          "service_count": 0,
          "services": [],
          "whois": {}
        }
      }
    }
  ]
}

Workflow Library Example

List Hosts with Censys and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop