Skip to content

Hostname

clctl.herts.cloud

Last fetched

clctl.herts.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.

Nutrition Label

WHISPER CANON · clctl.herts.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/clctl.herts.cloud

Resolution chain

clctl.herts.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.35.186.2413.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.613.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.6413.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
13.35.186.7313.35.186.0/24AS16509AMAZON-02 - Amazon.com, Inc.HK
3.161.82.1003.161.80.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.161.82.1193.161.80.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.161.82.323.161.80.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.161.82.453.161.80.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from clctl.herts.cloud.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "clctl.herts.cloud"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.