Hostname
ncuk.net
Last fetched
ncuk.net resolves to 1 IPv4 address operated by AS21396 in GB. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
ncuk.net 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 |
|---|---|---|---|---|
| 80.249.96.54 | 80.249.96.0/20 | AS21396 | — | GB |
WHOIS identity
- Registrar
- iana:470
- Organization
- netconnex
- Contact emails
Subdomains
2,606 observed subdomains of ncuk.net.
Showing 25 of 2,606. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ncuk.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ncuk.net.
| Mechanism | Target |
|---|---|
| SPF_A | ncuk.net |
| SPF_IP | 2a02:68:0:1000::/52 |
| SPF_IP | 2a02:68:0:1113::/64 |
| SPF_IP | 2a02:68:1::/48 |
| SPF_IP | 80.249.101.150 |
| SPF_IP | 80.249.101.32/29 |
| SPF_IP | 80.249.101.48/28 |
| SPF_IP | 80.249.111.160/28 |
| SPF_IP | 80.249.96.0/24 |
| SPF_IP | 93.186.35.10 |
| SPF_IP | 93.186.35.2 |
| SPF_IP | 93.186.35.4 |
| SPF_IP | 93.186.35.6 |
| SPF_MX | ncuk.net |
Related pages
Pivot deeper into the graph from ncuk.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ncuk.net"})-[: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.