Skip to content

Hostname

huella.cloud

Last fetched

huella.cloud resolves to 3 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in SG. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · huella.cloudRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/huella.cloud

Resolution chain

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

IPPrefixASNOperatorCountry
129.227.87.57129.227.64.0/19AS21859ZEN-ECN - Zenlayer IncSG
216.6.5.45216.6.0.0/17AS6453SG
23.251.120.8723.251.120.0/24AS21859ZEN-ECN - Zenlayer IncSG

WHOIS identity

Registrar
iana:81
Organization
Contact emails

Subdomains

7 observed subdomains of huella.cloud.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from huella.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "huella.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.