Hostname
xpendy.com
Last fetched
xpendy.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2288 as the registrar.
Nutrition Label
Resolution chain
xpendy.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.20.17.222 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.152.30 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:2288
- Organization
- —
- Contact emails
- —
Subdomains
19 observed subdomains of xpendy.com.
Showing 18 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from xpendy.com in the public web crawl.
309 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for xpendy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.xpendy.com |
| SPF_IP | 13.127.153.86/32 |
| SPF_IP | 13.127.210.61/32 |
| SPF_IP | 13.211.56.237/32 |
| SPF_IP | 13.237.4.248/32 |
| SPF_IP | 18.156.147.178/32 |
| SPF_IP | 3.120.181.192/28 |
| SPF_IP | 3.219.176.96/29 |
| SPF_IP | 3.222.0.112/29 |
| SPF_IP | 3.222.0.24/29 |
| SPF_IP | 3.222.0.88/29 |
| SPF_IP | 3.235.255.160/29 |
| SPF_IP | 3.238.137.128/30 |
| SPF_IP | 3.25.47.0/29 |
| SPF_IP | 3.26.58.204/30 |
| SPF_IP | 3.26.82.216/29 |
| SPF_IP | 3.26.88.244/30 |
| SPF_IP | 3.26.88.88/29 |
| SPF_IP | 3.64.95.16/29 |
| SPF_IP | 3.65.246.112/29 |
| SPF_IP | 3.7.127.96/32 |
| SPF_IP | 3.7.196.96/32 |
| SPF_IP | 3.7.25.40/29 |
| SPF_IP | 3.72.201.96/29 |
| SPF_IP | 3.72.33.56/29 |
| SPF_IP | 3.91.171.64/28 |
Related pages
Pivot deeper into the graph from xpendy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xpendy.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.