Hostname
wacademy.uk
Last fetched
wacademy.uk resolves to 2 IPv4 addresses operated by AS-GLOBALTELEHOST - GTHost in US. WHOIS lists registrar:netim sas as the registrar.
Nutrition Label
Resolution chain
wacademy.uk 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 |
|---|---|---|---|---|
| 167.88.61.211 | 167.88.61.0/24 | AS63023 | AS-GLOBALTELEHOST - GTHost | US |
| 65.20.76.133 | 65.20.64.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | IN |
WHOIS identity
- Registrar
- registrar:netim sas
- Organization
- —
- Contact emails
Subdomains
12 observed subdomains of wacademy.uk.
Web-graph footprint
Distinct hostnames that link to or from wacademy.uk in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for wacademy.uk.
| Mechanism | Target |
|---|---|
| SPF_A | wacademy.uk |
| SPF_IP | 95.217.251.141 |
| SPF_MX | wacademy.uk |
Related pages
Pivot deeper into the graph from wacademy.uk.
- IP · 167.88.61.211
- ASN · AS63023AS-GLOBALTELEHOST - GTHost
- Registrar · registrar:netim sas
- Country · US
- Email · redacted@nominet.uk
- TLD · .uk
- Browse hostnames · wa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wacademy.uk"})-[: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.