Hostname
wish.org
Last fetched
wish.org resolves to 1 IPv4 address operated by FASTLY - Fastly, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
wish.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.185.0.253 | 23.185.0.0/24 | AS54113 | FASTLY - Fastly, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
276 observed subdomains of wish.org.
Showing 25 of 276. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wish.org in the public web crawl.
5,143 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
36 SPF mechanisms authorising senders for wish.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | eventsairmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 107.23.16.222/32 |
| SPF_IP | 13.108.238.128/28 |
| SPF_IP | 13.108.238.144/28 |
| SPF_IP | 13.108.254.128/28 |
| SPF_IP | 13.108.254.144/28 |
| SPF_IP | 136.146.128.64/28 |
| SPF_IP | 136.146.208.16/28 |
| SPF_IP | 136.146.210.16/28 |
| SPF_IP | 136.147.46.176/28 |
| SPF_IP | 136.147.46.224/26 |
| SPF_IP | 136.147.62.176/28 |
| SPF_IP | 136.147.62.224/26 |
| SPF_IP | 204.14.232.64/28 |
| SPF_IP | 204.14.234.64/28 |
| SPF_IP | 209.163.168.192/26 |
| SPF_IP | 216.235.195.0/24 |
| SPF_IP | 4.31.184.130/32 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 54.173.83.138/32 |
| SPF_IP | 64.244.120.32/27 |
| SPF_IP | 64.244.122.192/27 |
| SPF_IP | 64.244.127.128/27 |
| SPF_IP | 64.244.127.160/27 |
| SPF_IP | 66.45.103.0/25 |
| SPF_IP | 68.110.175.199 |
| SPF_IP | 69.160.34.128/25 |
| SPF_IP | 69.160.34.231/32 |
| SPF_IP | 69.48.252.128/25 |
| SPF_IP | 96.43.144.64/28 |
| SPF_IP | 96.43.147.64/28 |
| SPF_IP | 96.43.148.64/28 |
| SPF_IP | 96.43.151.64/28 |
Related pages
Pivot deeper into the graph from wish.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wish.org"})-[: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.