Hostname
cxweb.dk
Last fetched
cxweb.dk resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
cxweb.dk 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 |
|---|---|---|---|---|
| 162.55.154.46 | 162.62.68.0/24 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with cxweb.dk in WhisperGraph.
Subdomains
7 observed subdomains of cxweb.dk.
Web-graph footprint
Distinct hostnames that link to or from cxweb.dk in the public web crawl.
7 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cxweb.dk.
| Mechanism | Target |
|---|---|
| SPF_A | a7-23.smtp-out.eu-west-1.amazonses.com |
| SPF_A | cxweb.dk |
| SPF_INCLUDE | spf.webhosting.dk |
| SPF_IP | 34.245.252.188 |
| SPF_IP | 81.19.232.0/24 |
| SPF_IP | 81.7.161.0/24 |
Related pages
Pivot deeper into the graph from cxweb.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cxweb.dk"})-[: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.