Skip to content

Hostname

cloud-sa.texe.com

Last fetched

cloud-sa.texe.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.

Nutrition Label

WHISPER CANON · cloud-sa.texe.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cloud-sa.texe.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.245.218.7713.244.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.ZA
13.246.171.10713.246.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ZA
15.240.17.9215.240.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.ZA

WHOIS identity

No WHOIS records are currently associated with cloud-sa.texe.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from cloud-sa.texe.com in the public web crawl.

Sample inbound links

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from cloud-sa.texe.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cloud-sa.texe.com"})-[: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.