Hostname
chainbox.dk
Last fetched
chainbox.dk resolves to 1 IPv4 address operated by AS45032 in DK.
Nutrition Label
Resolution chain
chainbox.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 |
|---|---|---|---|---|
| 93.90.118.211 | 93.90.112.0/20 | AS45032 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- chainbox aps
- Contact emails
- —
Subdomains
54 observed subdomains of chainbox.dk.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from chainbox.dk in the public web crawl.
6 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for chainbox.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | send.heysender.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 188.116.39.67 |
| SPF_IP | 2001:6c8:c430::/48 |
| SPF_IP | 2a00:b920:100:100:ffff:ffff:ffff:25 |
| SPF_IP | 2a02:188:2503::/48 |
| SPF_IP | 62.242.206.56/30 |
| SPF_IP | 77.233.238.128/29 |
Related pages
Pivot deeper into the graph from chainbox.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chainbox.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.