Hostname
data.cloud.os.uk
Last fetched
data.cloud.os.uk resolves to 1 IPv4 address operated by NTL in GB.
Nutrition Label
Resolution chain
data.cloud.os.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 |
|---|---|---|---|---|
| 62.255.172.80 | 62.255.128.0/18 | AS5089 | NTL | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for data.cloud.os.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | inc.emailr.com |
| SPF_INCLUDE | sharepointonline.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.18.136.0/22 |
| SPF_IP | 185.33.209.108 |
| SPF_IP | 185.33.209.112 |
| SPF_IP | 208.185.235.0/24 |
| SPF_IP | 62.255.172.64/26 |
| SPF_IP | 81.17.56.1/32 |
| SPF_MX | data.cloud.os.uk |
Related pages
Pivot deeper into the graph from data.cloud.os.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data.cloud.os.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.