Hostname
star.dk
Last fetched
star.dk resolves to 1 IPv4 address operated by AS58282 in DK.
Nutrition Label
Resolution chain
star.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 |
|---|---|---|---|---|
| 194.182.109.106 | 194.182.109.0/24 | AS58282 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- statens it
- Contact emails
Subdomains
18 observed subdomains of star.dk.
Web-graph footprint
Distinct hostnames that link to or from star.dk in the public web crawl.
737 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for star.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sitnet.dk |
| SPF_INCLUDE | bounce.peytz.dk |
| SPF_INCLUDE | o._spf.hostedsepo.dk |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 10.20.0.0/16 |
| SPF_IP | 131.165.62.20 |
| SPF_IP | 131.165.62.62 |
| SPF_IP | 131.165.62.7 |
| SPF_IP | 131.165.67.22/32 |
| SPF_IP | 131.165.97.149 |
| SPF_IP | 142.132.234.181 |
| SPF_IP | 212.97.129.34/32 |
| SPF_IP | 212.97.130.199 |
| SPF_IP | 5.179.94.107 |
| SPF_IP | 83.149.98.72/32 |
| SPF_IP | 93.90.116.201 |
Related pages
Pivot deeper into the graph from star.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "star.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.