Skip to content

Hostname

canopus.test.leap365.com

Last fetched

canopus.test.leap365.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · canopus.test.leap365.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/canopus.test.leap365.com

Resolution chain

canopus.test.leap365.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
54.206.130.12254.206.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.66.16.9254.66.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
16.176.57.16116.176.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.

WHOIS identity

No WHOIS records are currently associated with canopus.test.leap365.com in WhisperGraph.

Subdomains

1 observed subdomain of canopus.test.leap365.com.

Threat posture

History

Related pages

Pivot deeper into the graph from canopus.test.leap365.com.

Cypher and MCP

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

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