Hostname
dataunitwales.gov.uk
Last fetched
dataunitwales.gov.uk resolves to 1 IPv4 address operated by AS48294 in GB.
Nutrition Label
Resolution chain
dataunitwales.gov.uk 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 |
|---|---|---|---|---|
| 94.126.209.190 | 94.126.208.0/21 | AS48294 | — | GB |
WHOIS identity
No WHOIS records are currently associated with dataunitwales.gov.uk in WhisperGraph.
Subdomains
19 observed subdomains of dataunitwales.gov.uk.
Web-graph footprint
Distinct hostnames that link to or from dataunitwales.gov.uk in the public web crawl.
15 sites link to this hostname.
81 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for dataunitwales.gov.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.ssmx.net |
| SPF_IP | 194.150.200.0/27 |
| SPF_IP | 194.150.201.0/27 |
| SPF_IP | 94.126.209.160/27 |
Related pages
Pivot deeper into the graph from dataunitwales.gov.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dataunitwales.gov.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.