Hostname
canva.com
Last fetched
canva.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
canva.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.238.80.110 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.13 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.27 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.36 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.35.129 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.61 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.68 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.70 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:81
- Organization
- canva pty.
- Contact emails
- melanie@fusionbooks.com.au
- domains@canva.com
- 0171170a7b0107d3fe74098db5244707-4038215@contact.gandi.net
- 2a8dfaccd5ba9d376e1826447a2fff66-4038215@contact.gandi.net
- 48d52bd86aa85214e47fd88a349f0823-4038215@contact.gandi.net
- 60c7e8634c63961fbc2bbe25009a59ee-4038215@contact.gandi.net
- 6a93bf4676ff747a58457844543a82db-4038215@contact.gandi.net
- 7bd96a5bc65905fe8dd1f642d591b0b7-12873969@contact.gandi.net
- 838dae42ee41e36bbcc265786547545c-12873969@contact.gandi.net
- e913795540e77321794ac81f6f395513-4038215@contact.gandi.net
- f47e58ff5325d0ac8705cb37cbe1d67c-4038215@contact.gandi.net
Subdomains
123 observed subdomains of canva.com.
Showing 25 of 123. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from canva.com in the public web crawl.
204,507 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for canva.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.canva.com |
| SPF_INCLUDE | _spf2.canva.com |
| SPF_INCLUDE | _spf3.canva.com |
| SPF_INCLUDE | _spf4.canva.com |
| SPF_INCLUDE | _spf5.canva.com |
| SPF_INCLUDE | _spf6.canva.com |
| SPF_INCLUDE | _spf7.canva.com |
| SPF_INCLUDE | _spf8.canva.com |
| SPF_INCLUDE | _spf9.canva.com |
Related pages
Pivot deeper into the graph from canva.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "canva.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.