Hostname
oldsite.snookerstuff.com
Last fetched
oldsite.snookerstuff.com resolves to 1 IPv4 address operated by ahcloud - AH CLOUD LTD in GB.
Nutrition Label
Resolution chain
oldsite.snookerstuff.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 |
|---|---|---|---|---|
| 185.139.7.115 | 185.139.7.0/24 | AS207108 | ahcloud - AH CLOUD LTD | GB |
WHOIS identity
No WHOIS records are currently associated with oldsite.snookerstuff.com in WhisperGraph.
Subdomains
1 observed subdomain of oldsite.snookerstuff.com.
| Subdomain |
|---|
| www.oldsite.snookerstuff.com |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for oldsite.snookerstuff.com.
| Mechanism | Target |
|---|---|
| SPF_A | oldsite.snookerstuff.com |
| SPF_INCLUDE | spf.netweaver.uk |
| SPF_IP | 103.214.44.25 |
| SPF_IP | 178.79.152.84 |
| SPF_IP | 185.125.206.81 |
| SPF_IP | 185.139.7.115 |
| SPF_IP | 185.139.7.126 |
| SPF_IP | 212.38.189.125 |
| SPF_IP | 213.255.246.24 |
| SPF_IP | 89.35.28.7 |
| SPF_MX | oldsite.snookerstuff.com |
Related pages
Pivot deeper into the graph from oldsite.snookerstuff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oldsite.snookerstuff.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.