Hostname
naturspot.dk
Last fetched
naturspot.dk resolves to 3 IPv4 addresses operated by AS31027 in DK. WHOIS lists registrar:one.com a/s as the registrar.
Nutrition Label
Resolution chain
naturspot.dk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.116.195.117 | 62.116.192.0/19 | AS31027 | — | DK |
| 62.116.195.118 | 62.116.192.0/19 | AS31027 | — | DK |
| 62.116.195.119 | 62.116.192.0/19 | AS31027 | — | DK |
WHOIS identity
- Registrar
- registrar:one.com a/s
- Organization
- det danske spejderkorps
- Contact emails
Subdomains
1 observed subdomain of naturspot.dk.
| Subdomain |
|---|
| www.naturspot.dk |
Web-graph footprint
Distinct hostnames that link to or from naturspot.dk in the public web crawl.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for naturspot.dk.
| Mechanism | Target |
|---|---|
| SPF_IP | 62.116.195.96/27 |
| SPF_MX | naturspot.dk |
Related pages
Pivot deeper into the graph from naturspot.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "naturspot.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.