Skip to content

Hostname

canva-dev.com

Last fetched

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

Nutrition Label

WHISPER CANON · canva-dev.comRouting diversity2.4/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/canva-dev.com

Resolution chain

canva-dev.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.174.207.1053.174.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.MX
3.174.207.1113.174.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.MX
3.174.207.633.174.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.MX
3.174.207.733.174.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.MX
52.84.102.10452.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.12152.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.5252.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB
52.84.102.7752.84.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.GB

WHOIS identity

Registrar
iana:81
Organization
canva
Contact emails

Subdomains

71 observed subdomains of canva-dev.com.

Web-graph footprint

Distinct hostnames that link to or from canva-dev.com in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from canva-dev.com.

Cypher and MCP

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

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