Hostname
gumroad.com
Last fetched
gumroad.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
gumroad.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.17.176.98 | 104.17.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.243.99 | 104.18.240.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of gumroad.com owner
- Contact emails
- sahil@gumroad.com
- 5a03018c-7b97-451b-abdf-64b828995a30@identity-protect.org
- 69b67d73-b185-404d-8115-e0fb0ca8ec6f@identity-protect.org
- 922c9c05-0caf-4d29-9b06-99620bc343be@identity-protect.org
- adb27504-08cd-4eb6-9a60-c84dcd447c57@identity-protect.org
- b2a2718f-4d84-4fbc-9abb-7cd9e61ba12a@identity-protect.org
- c8cd6fb6-4222-45cf-9d59-df82077d4c33@identity-protect.org
- owner-10006481@gumroad.com.whoisprivacyservice.org
- owner-10203863@gumroad.com.whoisprivacyservice.org
- owner-10276430@gumroad.com.whoisprivacyservice.org
- owner-1099275@gumroad.com.whoisprivacyservice.org
- owner-11176916@gumroad.com.whoisprivacyservice.org
- owner-11237128@gumroad.com.whoisprivacyservice.org
- owner-11446865@gumroad.com.whoisprivacyservice.org
- owner-1148293@gumroad.com.whoisprivacyservice.org
- owner-11527396@gumroad.com.whoisprivacyservice.org
- owner-11704459@gumroad.com.whoisprivacyservice.org
- owner-11716814@gumroad.com.whoisprivacyservice.org
- owner-11882267@gumroad.com.whoisprivacyservice.org
- owner-11974408@gumroad.com.whoisprivacyservice.org
- and 49 more
Subdomains
244 observed subdomains of gumroad.com.
Showing 25 of 244. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gumroad.com in the public web crawl.
32,786 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for gumroad.com.
| Mechanism | Target |
|---|---|
| SPF_A | gumroad.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mail.intercom.io |
| SPF_INCLUDE | stspg-customer.com |
| SPF_INCLUDE | support.zendesk.com |
| SPF_IP | 67.225.137.176 |
| SPF_MX | gumroad.com |
Related pages
Pivot deeper into the graph from gumroad.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gumroad.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.