Hostname
tl.dk
Last fetched
tl.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
tl.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 |
|---|---|---|---|---|
| 94.231.104.221 | 94.231.96.0/20 | AS48854 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- teknisk landsforbund
- Contact emails
Subdomains
11 observed subdomains of tl.dk.
Web-graph footprint
Distinct hostnames that link to or from tl.dk in the public web crawl.
138 sites link to this hostname.
114 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for tl.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _smtpcluster.jay.net |
| SPF_INCLUDE | _spf.anpdm.com |
| SPF_INCLUDE | spf-esec.heimdalsecurity.com |
| SPF_INCLUDE | spf1.tl.dk |
| SPF_IP | 131.165.56.3/32 |
| SPF_IP | 159.183.35.2 |
| SPF_IP | 168.245.67.108 |
| SPF_IP | 185.163.189.116/24 |
| SPF_IP | 185.163.189.129 |
| SPF_IP | 77.243.35.54 |
| SPF_IP | 86.58.180.221/24 |
Related pages
Pivot deeper into the graph from tl.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tl.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.