Hostname
ctc.uk.com
Last fetched
ctc.uk.com resolves to 1 IPv4 address operated by AS15533 in GB. WHOIS lists iana:1376 as the registrar.
Nutrition Label
Resolution chain
ctc.uk.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 |
|---|---|---|---|---|
| 176.62.129.253 | 176.62.128.0/21 | AS15533 | — | GB |
WHOIS identity
- Registrar
- iana:1376
- Organization
- chambers townsend consultancy ltd (ctc)
- Contact emails
Subdomains
17 observed subdomains of ctc.uk.com.
Web-graph footprint
Distinct hostnames that link to or from ctc.uk.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ctc.uk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 138.124.132.179/32 |
| SPF_IP | 176.62.129.128/25 |
| SPF_IP | 176.62.129.96/27 |
| SPF_IP | 5.153.92.0/26 |
Related pages
Pivot deeper into the graph from ctc.uk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctc.uk.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.