Hostname
safehouse.dk
Last fetched
safehouse.dk resolves to 1 IPv4 address operated by AS3292 in DK.
Nutrition Label
Resolution chain
safehouse.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 |
|---|---|---|---|---|
| 80.196.145.158 | 80.196.0.0/14 | AS3292 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- rene rosendahl nielsen
- Contact emails
- —
Subdomains
30 observed subdomains of safehouse.dk.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from safehouse.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mailbackup.safehouse.dk
- safehouse.dk
SPF policy
10 SPF mechanisms authorising senders for safehouse.dk.
| Mechanism | Target |
|---|---|
| SPF_IP | 80.196.145.158 |
| SPF_IP | 80.251.192.65 |
| SPF_IP | 80.251.192.71 |
| SPF_IP | 80.251.192.72 |
| SPF_IP | 80.251.192.73 |
| SPF_IP | 80.251.200.135 |
| SPF_IP | 80.251.201.52 |
| SPF_IP | 86.52.42.31 |
| SPF_IP | 86.52.42.62 |
| SPF_IP | 95.209.144.48 |
Related pages
Pivot deeper into the graph from safehouse.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "safehouse.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.