Hostname
murraypark.com
Last fetched
murraypark.com resolves to 1 IPv4 address operated by AS31708 in GB. WHOIS lists iana:1515 as the registrar.
Nutrition Label
Resolution chain
murraypark.com 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 |
|---|---|---|---|---|
| 31.193.174.239 | 31.193.168.0/21 | AS31708 | — | GB |
WHOIS identity
- Registrar
- iana:1515
- Organization
- crieff hydro
- Contact emails
Subdomains
3 observed subdomains of murraypark.com.
Web-graph footprint
Distinct hostnames that link to or from murraypark.com in the public web crawl.
19 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for murraypark.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.crieffhydro.com |
| SPF_A | murraypark.com |
| SPF_INCLUDE | _spf_euwest1.prod.hydra.sophos.com |
| SPF_INCLUDE | mail141.extendcp.co.uk |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | turbo-smtp.com |
| SPF_INCLUDE | web155.extendcp.co.uk |
| SPF_IP | 109.200.21.137/28 |
| SPF_IP | 185.151.28.150/32 |
| SPF_IP | 188.64.191.39/32 |
| SPF_IP | 212.54.136.59/32 |
| SPF_IP | 31.221.72.237/32 |
| SPF_IP | 31.221.91.141/32 |
| SPF_IP | 79.170.44.155/32 |
| SPF_IP | 85.115.54.190/32 |
| SPF_MX | murraypark.com |
Related pages
Pivot deeper into the graph from murraypark.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "murraypark.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.