Hostname
website.capshine.co.uk
Last fetched
website.capshine.co.uk resolves to 1 IPv4 address operated by WHG-DAL - WHG Hosting Services Ltd in US.
Nutrition Label
Resolution chain
website.capshine.co.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 |
|---|---|---|---|---|
| 198.38.90.50 | 198.38.90.0/24 | AS36454 | WHG-DAL - WHG Hosting Services Ltd | US |
WHOIS identity
No WHOIS records are currently associated with website.capshine.co.uk in WhisperGraph.
Subdomains
1 observed subdomain of website.capshine.co.uk.
| Subdomain |
|---|
| www.website.capshine.co.uk |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for website.capshine.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | website.capshine.co.uk |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 190.92.168.249 |
| SPF_IP | 195.250.26.78 |
| SPF_IP | 198.38.90.50 |
| SPF_IP | 65.181.111.129 |
| SPF_MX | website.capshine.co.uk |
Related pages
Pivot deeper into the graph from website.capshine.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "website.capshine.co.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.