Hostname
gettransfer.com
Last fetched
gettransfer.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
gettransfer.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.24.181 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.25.181 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from gettransfer.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
- aspmx2.googlemail.com
- aspmx3.googlemail.com
- relay-01.gettransfer.com
- relay-02.gettransfer.com
- relay-04.gettransfer.com
- relay-05.gettransfer.com
- relay-06.gettransfer.com
- relay-07.gettransfer.com
- relay-08.gettransfer.com
- relay-09.gettransfer.com
SPF policy
19 SPF mechanisms authorising senders for gettransfer.com.
| Mechanism | Target |
|---|---|
| SPF_A | gettransfer.com |
| SPF_INCLUDE | _spf.amocrmmail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 104.248.129.244 |
| SPF_IP | 134.209.227.89/32 |
| SPF_IP | 134.209.235.191/32 |
| SPF_IP | 138.68.70.6/32 |
| SPF_IP | 142.93.171.189/32 |
| SPF_IP | 157.230.104.235/32 |
| SPF_IP | 157.230.116.144/32 |
| SPF_IP | 157.230.119.80/32 |
| SPF_IP | 157.230.127.249/32 |
| SPF_IP | 157.230.31.112/32 |
| SPF_IP | 159.89.14.113/32 |
| SPF_IP | 167.71.38.104/32 |
| SPF_IP | 167.71.38.113/32 |
| SPF_IP | 207.154.218.157/32 |
Related pages
Pivot deeper into the graph from gettransfer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gettransfer.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.