Hostname
carta.com
Last fetched
carta.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
carta.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.38.27 | 104.18.38.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.149.229 | 172.64.149.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- contact privacy inc. customer 0140675447
- Contact emails
- carta.com@contactprivacy.com
- eric.hurkman@esharesinc.com
- cca3cd60f40f4afd9573a995980a8b9f.protect@whoisguard.com
- 1975bc2f7c424a94b6a121ced64c0927.protect@withheldforprivacy.com
- dcbc375e525e4602a193e80677b20e41.protect@withheldforprivacy.com
- e29099b46423472aaa297e15c07a9e4b.protect@withheldforprivacy.com
- f8d212b2efe54f6085191940bb13440c.protect@withheldforprivacy.com
- q3ihxms7onjy@contactprivacy.email
- nic-staff@sakura.ad.jp
Subdomains
44 observed subdomains of carta.com.
Showing 25 of 44. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from carta.com in the public web crawl.
2,804 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for carta.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 198.207.147.224/27 |
| SPF_IP | 204.239.0.224/27 |
| SPF_IP | 216.230.14.224/27 |
Related pages
Pivot deeper into the graph from carta.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carta.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.