Skip to content

Hostname

cantavi.com

Last fetched

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

Nutrition Label

WHISPER CANON · cantavi.comRouting diversity5.6/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/cantavi.com

Resolution chain

cantavi.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.5.78.2383.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.78.253.5.78.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.85.253.5.85.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.154.3452.218.154.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.179.1952.218.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.232.352.218.232.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.237.22652.218.237.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.253.9852.218.253.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.147.5152.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.148.25152.92.144.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.154.21152.92.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.162.8352.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.163.19552.92.160.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.192.25152.92.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.194.2752.92.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.206.16352.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
jason gabriele
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from cantavi.com.

Cypher and MCP

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

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