Hostname
n1.dk
Last fetched
n1.dk resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
n1.dk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.2.214 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.3.214 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.30.214 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.31.214 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- n1 a/s
- Contact emails
Subdomains
47 observed subdomains of n1.dk.
Showing 24 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from n1.dk in the public web crawl.
67 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for n1.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-esa.norlys.dk |
| SPF_INCLUDE | _spf.etrack1.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.174.77.224/27 |
| SPF_IP | 217.198.222.131 |
| SPF_IP | 217.198.222.132 |
| SPF_IP | 40.118.19.247 |
| SPF_IP | 77.233.253.197 |
| SPF_IP | 78.157.103.240 |
| SPF_IP | 78.157.103.241 |
| SPF_IP | 92.246.13.181 |
| SPF_MX | n1.dk |
Related pages
Pivot deeper into the graph from n1.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "n1.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.