Skip to main content

View Host

Fetches the entire host entity by IP address and returns the most recent Censys view of the host and its services.

Parameters

ParameterDescription
At TimeFetches the Censys view of a host and its services at the specified point in time. Requires historical API access.
Nanosecond precision is allowed. Uses RFC3339 Timestamp.
IPThe IP Address of the requested host.

Example Output

{
"code": 200,
"result": {},
"status": "OK"
}

Workflow Library Example

View Host with Censys and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop