All hostnames log.transacme.com resolves to 19 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label WHISPER CANON · log.transacme.com Routing diversity 6.0/10 Peering density 9.7/10 MOAS conflict ✓ none Threat-feed listings 6.8/10 WHOIS transparency 0.0/10 Resolver footprint 3.2/10 canon.whisper.security/host/log.transacme.com Resolution chain log.transacme.com resolves to 19 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 18.202.109.78 18.202.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 34.242.58.10 34.240.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 34.248.186.10 34.248.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 34.253.153.125 34.248.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 47.87.135.115 47.87.128.0/19 AS45102 — DE 52.18.224.196 52.18.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.209.195.84 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.213.248.205 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.30.237.151 52.30.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.48.182.131 52.48.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.195.37.242 54.195.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.195.69.44 54.195.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.220.77.102 54.220.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.229.254.170 54.229.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.75.166.168 54.74.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 79.125.107.107 79.125.0.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. IE 8.211.12.106 8.211.0.0/18 AS45102 — DE 8.211.21.55 8.211.0.0/18 AS45102 — DE 99.81.204.8 99.80.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE
WHOIS identity No WHOIS records are currently associated with log.transacme.com in WhisperGraph.
Related pages Pivot deeper into the graph from log.transacme.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "log.transacme.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .