Skip to content

Hostname

bytehouse.cloud

Last fetched

bytehouse.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · bytehouse.cloudRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/bytehouse.cloud

Resolution chain

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

IPPrefixASNOperatorCountry
52.84.20.12852.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.6552.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.8352.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.84.20.9152.84.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
65.9.189.11365.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.189.11465.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.189.5465.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
65.9.189.9765.8.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:81
Organization
byteplus pte.
Contact emails

Subdomains

25 observed subdomains of bytehouse.cloud.

Web-graph footprint

Distinct hostnames that link to or from bytehouse.cloud in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for bytehouse.cloud.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEaspmx.pardot.com

Related pages

Pivot deeper into the graph from bytehouse.cloud.

Cypher and MCP

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

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