Retrieve information about a single host.
External DocumentationTo learn more, visit the Censys documentation.

Parameters

ParameterDescription
At TimeA timestamp to view a host at a specific point in time.
Host IPThe IP address of the required host.

Example Output

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

Workflow Library Example

Get Host with Censys and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop