Hostname
eadania.dk
Last fetched
eadania.dk resolves to 1 IPv4 address operated by ITCN_ in DK. WHOIS lists registrar:dandomain a/s as the registrar.
Nutrition Label
Resolution chain
eadania.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 |
|---|---|---|---|---|
| 185.26.62.4 | 185.26.60.0/22 | AS204575 | ITCN_ | DK |
WHOIS identity
- Registrar
- registrar:dandomain a/s
- Organization
- erhvervsakademi dania
- Contact emails
Subdomains
9 observed subdomains of eadania.dk.
Web-graph footprint
Distinct hostnames that link to or from eadania.dk in the public web crawl.
236 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for eadania.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emply.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.ithozting.dk |
| SPF_INCLUDE | myopenlms.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfinclude.sikkermail.dk |
| SPF_IP | 185.26.62.93 |
| SPF_IP | 195.231.239.247 |
| SPF_IP | 195.231.241.19 |
| SPF_IP | 195.231.242.132 |
| SPF_IP | 195.231.242.133 |
Related pages
Pivot deeper into the graph from eadania.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eadania.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.