Hostname
admin.wish.org
Last fetched
admin.wish.org resolves to 1 IPv4 address operated by FASTLY - Fastly, Inc. in US.
Nutrition Label
Resolution chain
admin.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
No WHOIS records are currently associated with admin.wish.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
36 SPF mechanisms authorising senders for admin.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 admin.wish.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.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.