Hostname
nellemann.dk
Last fetched
nellemann.dk resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
nellemann.dk resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.4.179 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.5.179 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.71.47 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.9 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.9 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- nellemann holding a/s
- Contact emails
Subdomains
36 observed subdomains of nellemann.dk.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nellemann.dk in the public web crawl.
32 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
27 SPF mechanisms authorising senders for nellemann.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.nellemann.dk |
| SPF_IP | 13.74.137.176 |
| SPF_IP | 13.77.59.28 |
| SPF_IP | 13.93.42.39/24 |
| SPF_IP | 13.94.95.171 |
| SPF_IP | 20.42.205.31 |
| SPF_IP | 20.49.202.3 |
| SPF_IP | 20.58.22.103 |
| SPF_IP | 20.79.220.33/32 |
| SPF_IP | 20.79.222.204/32 |
| SPF_IP | 20.92.116.22 |
| SPF_IP | 20.93.157.195/32 |
| SPF_IP | 20.97.70.227/32 |
| SPF_IP | 20.98.2.159/32 |
| SPF_IP | 23.100.43.194 |
| SPF_IP | 23.100.56.64 |
| SPF_IP | 23.249.208.0/20 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 3.225.109.118/32 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.113.3.253 |
| SPF_IP | 40.114.221.220 |
| SPF_IP | 40.69.19.60 |
| SPF_IP | 40.86.165.91 |
| SPF_IP | 40.86.217.129/30 |
| SPF_IP | 40.86.225.121 |
| SPF_IP | 40.92.0.0/15 |
Related pages
Pivot deeper into the graph from nellemann.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nellemann.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.