Hostname
cwp.nhs.uk
Last fetched
cwp.nhs.uk resolves to 1 IPv4 address operated by AS61323 in GB.
Nutrition Label
Resolution chain
cwp.nhs.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 |
|---|---|---|---|---|
| 185.220.63.33 | 185.220.60.0/22 | AS61323 | — | GB |
WHOIS identity
No WHOIS records are currently associated with cwp.nhs.uk in WhisperGraph.
Subdomains
9 observed subdomains of cwp.nhs.uk.
Web-graph footprint
Distinct hostnames that link to or from cwp.nhs.uk in the public web crawl.
260 sites link to this hostname.
201 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cwp.nhs.uk.
| Mechanism | Target |
|---|---|
| SPF_A | cwp.nhs.uk |
| SPF_A | mail.nhs.uk |
| SPF_INCLUDE | _spf.nhs.net |
| SPF_IP | 185.216.76.116 |
| SPF_MX | cwp.nhs.uk |
Related pages
Pivot deeper into the graph from cwp.nhs.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cwp.nhs.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.